/*
Template Name: Whats New
Author: Pyro (GG)
Version: 1.0
*/

/* fonts */
@font-face {
    font-family: 'Almoni-Neue';
    src:url('font/almoni-neue-aaa-regular.otf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Almoni-Neue';
    src:url('font/almoni-neue-aaa-light.otf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Almoni-Neue';
    src:url('font/almoni-neue-aaa-bold.otf');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Almoni-Neue';
    src:url('font/almoni-neue-demibold-aaa.otf');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Almoni-Neue';
    src:url('font/almoni-neue-aaa-black.otf');
    font-weight: 900;
    font-style: normal;
}

img.workport-logo {
  width: 100%;
}

.workport-stat .number {
  font-size: 4vh;
  line-height: 1;
}

.workport-stat:nth-of-type(1) .number, .workport-stat:nth-of-type(2) .number, .workport-stat:nth-of-type(3) .number, .workport-stat:nth-of-type(4) .number {
  font-size: 5vh;
}

.workport-stat:nth-of-type(1) .details, .workport-stat:nth-of-type(2) .details, .workport-stat:nth-of-type(3) .details, .workport-stat:nth-of-type(4) .details {
  font-size: 2.5vh;
  font-weight: 600;
}

.workport-logos-strip {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  order: 9;
  text-align: center;
  margin-top: 30px;
  padding: 30px 0;
  background: #fff4da;
}

main #whats-new .workport-logos-strip h3 {
  align-self: auto;
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
}

.workport-logos {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

img.workport-tools-logo {
  margin: 0;
  width: 30%;
}

.youtube-slider + .dots .slick-dots:first-child {
    display: none !important;
}

.imgs-slider   {
  /* direction: ltr; */
}
.imgs-slider img  {
  height: 190px;
  object-fit: cover;
  border-radius: 10px;
}

.imgs-slider .slick-arrow {
  z-index: 1;
  position: absolute;
  font-size: 0;
  appearance: none;
  background: #00000085;
  box-shadow: none;
  border: 0;
  height: 50px;
  left: 0;
  width: 30px;
  top: 0;
  /* border-top-left-radius: 10px; */
  /* border-bottom-left-radius: 10px; */
  top: 50%;
  transform: translateY(-50%);
}

.imgs-slider .slick-arrow::after {
  content: '>';
  color: white;
  font-size: 21px;
}

.imgs-slider .slick-arrow.slick-next {
    left: auto;
}

.imgs-slider .slick-arrow.slick-next::after {
  content: '<';
}

main #vision h3 {
  margin-bottom: 20px;
}

p.vision-description {
  margin-bottom: 20px;
  font-size: 20px;
}

@media only screen and (min-width: 320px) {

    html {
        scroll-behavior: smooth;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 1;
    }


    #whats-new::before {
        height: 180px;
        margin: -210px 0 0;
    }

    .header-placeholder {
      height: 90px;
      height: 120px;
    }

    header {
        background: white;
        display: flex;
        height: 90px;
        width: 100%;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0 20px;
        box-shadow: 4px 3px 5px #0000001A;
        position: fixed;
        z-index: 2;
    }

    header nav.anchors ul li p {
        display: none;
    }

    header .logo img {
        height: auto;
        margin-bottom: 0;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    header nav.anchors ul {
        display: flex;
        padding-right: 10px;
        flex-direction: row;
        margin-bottom: 0;
        justify-content: space-between;
    }

    header nav.anchors ul li svg {
        border-radius: 50%;
        margin-left: 0;
        width: 12vw;
        height: 12vw;
        box-shadow: 4px 3px 5px #0000001A;
    }

    header nav.anchors ul li:last-child {
        margin-left: 0;
    }

    header nav.anchors ul li.lang a {
        display: block;
        margin: 0 7px;
        text-align: center;
        font-size: 15px;
        color: #000;
    }

    header nav.anchors ul li img{
        width: 100%;
        height: 100%;
        display: block;
    }

    header nav.anchors ul li.active svg {
      background: transparent linear-gradient(310deg, #00A886 0%, #00AD74 5%, #00B851 18%, #00C133 31%, #00C81C 45%, #00CD0C 60%, #00D003 77%, #00D100 100%) 0% 0% no-repeat padding-box;
      box-shadow: initial;
    }

    header nav.anchors ul li.active svg polygon,
    header nav.anchors ul li.active svg path {
        fill: #fff;
    }

    .logo a {
        display: block;
        height: 100%;
    }


    #nav-list a {
        display: block;
    }

    nav.anchors {
        width: 80%;
    }

    .logo {
        width: 20%;
        height: 75%;
    }


    /* MAIN */

    main {
        text-align: center;
    }

    /* What's-New */


    section#whats-new {
        padding: 0 20px;
    }

    main #whats-new h1 {
        font-size: 3em;
        text-align: right;
        line-height: 50px;
    }

    main #whats-new h3 {
        text-align: right;
        margin: 20px 0 0;
    }

    main #whats-new .titles > p {
        margin-top: 10px;
    }

    main #whats-new p.right {
        text-align: right;
        margin-bottom: 20px;
    }


    .titles {
        text-align: right;
    }

    iframe.testimonial-video {
        width: 100%;
        height: 47vw;
        border: 3px solid black;
        margin-top: 30px;
    }

    /* partners companies */


    main #whats-new .companies-stats ul.stat-list,
    main #whats-new #recruit-stats ul.stats-list {
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0;
    }

    main #whats-new .companies-stats ul.stat-list li.stat-item,
    main #whats-new  #recruit-stats ul.stats-list li.stats-item {
        padding: 0 5px;
        display: flex;
        justify-content: center;
        width: calc((100vw - 71px)/3);
        height: calc((100vw - 71px)/3);
        margin: 0;
        color: white;
        border-radius: 50%;
        box-shadow: 4px 3px 5px rgba(0, 0, 0, 0.1);
        margin: 15px 5px;
    }

    main #whats-new .companies-stats ul.stat-list li.stat-item span {
        line-height: 0.8;
    }

    .row span:nth-of-type(2) {
        margin-right: 3px;
    }

    .row span:nth-of-type(2) {
        text-align: right;
    }

    main #whats-new .companies-stats ul.stat-list li.stat-item:nth-child(odd) {
      background: transparent linear-gradient(309deg, #6A7CEE 0%, #413EA1 100%) 0% 0% no-repeat padding-box;
    }

    main #whats-new .companies-stats ul.stat-list li.stat-item:nth-child(even) {
      background: transparent linear-gradient(309deg, #00A886 0%, #00D100 100%) 0% 0% no-repeat padding-box;
    }

    main #whats-new .companies-stats ul.stat-list li.stat-item:nth-child(1) {
        flex-direction: column;
        margin-left: 5px;
        align-items: center;
    }

    main #whats-new .companies-stats ul.stat-list li.stat-item:nth-child(1) span strong,
    main #whats-new  #recruit-stats ul.stats-list li.stats-item:nth-child(2) span strong {
        display: block;
        font-size: 50px;
        font-weight: 600;
    }

    main #whats-new .companies-stats ul.stat-list li.stat-item:nth-child(2) {
        flex-direction: column;
        margin-left: 5px;
        align-items: center;
    }

    main #whats-new .companies-stats ul.stat-list li.stat-item:nth-child(2) span strong {
        display: block;
        font-size: 50px;
        font-weight: 600;
    }

    main #whats-new .companies-stats ul.stat-list li.stat-item:nth-child(3) {
        flex-direction: row;
        align-items: center;
        /* background: transparent linear-gradient(197deg, #FF9798 0%, #FF0000 100%) 0% 0% no-repeat padding-box; */
    }

    main #whats-new .companies-stats ul.stat-list li.stat-item:nth-child(3) span strong {
        display: inline-block;
        font-size: 60px;
        font-weight: 600;
    }

    main #whats-new .companies-stats ul.stat-list li.stat-item:nth-child(4) {
        flex-direction: row;
        align-items: center;
        /* background: transparent linear-gradient(309deg, #FF9798 0%, #FF4782 100%) 0% 0% no-repeat padding-box; */
        margin-left: 5px;
    }

    main #whats-new .companies-stats ul.stat-list li.stat-item:nth-child(4) span strong {
        font-size: 60px;
        font-weight: 600;
    }

    main #whats-new .companies-stats ul.stat-list li.stat-item:nth-child(5) {
        flex-direction: row;
        align-items: center;
        /* background: transparent linear-gradient(122deg, #FFDA3D 0%, #F670DD 100%) 0% 0% no-repeat padding-box; */
    }

    main #whats-new .companies-stats ul.stat-list li.stat-item:nth-child(5) span strong {
        font-size: 60px;
        font-weight: 600;
    }

    main #whats-new .companies-stats {
        margin-bottom: 50px;
    }




    /* companies logos */

    main #whats-new .companies {
    }

    main #whats-new ul.companies-list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0;
        width: calc(100% + 1.6vw);
        justify-content: space-between;
    }

    main #whats-new li.companies-item p {
      height: 35px;
      font-size: 12px;
      line-height: 1;
    }

    main #whats-new li.companies-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: calc((100vw - 91px)/3);
        height: auto;
    }

    main #whats-new .companies-item img {
      width: 100%;
      height: 60px;
      object-fit: contain;
    }

    /* slider */

    main #whats-new #testimonials {
        padding: 20px 0;
    }

    main #whats-new #testimonials .slider,
    main #whats-new #recruit-stats .slider {
        position: relative;
    }

    main #whats-new #testimonials .slider .slide img,
    main #whats-new #recruit-stats .slider .slide img {
        width: 50vw;
        height: 50vw;
        margin: 0 auto;
        object-fit: cover;
        object-position: top;
        border-radius: 50%;
    }

    main #whats-new #testimonials .slider .slide p.quote,
    main #whats-new #recruit-stats .slider .slide p.quote {
      font-weight: 700;
      font-size: 17px;
      letter-spacing: 1.4px;
      line-height: 25px;
      margin: 15px 0;
    }

    main #whats-new #testimonials .slider .slide p.name,
    main #whats-new #recruit-stats .slider .slide p.name {
        font-size: 15px;
        font-weight: 600;
    }


    main #whats-new #testimonials .slider .arrow,
    main #whats-new #recruit-stats .slider .arrow {
        position: absolute;
        z-index: 1;
        top: 25vw;
        border: solid black;
        border-width: 0 3px 3px 0;
        padding: 3px;
    }

    main #whats-new #testimonials .slider .arrow.right,
    main #whats-new #recruit-stats .slider .arrow.right {
        right: 0;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        bottom: auto;
    }

    main #whats-new #testimonials .slider .arrow.left,
    main #whats-new #recruit-stats .slider .arrow.left {
        left: 0;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
    }

    ul.slick-dots {
        list-style-type: none;
        padding: 0;
        margin-top: 20px;
    }

    .slick-dots button {
        color: transparent;
        background-color: transparent;
        border: none;
        border-radius: 50%;
        border: 0.99px solid black;
        width: 13px;
        height: 13px;
        padding: 0;
        margin: 0;
        cursor: pointer;
    }

    .slick-dots button:focus {
        outline: none;
    }

    ul.slick-dots li {
        display: inline-block;
        margin-right: 20px;
    }

    .slick-dots li.slick-active button {
        -webkit-transition-duration: 0.5s;
             -o-transition-duration: 0.5s;
                transition-duration: 0.5s;
        -webkit-transition-timing-function: ease;
             -o-transition-timing-function: ease;
                transition-timing-function: ease;
        border: 0.99px solid black;
        background-color: black;
        width: 13px;
        height: 13px;
        padding: 0;
        margin: 0;
    }

    .slick-dots li.slick-active button:before {
        color: transparent;
    }

    /* הצפון מלא בכשרון */

    main #whats-new #recruit-stats {
        margin-top: 40px;
    }

    main #whats-new #recruit-stats h3 {
        text-align: center;
        font-weight: 700;
        font-size: 5vh;
    }

    main #whats-new #recruit-stats h3 span {
        font-size: 1.5em;
        color: #6A7CEF;
    }

    main #whats-new #recruit-stats p.bordered {
        text-align: center;
        border-top: 1px solid black;
        font-size: 3vh;
        font-weight: 600;
        padding: 5px 0;
        border-bottom: 1px solid black;

    }

    main #whats-new #recruit-stats h4 {
        text-align: right;
        margin: 20px 0 0;
        font-weight: 700;
        font-size: 2.8vh;
    }

    main #whats-new #recruit-stats p {
        text-align: right;
    }

    main #whats-new #recruit-stats ul.stats-list {
        justify-content: space-between;
        margin-top: 40px;
    }

    main #whats-new #recruit-stats ul.stats-list li.logo {
        align-self: center;
        width: calc((100vw - 82px)/2);
        height: calc((100vw - 82px)/2);
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    main #whats-new #recruit-stats ul.stats-list li.logo img {
        width: 140px;
        height: auto;
        object-fit: contain;
    }

    main #whats-new  #recruit-stats ul.stats-list li.stats-item {
        color: black;
        position: relative;
        border-radius: 50%;
        margin-bottom: 15px;
    }

    main #whats-new  #recruit-stats ul.stats-list li.stats-item:nth-child(2),
    main #whats-new  #recruit-stats ul.stats-list li.stats-item:nth-child(4),
    main #whats-new  #recruit-stats ul.stats-list li.stats-item:nth-child(5),
    main #whats-new  #recruit-stats ul.stats-list li.stats-item:nth-child(6) {
	    flex-direction: column;
    }

    main #whats-new  #recruit-stats ul.stats-list li.stats-item:nth-child(3),
    main #whats-new  #recruit-stats ul.stats-list li.stats-item:nth-child(7),
    main #whats-new  #recruit-stats ul.stats-list li.stats-item:nth-child(8) {
    	flex-direction: row;
    }

    main #whats-new  #recruit-stats ul.stats-list li.stats-item {
        width: calc((100vw - 82px)/2);
        height: calc((100vw - 82px)/2);
        color: #333333;
        align-items: center;
        line-height: 1;
    }

    .number {
        font-size: 7vh;
        font-weight: 700;
    }

    .number.bigger {
        font-size: 10vh;
    }

    .details {
      font-size: 17px;
    }

    main #whats-new  #recruit-stats ul.stats-list li.stats-item {
        padding: .5rem;
        border: 4px solid transparent;
        border-radius: 50%;
        background:
        linear-gradient(to right, white, white),
        #707070;
        background-clip: padding-box, border-box;
        background-origin: padding-box, border-box;
    }

    main #whats-new #recruit-stats .slider .slide p {
        text-align: center;
    }

    /* JOBS CTA */

    main #whats-new #jobs-cta {
        padding-top: 55%;
        margin: 60px -20px;
        position: relative;
        height: auto;
        background: transparent linear-gradient(332deg, #6A7CEE 0%, #413EA1 100%) 0% 0% no-repeat padding-box;
        padding-bottom: 50px;
    }

    main #whats-new #jobs-cta .imgs-slider {
        position: absolute;
        top: -20px;
        left: 0;
        right: 0;
        margin: 0 auto;
        max-width: 620px;
        width: 90%;
        border-radius: 10px;
        height: 190px;
    }

    main #whats-new #jobs-cta h4 {
        max-width: 80%;
        font-size: 5vh;
        line-height: 1.04;
        color: white;
        font-weight: 700;
        margin: 20px auto 15px;
    }

    main #whats-new #jobs-cta a {
        text-decoration: none;
        color: white;
        font-size: 4vh;
    }

    /* VISION SECTION */

    main #vision {
        text-align: right;
        padding: 0 20px;
        margin-top: 60px;
    }

    main #vision h3 {
        font-size: 5vh;
    }

    main #vision ul.vision-list {
        padding: 0;
    }

    main #vision ul.vision-list li.vision-item {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 25px;
        justify-content: space-between;
    }

    main #vision ul.vision-list li.vision-item img {
        width: 10vw;
    }

    main #vision ul.vision-list li.vision-item p {
        width: 71vw;
        display: inline-block;
    }

    main #vision .left img {
        width: 100%;
    }

    /* Influences Section */

    main #influences {
        margin-top: 60px;
        padding: 40px;
        background: rgba(96, 211, 253, 0.1);
    }

    main #influences h3 {
        font-size: 5vh;
        text-align: right;
    }

    main #influences .right img {
        width: 100%;
    }

    main #influences .left ul.influences-list {
        padding: 0;
    }

    main #influences .left ul.influences-list li.influences-item {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: end;
        margin: 15px 0;
    }

    main #influences .left ul.influences-list li.influences-item img {
        width: 25px;
        margin-left: 10px;
    }

    main #influences .left ul.influences-list li.influences-item p {
        text-align: right;
        max-width: calc(100% - 43px);
        color: #808080;
        font-size: 1em;
        font-weight: 400;
    }

    main #influences .left ul.influences-list li.influences-item p strong {
        color: black;
        font-weight: 700;
        font-size: 1.3em;
    }

    /* NEWS SECTION */

    main #news {
        padding: 0 20px;
        margin-top: 60px;
    }

    main #news .mobile-more {
        display: none;
    }

    main #news .single-item {
        display: flex;
        flex-direction: row;
        border-bottom: solid 0.5px grey;
        justify-content: space-between;
        align-items: center;
        padding: 20px 0;
        flex-wrap: wrap;
    }

    main #news .single-item h5 {
        margin: 0;
    }

    main #news .single-item p {
        font-size: 16px;
    }

    main #news .single-item a {
        text-decoration: none;
        color: black;
    }

    main #news .single-item div {
        display: flex;
        flex-direction: row;
        width: 60%;
        align-items: center;
        justify-content: flex-start;
        text-align: right;
    }

    main #news .single-item div.details {
        width: 100%;
        order: 1;
        font-size: 12px;
    }

    main #news .single-item div > img {
        height: 18px;
        width: auto;
        margin: 0;
        object-fit: contain;
        align-self: flex-start;
        margin-left: 10px;
    }

    main #news button.more-articles p .arrow {
        border: solid black;
        border-width: 0 1.5px 1.5px 0;
        display: inline-block;
        padding: 3px;
    }

    main #news button.more-articles p .down {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    main #news button.more-articles p .up {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }


    main #news button.more-articles {
        background: none;
        border: none;
        font-weight: 700;
        font-size: 15px;
    }

    main #news button.more-articles p {
        line-height: 1;
    }

    main #news h3 {
      margin-bottom: 20px;
    }

    /* PARTNERS SECTION */

    main #partners {
        padding-top: 40px;
        margin-top: 60px;
        background: rgba(96, 212, 254, 0.1);

    }

    main #partners h3 {
      margin-bottom: 40px;
    }

    .coming-soon {
      height: 30vh;
      display: flex;
      align-items: center;
      justify-content: center;
      direction: ltr;
      font-size: 30px;
      color: #4d4d4d;
      width: 100%;
    }

    main #partners ul.partners-list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0;
        margin: 0;
    }

    main #partners li.partners-item {
        width: 50%;
        margin-bottom: 20px;
        position: relative;
    }

    main #partners li.partners-item img.partner-image {
        width: 80%;
        border-radius: 10px;
        filter: grayscale(1);
        height: 225px;
        object-fit: cover;
    }

    main #partners li.partners-item .partner-details {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        text-align: right;
    }

    main #partners li.partners-item .partner-details img.partner-logo {
      width: 8vh;
      margin-left: 10px;
      height: 90px;
      object-fit: contain;
    }

    main #partners li.partners-item.no-photo .partner-details {
        height: 100%;
        flex-direction: column;
    }

    main #partners li.partners-item.no-photo .partner-details .partner-logo {
        margin-left: 0;
        height: 225px;
        width: 75%;
        margin-bottom: auto;
    }

    main #partners li.partners-item.no-photo .partner-details span {
        height: 68px;
    }

    .photo-credit {
        text-orientation: sideways;
        writing-mode: tb;
        position: absolute;
        bottom: 100px;
        height: 100%;
        text-align: right;
        right: 5px;
        font-size: 12px;
        color: #979797;
    }

    main #partners li.partners-item.no-photo .photo-credit {
        display: none;
    }

    main #partners li.partners-item.no-photo .partner-image {
      display: none;
    }

    /* FOOTER */

    footer .sponsers {
        background: #F1F1F1;
        height: 40vh;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    footer .sponsers img {
        width: 33%;
        object-fit: contain;
    }

    footer .bottom {
        background: #333333;
        color: #4D4D4D;
        padding: 40px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    footer .bottom img.logo-grey {
        display: block;
        width: initial;
        transform: scale(0.5);
        margin: 0 auto;
        margin-top: 20px;
    }

    footer .bottom p {
        margin: 40px auto;
        text-align: center;
        font-size: 2vh;
        letter-spacing: 1px;
    }

    footer .bottom .social {
        width: fit-content;
        margin: 0 auto;
        justify-items: center;
        display: flex;
        justify-content: flex-end;
    }

    .social a {
        margin-left: 10px;
    }

    footer .bottom .social a > img {
        height: 20px;
    }

    .footer-link {
      font-size: 18px;
      color: gray;
    }

    .middle {
      text-align: center;
    }

    main #whats-new #recruit-stats.workport-wrapper ul.stats-list li.stats-item {
      flex-direction: column;
      border-color: #ffc843;
    }

}

