@import url("reset.css");
@font-face {
  font-family: "Rubik-Medium";
  src: url("../Fonts/Rubik-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Rubik-Regular";
  src: url("../Fonts/Rubik-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Rubik-Bold";
  src: url("../Fonts/Rubik-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "OpenSansHebrewBold";
  src: url("../Fonts/OpenSansHebrew-Bold.eot");
  src: url("../Fonts/OpenSansHebrew-Bold.eot?#iefix") format("embedded-opentype"), url("../Fonts/OpenSansHebrew-Bold.woff2") format("woff2"), url("../Fonts/OpenSansHebrew-Bold.woff") format("woff"), url("../Fonts/OpenSansHebrew-Bold.ttf") format("truetype"), url("../Fonts/OpenSansHebrew-Bold.svg#OpenSansHebrew-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "OpenSansHebrew";
  src: url("../Fonts/OpenSansHebrew-Regular.eot");
  src: url("../Fonts/OpenSansHebrew-Regular.eot?#iefix") format("embedded-opentype"), url("../Fonts/OpenSansHebrew-Regular.woff2") format("woff2"), url("../Fonts/OpenSansHebrew-Regular.woff") format("woff"), url("../Fonts/OpenSansHebrew-Regular.ttf") format("truetype"), url("../Fonts/OpenSansHebrew-Regular.svg#OpenSansHebrew-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Oswald-Regular";
  src: url("../Fonts/Oswald-Regular.ttf") format("truetype");
}
html {
  position: relative;
  min-height: 100%;
}
html a:-webkit-any-link {
  color: inherit;
  text-decoration: none;
}

header {
  direction: rtl;
  height: 100px;
  width: 100%;
  position: fixed;
  top: 0;
  background-color: rgba(26, 26, 26, 0.5);
  transition: background 0.5s ease;
  transition: all 0.4s;
  z-index: 999;
}
header .menu {
  display: flex;
  direction: ltr;
  width: 100%;
  max-width: 1200px;
  right: 0;
  left: 0;
  margin: auto;
}
header .menu .logo-menu {
  width: 150px;
}
header .menu .logo-menu img {
  height: 60px;
  margin: 20px 20px 20px 0;
  opacity: 0.1;
  transition: all 0.4s;
}
header .menu ul {
  margin-top: 40px;
  transition: all 0.4s;
}
header .menu ul li {
  list-style: none;
  float: left;
  direction: rtl;
}
header .menu ul li:not(:last-child) {
  margin-right: 15px;
}
header .menu ul li a {
  font-family: Rubik-Medium, Arial;
  font-size: 14px;
  text-align: right;
  color: #c49962;
  text-transform: uppercase;
  font-weight: 500;
  transition: color 1s;
}
header .menu ul li a:hover {
  color: #ededed;
}
header .menu ul li a.lang {
  color: #b7b7b7;
  font-size: 14px;
}
header .menu ul li.active a {
  color: #ededed;
}
header .menu_show {
  left: 0 !important;
}
@media screen and (min-width: 1024px) {
  header nav.menu_side, header .link-lang, header .logo-mobile {
    display: none !important;
  }
}

.content {
  margin-top: 100px;
}
.content .main {
  height: 600px;
  background: url(../Images/homePage/bg-main.png) #242424 no-repeat center top;
  margin-top: -100px;
  width: 100%;
}
.content .main .center {
  text-align: center;
  height: 500px;
  padding-top: 100px;
  display: table;
  width: 100%;
  position: absolute;
}
.content .main .center .main-content {
  display: table-cell;
  vertical-align: middle;
}
.content .main .center .main-content hr {
  width: 90px;
  height: 3px;
  background-color: #c49962;
  border: none;
  margin: 23px auto;
  right: 0;
  left: 0;
}
.content .main .center .main-content .text h1 {
  font-family: Rubik-Regular, sans-serif;
  font-size: 30px;
  color: #ededed;
  font-weight: normal;
}
.content .main .center .main-content .arroe-gold {
  display: none;
}
.content .grid-home-page {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-family: Rubik-Regular;
  direction: rtl;
}
.content .grid-home-page .rect {
  flex-grow: 1;
  width: 30vw;
  height: 400px;
  text-align: left;
  direction: ltr;
  padding: 4.48vw;
  background-position: center !important;
  position: relative;
}
.content .grid-home-page .rect:hover .layer {
  visibility: visible;
  opacity: 1;
}
.content .grid-home-page .rect:hover div b {
  color: #c49962;
}
.content .grid-home-page .rect div {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  z-index: 900;
}
.content .grid-home-page .rect div h3 {
  font-size: 29px;
  color: #ededed;
  margin: 0;
  font-family: Rubik-Medium, sans-serif;
  text-transform: uppercase;
  z-index: 900;
}
.content .grid-home-page .rect div p {
  max-width: 450px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ededed;
  z-index: 900;
}
.content .grid-home-page .rect div a {
  width: -moz-max-content;
  width: max-content;
}
.content .grid-home-page .rect div b {
  font-size: 18px;
  font-weight: bold;
  color: #2c2c2c;
  font-family: Rubik-Regular, sans-serif;
  z-index: 900;
  transition: color 0.5s linear;
}
.content .grid-home-page .rect div b a, .content .grid-home-page .rect div b a:link {
  color: #ededed;
}
.content .grid-home-page .rect div b::after {
  margin-left: 10px;
  content: url(../Images/homePage/arrow-white-right.png);
}
.content .grid-home-page .rect div.layer {
  position: absolute;
  width: 100%;
  height: 100% !important;
  background-color: rgba(44, 44, 44, 0.9);
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  border: none !important;
  transition: visibility 0.5s, opacity 0.5s linear;
  z-index: 800;
}
.content .grid-home-page .rect.center {
  text-align: left;
  direction: ltr;
  padding: 0;
  display: flex;
}
.content .grid-home-page .rect.center div {
  border-left: solid 4px #c49962;
  font-family: Oswald-Regular;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.25;
  color: #ededed;
  right: 0;
  left: 0;
  margin: auto;
  padding-left: 36px;
  height: 150px;
}
.content .grid-home-page .rect.Beige h3 {
  color: #c49962;
}
.content .grid-home-page .rect.dark b {
  color: #ededed;
  font-family: Rubik-Regular, sans-serif;
}
.content .grid-home-page .rect.dark b::after {
  margin-left: 10px;
  content: url(../Images/homePage/arrow-gold-right.png);
}
.content .grid-home-page .rect:nth-child(even) {
  background: #CCC;
}
.content .grid-home-page .rect.rect-1 {
  background-color: #bfa37f;
}
.content .grid-home-page .rect.rect-2 {
  background: url(../Images/homePage/mask.png);
  text-align: right;
}
.content .grid-home-page .rect.rect-2 div {
  direction: rtl;
}
.content .grid-home-page .rect.rect-2 div h3 {
  max-width: 63%;
}
.content .grid-home-page .rect.rect-2 div b {
  direction: ltr;
}
.content .grid-home-page .rect.rect-22 {
  background: url(../Images/homePage/maskoren2.png);
  text-align: right;
}
.content .grid-home-page .rect.rect-22 div {
  direction: rtl;
}
.content .grid-home-page .rect.rect-22 div h3 {
  max-width: 63%;
}
.content .grid-home-page .rect.rect-22 div b {
  direction: ltr;
}
.content .grid-home-page .rect.rect-3 {
  background-image: url("../Images/homePage/business-chairs-contemporary-416320.png");
  background-image: linear-gradient(to bottom, rgba(44, 44, 44, 0.5), rgba(44, 44, 44, 0.7)), url("../Images/homePage/business-chairs-contemporary-416320.png");
}
.content .grid-home-page .rect.rect-4 {
  background-image: url("../Images/homePage/909076396-1024-x-1024(1).png");
}
.content .grid-home-page .rect.rect-4B {
  background-image: url("../Images/homePage/909076396-1024-x-1024(2).png");
}
.content .grid-home-page .rect.rect-5 {
  background-image: url("../Images/homePage/img(1).png");
}
.content .grid-home-page .rect.rect-6 {
  background-color: #bfa37f;
}
.content .grid-home-page .rect.rect-7 {
  background-color: #2c2c2c;
}
.content .grid-home-page .rect.rect-8 {
  background-image: linear-gradient(to bottom, rgba(44, 44, 44, 0.5), rgba(44, 44, 44, 0.7)), url("../Images/homePage/architecture-business-chair-931887.png");
}
.content .grid-home-page .rect.rect-9 {
  background: url("../Images/homePage/909076396-1024-x-1024.png");
}
.content .grid-home-page a {
  flex-grow: 1;
  width: 30vw;
}
.content .grid-home-page a .rect {
  width: 100%;
}
.content .articles-section {
  height: 600px;
  width: 100%;
  background-color: #f7f7f7;
  direction: rtl;
}
.content .articles-section .articles {
  height: 500px;
  display: flex;
  flex-flow: wrap-reverse;
  direction: ltr;
  padding-top: 100px;
}
.content .articles-section .articles .article {
  height: 400px;
  width: 33.3333%;
  font-family: Rubik-Regular;
}
.content .articles-section .articles .article:not(:last-child) {
  border-right: solid 1px #c49962;
}
.content .articles-section .articles .article .content-article {
  width: 370px;
  max-width: 90%;
  right: 0;
  left: 0;
  margin: auto;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.content .articles-section .articles .article .content-article .text {
  height: 250px;
}
.content .articles-section .articles .article .content-article h5 {
  font-size: 21px;
  font-weight: bold;
  color: #706e6b;
  font-family: Rubik-Bold;
  margin: 0;
  margin-bottom: 20px;
}
.content .articles-section .articles .article .content-article p {
  font-size: 16px;
  line-height: 1.56;
  color: #706e6b;
}
.content .articles-section .articles .article .content-article b {
  color: #706e6b;
  font-size: 16px;
  font-family: Rubik-Bold;
  margin-top: 140px;
}
.content .articles-section .articles .article .content-article b a, .content .articles-section .articles .article .content-article b a:link {
  color: #706e6b;
}
.content .articles-section .articles .article .content-article b::after {
  margin-left: 10px;
  content: url(../Images/homePage/arrow-gold-right.png);
}
.content .articles-section .articles .article .content-article hr {
  margin-bottom: 22px;
  margin-top: 35px;
  width: 100%;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid rgba(183, 183, 183, 0.5);
}
.content .articles-section .articles .article .content-article .credit-article {
  display: flex;
  justify-content: space-between;
}
.content .articles-section .articles .article .content-article .credit-article p {
  font-size: 14px;
  color: #b7b7b7;
}
.content .articles-section .articles .article .content-article .credit-article img {
  height: 30px;
  width: auto;
}
.content .articles-section .articles .article .content-article .credit-article img[src="Images/homePage/globes-en.png"], .content .articles-section .articles .article .content-article .credit-article img[src="Images/homePage/globes-en2.png"] {
  height: 20px;
}
.content .articles-section .articles .article .content-article .credit-article img[src="Images/homePage/haaretz-en-invert2.png"] {
  height: 17px;
}
.content .articles-section .bottom-section {
  height: 100px;
  text-align: center;
  font-size: 18px;
  line-height: 100px;
  top: 50%;
  color: #414141;
  font-family: Rubik-Medium, sans-serif;
  direction: ltr;
}
.content .articles-section .bottom-section a, .content .articles-section .bottom-section a:link {
  color: #414141;
}
.content .articles-section .bottom-section::after {
  margin-right: 0;
  margin-left: 10px;
  content: url(../Images/homePage/arrow-gold-right.png);
}
.content .map > div {
  width: 100%;
  height: 400px;
}

footer {
  min-height: 370px;
  width: 100%;
  bottom: 0;
  position: relative;
  margin: auto 0;
  background-color: #2c2c2c;
  padding: 50px 0 30px 0;
}
footer .footer {
  max-width: 95%;
  width: 1600px;
  text-align: center;
  right: 0;
  left: 0;
  margin: 0 auto;
  position: relative;
}
footer .footer hr {
  display: block;
  border: 0;
  height: 2px;
  background-color: rgba(237, 237, 237, 0.3);
  margin: 20px 0;
}
footer .footer .parts-footer {
  min-height: 240px;
  text-align: left;
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 0;
  padding-bottom: 20px;
}
footer .footer .parts-footer .part {
  padding: 0 2vw;
  vertical-align: top;
  margin-bottom: 10px;
  position: relative;
}
footer .footer .parts-footer .part h5 {
  font-size: 18px;
  font-family: OpenSansHebrewBold, sans-serif;
  font-weight: bold;
  color: #ededed;
  padding: 0;
  margin-bottom: 20px;
  margin-top: 10px;
}
footer .footer .parts-footer .part p {
  font-family: OpenSansHebrew, sans-serif;
  font-size: 15px;
  color: #ededed;
  padding: 0;
  line-height: 1.8;
  margin-block-start: 0;
  margin-block-end: 8px;
}
footer .footer .parts-footer .part p img {
  margin-right: 10px;
  margin-left: 0px;
}
footer .footer .parts-footer .part p a, footer .footer .parts-footer .part p a:link {
  color: #ededed;
}
footer .footer .parts-footer .part p span {
  font-weight: bold;
}
footer .footer .parts-footer .part-1 {
  flex: 0 0 20%;
  padding-left: 0;
}
footer .footer .parts-footer .part-2 {
  flex: 0 0 24%;
}
footer .footer .parts-footer .part-3 {
  flex: 0 0 26%;
  padding-left: 3vw;
  border-left: solid 2px #C49962;
}
footer .footer .parts-footer .part-4 {
  flex: 0 0 30%;
  border-left: solid 2px #C49962;
}

.modal-Loading {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) url("http://i.stack.imgur.com/FhHRx.gif") 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
/*body.loading .modal-Loading {
        overflow: hidden;
    }*/
/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal-Loading {
  display: block;
}

.btn_accessibility {
  display: none !important;
}

.accessibility {
  position: fixed;
  top: 89%;
  left: 0;
  margin: auto;
  height: 60px;
  cursor: pointer;
  z-index: 1000;
}

@media screen and (max-width: 1023px) {
  header {
    background: transparent;
    transition: background 1s ease;
    height: 60px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  header .menu {
    display: none;
  }
  header nav.menu_side {
    height: 100vh;
    background-color: rgb(36, 36, 36);
    display: none;
    right: 0px;
    top: 0;
    animation: animateright 0.4s;
    overflow: auto;
    position: absolute;
    width: 100%;
  }
  header nav.menu_side .top_menu {
    height: 90px;
  }
  header nav.menu_side .top_menu .close {
    color: #c49962;
    font-size: 65px;
    cursor: pointer;
    position: absolute;
    right: 30px;
    transform: rotate(225deg);
    margin: 0;
  }
  header nav.menu_side ul {
    width: 90vw;
    padding: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: left;
    height: calc(100vh - 120px);
    overflow: scroll;
  }
  header nav.menu_side ul li {
    list-style: none;
    text-transform: uppercase;
  }
  header nav.menu_side ul li a {
    font-family: Rubik-Regular;
    font-size: 5.333vw;
    text-align: right;
    color: #c49962;
  }
  header nav.menu_side ul li a:not(:last-child)::after {
    content: " ";
    width: 90%;
    height: 1px;
    background-color: #43698e;
    display: block;
    right: 0;
    left: 0;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  header nav.menu_side ul li:not(:last-child)::after {
    content: " ";
    height: 1px;
    background-color: rgba(196, 153, 98, 0.3);
    display: block;
    right: 0;
    left: 0;
    margin: 20px auto;
  }
  header nav.menu_side ul li:last-child {
    margin-bottom: 60px;
  }
  header .hamburger-icon div {
    width: 33px;
    height: 3px;
    background-color: #c49962;
    border-radius: 1px;
  }
  header .hamburger-icon div:not(:last-child) {
    margin-bottom: 5px;
  }
  header .logo-mobile {
    height: 40px;
    opacity: 0;
    transition: opacity 1s ease;
  }
  header .link-lang a {
    font-family: Rubik-Regular;
    opacity: 0.7;
    font-size: 18px;
    letter-spacing: normal;
    color: #ededed;
  }
  .content {
    margin-top: 60px;
  }
  .content .main {
    background: url(../Images/homePage/img.png) #242424 no-repeat top center;
    height: calc(100vh + 60px);
    background-size: contain;
    position: relative;
  }
  .content .main .center {
    text-align: center;
    height: inherit;
    padding-top: initial;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .content .main .center img {
    width: 46.93vw;
  }
  .content .main .center .main-content .text {
    max-width: 100%;
    width: 290px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .content .main .center .main-content .text p {
    font-size: 6.13vw !important;
  }
  .content .main .center .main-content .arroe-gold {
    display: block;
    transform: rotate(-90deg);
    width: 15px;
    position: absolute;
    bottom: 60px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .content .grid-home-page .rect {
    width: 100%;
    min-height: 300px;
    height: auto;
    background-size: cover !important;
    padding: 10vw;
  }
  .content .grid-home-page .rect div h3 {
    font-size: 8vw;
  }
  .content .grid-home-page .rect div p {
    font-size: 4.533vw;
  }
  .content .grid-home-page .rect div b {
    font-size: 4.8vw;
  }
  .content .grid-home-page a {
    flex-grow: inherit;
    width: 100%;
  }
  .content .grid-home-page a .rect {
    height: 150px;
  }
  .content .articles-section {
    height: auto;
    display: inline-block;
  }
  .content .articles-section .articles {
    height: auto;
    display: block;
    flex-flow: nowrap;
    padding-top: 0;
  }
  .content .articles-section .articles .article {
    height: auto;
    width: 100%;
  }
  .content .articles-section .articles .article.first {
    height: 398px;
  }
  .content .articles-section .articles .article.second {
    height: 369px;
  }
  .content .articles-section .articles .article:not(:last-child) {
    border-right: none;
    border-bottom: solid 1px rgba(112, 110, 107, 0.5);
  }
  .content .articles-section .articles .article .content-article {
    max-width: 80%;
    margin: 40px;
  }
  .content .articles-section .articles .article .content-article h5 {
    font-size: 5.06vw;
  }
  .content .articles-section .articles .article .content-article p {
    font-size: 4.266vw;
  }
  .content .articles-section .articles .article .content-article b {
    font-size: 4.266vw;
    margin-top: 40px;
  }
  .content .articles-section .articles .article .content-article hr {
    border-top: 1px solid rgba(196, 153, 98, 0.3);
  }
  .content .articles-section .articles .article .content-article .credit-article {
    margin-bottom: 40px;
  }
  .content .articles-section .articles .article .content-article .credit-article p {
    font-size: 3.733vw;
  }
  .content .articles-section .articles .article .content-article .credit-article img {
    height: 8VW;
  }
  .content .articles-section .bottom-section {
    height: 100px;
    text-align: center;
    font-size: 18px;
    line-height: 100px;
    top: 50%;
    font-weight: bold;
    color: #414141;
    font-family: Rubik-Regular;
  }
  .content .articles-section .bottom-section::after {
    margin-right: 10px;
    content: url(../Images/homePage/arrow-gold-right.png);
  }
  .content .map {
    display: none;
  }
  footer {
    min-height: auto;
    padding: 30px 0 30px 0;
    overflow: visible;
    background-color: #2c2c2c;
  }
  footer .footer {
    max-width: 100% !important;
    width: 100% !important;
    text-align: center;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 30px;
  }
  footer .footer hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: solid 2px rgba(237, 237, 237, 0.3);
    padding: 0;
    width: 80%;
    margin: 20px auto;
  }
  footer .footer .parts-footer {
    height: auto;
    margin: 0 auto;
    max-width: 90%;
    border-bottom: none;
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
  }
  footer .footer .parts-footer .part {
    width: 100% !important;
    display: block !important;
    padding: 15px 20px !important;
    margin-bottom: 0;
  }
  footer .footer .parts-footer .part h5 {
    font-size: 4.8VW;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  footer .footer .parts-footer .part p {
    font-size: 4VW;
    line-height: 1.6;
    margin: 3px 0;
  }
  footer .footer .parts-footer .part-1 {
    padding: 15px 20px !important;
  }
  footer .footer .parts-footer .part-2 {
    padding: 15px 20px !important;
  }
  footer .footer .parts-footer .part-3 {
    padding: 15px 20px !important;
    border-top: solid 1px #C49962;
    border-left: 0px;
  }
  footer .footer .parts-footer .part-3::before {
    display: none;
  }
  footer .footer .parts-footer .part-4 {
    padding: 15px 20px 10px 20px !important;
    border-top: solid 1px #C49962;
    border-left: 0px;
    margin-bottom: 0 !important;
  }
  footer .footer .parts-footer .part-4::before {
    display: none;
  }
  footer .footer a[href="https://www.yit.co.il/"] {
    display: block;
    width: 100%;
    margin: 20px auto 20px auto;
    padding: 0;
    text-align: center;
  }
  footer .footer a[href="https://www.yit.co.il/"] img.credit {
    display: block;
    margin: 0 auto;
    max-width: 150px;
    height: auto;
  }
  .animate-left {
    display: none !important;
    animation: animateleft 0.4s !important;
  }
  .animate-right {
    display: block !important;
    animation: animateright 0.4s !important;
  }
}
@media screen and (max-width: 1023px) and (min-width: 480px) {
  body header nav.menu_side ul li a {
    font-size: 20px !important;
  }
  .content .main .center img {
    width: 200px;
  }
  .content .main .center .main-content .arrow-gold {
    display: none;
  }
  .content .main .center .main-content .text {
    width: 90%;
  }
  .content .main .center .main-content .text p {
    font-size: 30px !important;
  }
  .content .grid-home-page {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-family: Rubik-Regular;
    direction: rtl;
  }
  .content .grid-home-page .rect {
    flex-grow: 1;
    width: 50vw;
    text-align: left;
    direction: ltr;
    padding: 4.48vw;
    background-position: center !important;
  }
  .content .grid-home-page .rect div {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
  }
  .content .grid-home-page .rect div h3 {
    font-size: 34px;
    color: #ededed;
  }
  .content .grid-home-page .rect div p {
    max-width: 450px;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: normal;
    color: #ededed;
  }
  .content .grid-home-page .rect div b {
    font-size: 18px;
  }
  .content .grid-home-page .rect.center div {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.25;
    right: 0;
    left: 0;
    margin: auto;
    padding-left: 36px;
    height: 150px;
  }
  .content .grid-home-page a {
    flex-grow: 1;
    width: 50vw;
  }
  .content .grid-home-page a .rect {
    width: 100%;
  }
  .content .articles-section .articles .article {
    height: 350px;
    width: 100%;
    right: 0;
    left: 0;
    margin: auto;
    padding-top: 0;
  }
  .content .articles-section .articles .article .content-article h5 {
    font-size: 21px;
  }
  .content .articles-section .articles .article .content-article p {
    font-size: 16px;
  }
  .content .articles-section .articles .article .content-article b {
    font-size: 16px;
    margin-top: 40px;
  }
  .content .articles-section .articles .article .content-article .credit-article {
    margin-bottom: 40px;
  }
  .content .articles-section .articles .article .content-article .credit-article p {
    font-size: 16px;
  }
  .content .articles-section .articles .article .content-article .credit-article img {
    height: 30px;
  }
  .content .articles-section .bottom-section {
    height: 100px;
    text-align: center;
    font-size: 18px;
    line-height: 100px;
    top: 50%;
    font-weight: bold;
    color: #414141;
    font-family: Rubik-Regular;
  }
  .content .articles-section .bottom-section::after {
    margin-right: 10px;
    content: url(../Images/homePage/arrow-gold-right.png);
  }
  footer .footer .parts-footer {
    margin-bottom: 30px;
  }
  footer .footer .parts-footer .part h5 {
    font-size: 18px;
    color: #ededed;
    padding: 0;
    margin-bottom: 20px;
    margin-top: 30px;
  }
  footer .footer .parts-footer .part p {
    font-family: OpenSansHebrew, sans-serif;
    font-size: 15px;
  }
  footer .footer .credit {
    height: 30px;
    margin: 15px auto;
  }
}
@media screen and (max-width: 480px) and (min-width: 400px) {
  .content .articles-section .articles .article .content-article h5 {
    font-size: 20px;
  }
  .content .articles-section .articles .article .content-article p {
    font-size: 16px;
  }
  .content .articles-section .articles .article .content-article b {
    font-size: 16px;
    margin-top: 30px;
  }
}
@keyframes animateright {
  from {
    right: -300px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}/*# sourceMappingURL=Style.css.map */