@charset "UTF-8";
@font-face {
  font-family: 'almoni-dl';
  src: url("fonts/almoni-neue-aaa-400.woff") format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'almoni-dl';
  src: url("fonts/almoni-neue-aaa-700.woff") format("woff");
  font-weight: 700;
  font-style: normal; }
/* כללי */
body {
  font-family: "almoni-dl", sans-serif;
  margin: 0;
  font-size: 18px;
  line-height: normal; }

.open,
.button,
h1,
h3,
h4 {
  font-family: "Greta Text Hebrew Bold";
  font-weight: 400;
  margin: 0; }

p {
  margin: 0; }

img {
  max-width: 100%; }

.container {
  max-width: 1040px;
  margin: auto;
  padding: 0 20px; }

.site-header {
  background-image: url("data:image/svg+xml,%3Csvg width='1280' height='191' viewBox='0 0 1280 191' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1280' height='191' fill='url(%23paint0_radial_1_883)'/%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_1_883' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(1101 62.4113) rotate(176.582) scale(1109.97 317.152)'%3E%3Cstop stop-color='%234EA9C6'/%3E%3Cstop offset='0.3368' stop-color='%233E9CC0'/%3E%3Cstop offset='0.748983' stop-color='%23184F71'/%3E%3Cstop offset='0.858047' stop-color='%23124365'/%3E%3Cstop offset='1' stop-color='%23071A2B'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: cover;
  background-position: center;
  color: #fff;
  font-size: 21px;
  padding: 20px 0 40px; }
  @media (max-width: 800px) {
    .site-header {
      font-size: 18px; } }
  .site-header .above-title,
  .site-header h1 {
    text-align: center; }
  .site-header .above-title {
    display: table;
    margin: auto;
    padding: 0 40px;
    font-weight: bold;
    color: #fa6514;
    background: #fff;
    clip-path: polygon(2% 0, 100% 0%, 98% 100%, 0% 100%); }
    @media (max-width: 800px) {
      .site-header .above-title {
        font-size: 18px;
        padding: 0 20px;
        margin-top: 20px; } }
    @media (max-width: 450px) {
      .site-header .above-title {
        font-size: 16px;
        padding: 0 10px; } }
  .site-header h1 {
    margin-top: 12px;
    font-size: 48px; }
    @media (max-width: 800px) {
      .site-header h1 {
        font-size: 36px; } }

main {
  background: #F0ECE1;
  padding: 41px 0 0; }
  main h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 32px;
    margin-top: 0; }
    @media (max-width: 800px) {
      main h2 {
        font-size: 21px; } }

.courses {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 51px; }
  .courses a {
    display: block;
    text-decoration: none;
    color: inherit; }
  .courses .thumb {
    height: 202px;
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 13px 20px;
    justify-content: space-between;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .courses .no {
    color: #fff;
    font-weight: bold;
    text-align: center; }
    .courses .no .number {
      font-size: 46px;
      display: block;
      line-height: 1; }
    .courses .no .m {
      display: block;
      margin-top: -8px; }
  .courses .date-time {
    background: #fff;
    clip-path: polygon(2% 0, 100% 0%, 98% 100%, 0% 100%);
    padding: 5px 10px;
    text-align: center;
    font-weight: bold; }
    .courses .date-time .open {
      font-size: 21px; }
  .courses .course {
    max-width: 333px;
    background: #fff;
    border-radius: 5px;
    font-size: 16px;
    overflow: hidden; }
    .courses .course:hover, .courses .course:focus {
      box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2); }
  .courses .text {
    padding: 18px 20px;
    color: #404040; }
  .courses h3 {
    color: #fa6514;
    font-size: 30px; }
  .courses .lecturer {
    font-weight: bold;
    color: #000;
    margin: 0 0 10px; }

.cta {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 375px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-size: 21px; }
  @media (max-width: 800px) {
    .cta {
      font-size: 18px; } }
  .cta h3 {
    font-size: 30px;
    margin-bottom: 7px; }
  .cta .container {
    max-width: 585px; }

.button {
  display: inline-block;
  background: #fff;
  color: #fa6514;
  font-size: 30px;
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 5px;
  margin: 18px 0 0;
  transition: .3s; }
  .button:hover, .button:focus {
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2);
    transform: scale(1.1); }
  @media (max-width: 800px) {
    .button {
      font-size: 24px; } }

.site-footer {
  padding: 30px 0 0; }

.logo {
  max-width: 277px;
  margin: auto; }

.build {
  margin-top: 30px;
  margin-right: auto;
  text-align: left;
  background: #f0ece1;
  padding: 3px 20px 0 20px;
  display: flex;
  justify-content: space-between; }
  .build p {
    opacity: .6; }
  .build img {
    opacity: .9;
    max-width: 40px;
    filter: invert(1); }
  .build .footer-nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px; }
  .build .footer-nav a {
    color: inherit; }
    .build .footer-nav a:hover, .build .footer-nav a:focus {
      color: #000; }