@media only screen and (min-width: 600px) {


    .header-placeholder {
        height: 210px;
        height: 260px;
    }

    header {
        height: 210px;
    }

    main #whats-new #recruit-stats {
        padding: 0 50px;
    }

    main #whats-new #recruit-stats ul.stats-list li.logo {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    main #whats-new #recruit-stats ul.stats-list li.logo img {
        width: initial;
        height: auto;
        object-fit: contain;
    }

    main #whats-new .companies-stats ul.stat-list li.stat-item,
    main #whats-new #recruit-stats ul.stats-list li.stats-item {
        padding: 0 15px;
    }

    main #whats-new #recruit-stats ul.stats-list li.stats-item {
        width: calc((100vw - 150px)/2);
        height: calc((100vw - 150px)/2);
        font-size: 20px;
    }

    main #whats-new .companies-stats ul.stat-list li.stat-item:nth-child(1) span {
        display: block;
        font-size: 25px;
        font-weight: 400;
    }

    main #whats-new #recruit-stats ul.stats-list li.stats-item:nth-child(1) span,
    main #whats-new #recruit-stats ul.stats-list li.stats-item:nth-child(2) span,
    main #whats-new #recruit-stats ul.stats-list li.stats-item:nth-child(3) span,
    main #whats-new #recruit-stats ul.stats-list li.stats-item:nth-child(4) span,
    main #whats-new #recruit-stats ul.stats-list li.stats-item:nth-child(5) span,
    main #whats-new #recruit-stats ul.stats-list li.stats-item:nth-child(6) span {
        display: block;
        /* font-size: 60px;
        font-weight: 600; */
    }

    main #whats-new #recruit-stats ul.stats-list li.stats-item:nth-child(3) span,
    main #whats-new #recruit-stats ul.stats-list li.stats-item:nth-child(4) span,
    main #whats-new #recruit-stats ul.stats-list li.stats-item:nth-child(7) span,
    main #whats-new #recruit-stats ul.stats-list li.stats-item:nth-child(8) span {
        /* font-size: 80px; */
    }

    main #whats-new .companies-stats ul.stat-list li.stat-item:nth-child(2) span {
        display: block;
        font-size: 25px;
        font-weight: 400;
    }

    main #whats-new .companies-stats ul.stat-list li.stat-item:nth-child(3) span {
        display: block;
        font-size: 25px;
        font-weight: 400;
    }

    main #whats-new .companies-stats ul.stat-list li.stat-item:nth-child(3) span strong,
    main #whats-new #recruit-stats ul.stats-list li.stats-item:nth-child(3) span strong {
        font-size: 80px;
    }


    main #whats-new .companies-stats ul.stat-list li.stat-item:nth-child(4) span strong,
    main #whats-new #recruit-stats ul.stats-list li.stats-item:nth-child(4) span strong {
        font-size: 80px;
    }


    main #whats-new .companies-stats ul.stat-list li.stat-item:nth-child(4) span {
        display: block;
        font-size: 25px;
        font-weight: 400;
    }


    main #whats-new .companies-stats ul.stat-list li.stat-item:nth-child(5) span strong,
    main #whats-new #recruit-stats ul.stats-list li.stats-item:nth-child(5) span strong {
        font-size: 80px;
    }

    main #whats-new .companies-stats ul.stat-list li.stat-item:nth-child(5) span {
        display: block;
        font-size: 25px;
        font-weight: 400;
    }

    main #whats-new #testimonials .slider .slide p.quote,
    main #whats-new #recruit-stats .slider .slide p.quote {
        font-weight: 700;
        font-size: 35px;
        letter-spacing: 1.4px;
    }

    main #whats-new #testimonials .slider .slide p.name,
    main #whats-new #recruit-stats .slider .slide p.name {
        font-size: 25px;
        font-weight: 600;
    }

    main #whats-new #jobs-cta {
        padding-top: 45%;
    }

    main #vision {
        padding: 0 50px;
    }

    main #vision h3 {
        font-size: 10vh;
    }

    main #vision .right {
        width: 90%;
        font-size: 25px;
    }

    main #influences .left ul.influences-list li.influences-item p strong {
        font-size: 25px;
    }

    main #vision ul.vision-list li.vision-item p {
        margin-right: 5%;
    }

    footer .sponsers {
        height: 100vh;
    }

}

@media only screen and (min-width: 1024px) {

  .imgs-slider img  {
    height: 330px;
    border-radius: 20px;
  }

  .imgs-slider img  {
    height: 330px;
  }

  p {
    font-size: 17px;
  }

    header,
    header nav.anchors ul {
        flex-direction: column;
    }

    .header-placeholder {
      display: none;
    }

    header {
        max-width: 170px;
        align-items: baseline;
        margin-right: 0;
        height: 100%;
        position: fixed;
        justify-content: start;
        z-index: 2;
        background: transparent;
        top: 0;
    }

    header.sticky {
        width: 5vw;
        box-shadow: none;
    }

    header .logo {
        width: 7vw;
        margin: 30px 0 60px;
        height: auto;
        margin-top: 20px;
    }

    header .logo img {
        width: 70%;
        height: auto;
    }

    nav.anchors {
        padding-right: 0;
    }

    header nav.anchors ul li {
        display: flex;
        flex-direction: row;
        margin-bottom: 20px;
        align-items: center;
    }

    header nav.anchors ul li p {
        font-size: 1.5vh;
        font-weight: 700;
        margin-right: 10px;
        line-height: 1;
        display: none;
    }

    header nav.anchors ul li.active p {
        display: initial;
    }

    header nav.anchors ul li svg {
        margin: 0 auto;
        width: 3.5vw;
        height: 3.5vw;
        max-width: 81px;
        max-height: 81px;
        background: white;
    }

    .titles {
        padding-top: 7vh;
    }

    .vision-list {
      width: 80%;
    }

    main {
        margin: 0 auto 0 0;
    }

    main #whats-new .titles,
    main #whats-new .companies-stats,
    main #whats-new .companies {
        padding-right: 13vw;
    }

    .number {
        font-size: 4vh;
    }

    main #whats-new #recruit-stats ul.stats-list li.stats-item {
        padding: 0;
    }

    main #whats-new {
        display: flex;
        flex-direction: column;
    }

    main #whats-new h1,
    main #whats-new p,
    main #whats-new h3 {
        width: 60vw;
    }

    main #whats-new p.right {
        order: 1;
        width: 65vw;
        max-width: 660px;
    }

    main #whats-new .companies {
        order: 2;
        width: 65vw;
        margin: 30px 0;
    }

    main #whats-new ul.companies-list {
        justify-content: space-between;
    }

    main #whats-new .companies-stats {
        width: 65vw;
        order: 3;
    }

    main #whats-new #testimonials {
        width: 25vw;
        order: 4;
    }

    iframe.testimonial-video {
      height: 12vw;
    }

    main #whats-new #recruit-stats {
        width: 65vw;
        order: 5;
    }

    main #whats-new #jobs-cta {
        order: 6;
        height: 300px;
        padding: 0;
    }

    main #whats-new .companies-stats ul.stat-list,
    main #whats-new #recruit-stats ul.stats-list {
        justify-content: space-between;
    }


    main #whats-new h1 {
        font-size: 80px;
    }

    main #whats-new li.companies-item {
        width: 6.1vw;
        height: 85px;
        margin-left: 1.6vw;
    }

    main #whats-new li.companies-item p {
        width: auto;
        font-size: 13px;
    }

    main #whats-new .companies-item img {
        width: 4vw;
        height: 55px;
        object-fit: contain;
    }

    main #whats-new .companies-stats ul.stat-list li.stat-item {
        width: 9vw;
        height: 9vw;
        max-width: 240px;
        max-height: 240px;
        margin: 0;
    }

    main #whats-new #recruit-stats .titles {
        padding-right: 0;
        width: 75%;
    }


    main #whats-new .companies-stats ul.stat-list li.stat-item span:nth-child(n) {
        font-size: 13px;
    }

    main #whats-new .companies-stats ul.stat-list li.stat-item span strong:nth-child(n) {
        /* font-size: 25px; */
    }

    main #whats-new #testimonials .slider .slide img, main #whats-new #recruit-stats .slider .slide img,
    main #whats-new #testimonials2.slider .slide img, main #whats-new #recruit-stats .slider .slide img {
        width: 15vw;
        height: 15vw;
        max-width: 270px;
        max-height: 270px;
    }

    main #whats-new #testimonials,
    main #whats-new #recruit-stats #testimonials2.slider {
        position: absolute;
        left: 60px;
        top: 150px;
    }

    main #whats-new #testimonials .slider .slide p.name,
    main #whats-new #testimonials .slider .slide p.position,
    main #whats-new #testimonials2.slider .slide p.name,
    main #whats-new #testimonials2.slider .slide p.position {
        width: auto;
    }

    main #whats-new #testimonials .slider .slide p.quote,
    main #whats-new #testimonials2.slider .slide p.quote {
        font-size: 18px;
        width: 90%;
        margin: 20px auto 10px;
    }

    main #whats-new #testimonials2.slider .slide p.position,
    main #whats-new #testimonials2.slider .slide p.name,
    main #whats-new #testimonials .slider .slide p.position,
    main #whats-new #testimonials .slider .slide p.name {
        font-size: 10px;
    }

    main #whats-new #testimonials .slider .arrow {
        width: auto;
    }

    .slick-dots li.slick-active button,
    .slick-dots button {
        width: 10px;
        height: 10px;
    }

    main #whats-new #recruit-stats h3,
    main #whats-new #recruit-stats p.bordered,
    main #whats-new #recruit-stats p {
        width: auto;
    }

    main #whats-new #recruit-stats h3 {
        font-size: 7vh;
    }


    main #whats-new #recruit-stats p.bordered {
        font-size: 4vh;
    }

    main #whats-new #recruit-stats h4 {
        font-size: 3.8vh;
    }


    main #whats-new #recruit-stats ul.stats-list li.logo {
        width: 10vw;
        height: 10vw;
        max-width: 240px;
        max-height: 240px;
    }

    main #whats-new #recruit-stats ul.stats-list li.logo img {
        width: 100%;
    }

    main #whats-new #recruit-stats ul.stats-list li.stats-item {
        width: 10vw;
        height: 10vw;
        font-size: 15px;
        max-width: 240px;
        max-height: 240px;
        margin-right: 0;
        margin-left: 0;
        padding: 0 18px;
    }

    main #whats-new #recruit-stats ul.stats-list li.stats-item:nth-child(1) span,
    main #whats-new #recruit-stats ul.stats-list li.stats-item:nth-child(2) span,
    main #whats-new #recruit-stats ul.stats-list li.stats-item:nth-child(3) span,
    main #whats-new #recruit-stats ul.stats-list li.stats-item:nth-child(4) span,
    main #whats-new #recruit-stats ul.stats-list li.stats-item:nth-child(5) span,
    main #whats-new #recruit-stats ul.stats-list li.stats-item:nth-child(6) span {
        /* font-size: 30px; */
    }

    main #whats-new #recruit-stats ul.stats-list li.stats-item:nth-child(7) span,
    main #whats-new #recruit-stats ul.stats-list li.stats-item:nth-child(8) span {
        /* font-size: 40px; */
    }

    main #whats-new #recruit-stats #testimonials2.slider {
        padding: 0 20px;
        top: 990px;
        width: 25vw;
    }

    main #whats-new #recruit-stats {
        padding-right: 13vw;
    }

    main #whats-new #jobs-cta {
        display: flex;
        flex-direction: row;
        padding-right: 210px;
        justify-content: center;
        align-items: center;
    }

    main #whats-new #jobs-cta .imgs-slider {
        width: 516px;
        position: initial;
        object-fit: cover;
        margin: 0;
        height: 330px;
    }

    main #whats-new #jobs-cta .text-wrapper {
        padding-right: 60px;
        width: auto;
        align-self: center;
        text-align: right;
    }

    main #whats-new #jobs-cta h4 {
      max-width: 60%;
        font-size: 5vh;
        text-align: right;
        margin: 0;
    }

    main #whats-new #jobs-cta a {
        text-align: right;
    }

    main #vision {
        padding-right: 13vw;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }

    #vision div.right {
        width: 45%;
        align-self: center;
    }

    #vision div.left {
        width: 45%;
    }

    #vision div.left img {
        max-width: 540px;
        height: 100%;
        display: block;
        margin: 0 auto;
        object-fit: cover;
    }

    main #vision h3 {
        font-size: 60px;
    }

    main #vision ul.vision-list li.vision-item img {
        width: 49px;
    }

    main #influences {
        background: rgba(96, 212, 254, 0.1);
        padding-right: 13vw;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    main #influences h3 {
        font-size: 6vh;
        width: 100%;
        text-align: right;
    }

    main #influences .right,
    main #influences .left {
        width: 45%;
        padding-left: 7%;
    }

    main #influences .left ul.influences-list li.influences-item p {
        font-size: 18px;
    }

    main #influences .left ul.influences-list li.influences-item img {
        width: 25px;
    }

    main #influences .left ul.influences-list li.influences-item p strong {
        font-size: 25px;
    }

    main #influences .right img {
      max-width: unset;
      width: 100%;
    }

    main #news {
        padding-right: 13vw;
        padding-left: 10vw;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    main h3 {
        width: 100%;
        text-align: right;
        align-self: flex-end;
        font-size: 6vh;
    }

    main #news .mobile-more {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
    }

    main #news .single-item {
        border-bottom: none;
        width: 25%;
        flex-direction: column;
        margin-left: 0;
        justify-content: flex-start;
    }

    main #news .single-item div > img {
        margin: 0 auto;
    }

    main #news .single-item div {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
    }

    main #news .single-item h5 {
        font-size: 25px;
        width: 70%;
        margin: 0 auto;
    }

    main #news .single-item p {
        font-size: 1em;
    }

    main #news .more-articles {
        display: none;
    }

    main #partners {
        padding-right: 13vw;
        padding-left: 8vw;
    }

    main #partners li.partners-item {
        width: 25%;
        margin-bottom: 50px;
    }

    main #partners ul.partners-list {
        margin: 0;
    }

    main #partners li.partners-item img.partner-image {
      height: 415px;
    }

    main #partners li.partners-item.no-photo .partner-details .partner-logo {
      height: 415px;
      width: 60%;
    }

    main #partners li.partners-item.no-photo .photo-credit {
    display: none;
    }

    main #news .single-item div.details {
      order: initial;
    }

    .number.bigger {
        font-size: 50px;
    }

    .row span:nth-of-type(2) {
        margin-right: 10px;
    }

    footer .sponsers {
        height: auto;
        padding: 2vh 5vw;
        display: flex;
        flex-wrap: wrap;
    }

    footer .sponsers img {
        max-width: 170px;
        min-width: 10%;
    }

    footer .bottom {
        padding: 40px 8vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }

    footer .bottom img.logo-grey {
        margin: 0;
        display: initial;
        width: 20%;
        transform: scale(1);
        height: 70px;
        object-fit: contain;
        object-position: right;
    }

    footer .bottom p {
        margin: 0;
    }

    footer .bottom .social {
        width: 20%;
        margin: initial;
    }

    img.workport-tools-logo {
      margin: 0 30px;
      width: 240px;
    }

    .details {
      font-size: 14px;
    }

    main #whats-new #recruit-stats.workport-wrapper {
      width: 56vw;
      order: 8;
    }

}

@media only screen and (min-width: 1600px) {

  .details {
    font-size: 17px;
  }

    main #whats-new .companies-stats ul.stat-list li.stat-item span:nth-child(n),
    main #whats-new #recruit-stats ul.stats-list li.stats-item:nth-child(n) {
        font-size: 20px;
    }

    main #whats-new .companies-stats ul.stat-list li.stat-item span strong:nth-child(n) {
        font-size: 80px;
    }

    main #whats-new #jobs-cta {
        padding-right: initial;
    }

    main #whats-new #jobs-cta .text-wrapper {
        padding-right: 85px;
    }

    main #news .single-item div > img {
        height: 30px;
        margin: 5px auto;
    }

    .number.bigger {
        font-size: 80px;
    }

    .number {
        font-size: 7vh;
    }

    main #whats-new #recruit-stats ul.stats-list li.stats-item {
        padding: 0 15px;
    }

    .photo-credit {
        right: 20px;
    }


  main #whats-new #recruit-stats.workport-wrapper {
    width: 50vw;
  }
}

@media screen and (max-width: 1024px) {
  .workport-logos-strip {
    width: 100vw;
    padding: 20px;
    margin-right: -20px;
  }

  .workport-logos {
    justify-content: space-around;
  }

    header nav.anchors ul li.lang {
        display: none;
    }
}


* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0;
}

html,
body,
div,
h1,
p {
    margin: 0;
    padding: 0;
    font-family: 'Almoni-Neue';
    direction: rtl;
}



ul {
    list-style: none;
}
