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

html {
  scroll-behavior: smooth;
}

nav {
  position: fixed !important;
  background-color: white;
  width: 100%;
  height: 5em;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  top: 0;
  z-index: 2;
}

.maorgross {
  display: flex;
  align-items: center;
  color: #2D2C2F;
  gap: 15px;
}

.maorgross > img {
  width: 2.75em;
  height: 2.75em;
  border-radius: 100%;
}

.maorgross > #url {
  width: 5em !important;
  height: 3em;
}

#url {
  border-radius: unset;
}

@font-face {
  font-family: "Satisfy-Regular";
  src: url(../fonts/Satisfy-Regular.ttf);
}
.maorgross > h2 {
  font-family: "Satisfy-Regular";
  font-size: 2em;
  color: #2D2C2F;
  margin: 0 0 !important;
}

@font-face {
  font-family: "Heebo-Bold";
  src: url(../fonts/Heebo-Bold.ttf);
}
ul {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  direction: rtl;
  font-size: 1.5em;
  color: #2D2C2F;
}

.offcanvas-header {
  direction: rtl !important;
}

.dropdown-item {
  text-align: right !important;
  font-size: 1.5em !important;
}

.navbar-toggler {
  width: 50px !important;
  height: 40px !important;
}

.btn-close {
  width: 25px !important;
  height: 25px !important;
}

nav > ul > a {
  color: #2D2C2F;
  text-decoration: none;
}

ul > a:hover {
  color: #4682b4;
}

.container-big {
  width: 100%;
  height: 100%;
  margin-top: 5em;
  background-image: url(../images/background/background-trucks.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

header {
  width: 100%;
  height: 47em;
  display: flex;
  direction: rtl;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1em;
  opacity: 1;
  background: url(../images/pictures/cover__.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: center;
  color: #2D2C2F;
  box-shadow: 5px 5px 5px black;
}

@font-face {
  font-family: "Heebo-Black";
  src: url(../fonts/Heebo-Black.ttf);
}
header h1 {
  width: 70%;
  font-family: "Heebo-Black";
  font-size: 5em;
  color: #4682b4;
}

@font-face {
  font-family: "Heebo-Medium";
  src: url(../fonts/Heebo-Medium.ttf);
}
header p {
  width: 80%;
  font-family: "Heebo-Medium";
  font-size: 3.5em;
  text-align: center;
}

.time {
  width: 100px;
  height: 100px;
}

.time > img {
  width: 100px;
  height: 100px;
}

button {
  width: 9.5em !important;
  height: 2em !important;
  color: white !important;
  background-color: #4682b4 !important;
  font-family: "Heebo-Medium" !important;
  font-size: 1em !important;
  border-radius: 5em !important;
  border: 0;
}

.logo {
  width: 300px;
}

footer {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  background-color: #4682b4;
  padding: 0.25em 0.25em 0.25em 0.25em;
}

@font-face {
  font-family: "Heebo-Regular";
  src: url(../fonts/Heebo-Regular.ttf);
}
.credit {
  text-decoration: unset;
}

footer > h2 {
  width: 100%;
  margin: 0 1em;
  color: white;
  font-size: 1.25em;
  font-family: "Heebo-Regular";
}

.MG {
  text-align: left;
}

.save {
  text-align: right;
}

@media screen and (max-width: 1200px) {
  nav {
    justify-content: space-between;
    position: fixed;
    background-color: white;
  }
  header {
    background: url(../images/pictures/background-cover.png);
    background-size: cover;
  }
  .container-big {
    background-size: auto;
    background-repeat: repeat;
    background-position: center;
  }
  .maorgross h2 {
    display: none;
  }
  ul > a > li {
    text-align: center;
  }
  header {
    width: 100%;
    height: 50em;
  }
  header > h1 {
    font-size: 2.5em;
    text-align: center;
  }
  header > p {
    width: 90%;
    font-size: 1.5em;
    text-align: center;
  }
  .time1 > img {
    width: 100px;
    height: 100px;
  }
  footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0.75em 0.75em 0.75em 0.75em;
  }
  .MG {
    text-align: center;
  }
  .save {
    text-align: center;
  }
}
.aboutme {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  gap: 1.5em;
  margin: 7em auto;
  color: #2D2C2F;
}

.aboutme > img {
  width: 8.75em;
  height: 8.75em;
}

.aboutme > h1 {
  font-family: "Heebo-Black";
  font-size: 2em;
  color: #2D2C2F;
  color: #4682b4;
}

.aboutme > p {
  width: 40%;
  font-family: "Heebo-Regular";
  font-size: 1.25em;
  direction: rtl;
  color: #2D2C2F;
  text-align: justify;
}

.resume {
  display: none !important;
  gap: 3em;
}

#phone_number {
  width: 250px !important;
  height: 50px !important;
  font-size: 1.5em !important;
  font-weight: bold !important;
}

@media screen and (max-width: 1200px) {
  .aboutme {
    height: 100%;
  }
  .aboutme > p {
    width: 90%;
    text-align: center;
  }
  .aboutme > h1 {
    width: 90%;
  }
  .resume {
    display: none;
    flex-direction: column;
    gap: 2em;
  }
}
.container-form {
  width: 100%;
  height: 60em;
  display: flex;
  flex-direction: row;
  background-color: #2D2C2F;
  justify-content: space-evenly;
  box-shadow: 0px 3px 6px #2D2C2F;
}

.container-form > img {
  height: 60%;
}

.container-form > div {
  width: 34em;
  height: 40em;
  color: white;
  direction: rtl;
  margin: auto 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.container-form > div > h1 {
  font-family: "Heebo-Black";
  font-size: 2.25em;
}

.container-form > div > p {
  font-family: "Heebo-Regular";
  font-size: 1.25em;
}

form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1em;
}

label {
  display: flex;
  flex-direction: column;
  font-family: "Heebo-Bold";
  font-size: 1.25em;
}

input {
  width: 100%;
  height: 3.125em;
  border-bottom: 4px solid #EF332E;
}

input[type=submit] {
  width: 7em;
  height: 2.5em;
  background-color: #3DBDA4;
  color: white !important;
  font-family: "Heebo-Bold";
  font-size: 1em;
  border-radius: 3em;
  text-align: center;
  border: unset;
}

textarea {
  width: 100%;
  border-bottom: 4px solid #EF332E;
}

@media screen and (max-width: 1200px) {
  .container-form {
    height: 70em;
    flex-direction: column;
  }
  .container-form > div {
    width: 34em;
    height: 50em;
    color: white;
    direction: rtl;
    margin: 5em auto;
  }
  .container-form > img {
    width: 45%;
    height: 20%;
  }
  .container-form > div {
    width: 90%;
  }
  #submit {
    color: white !important;
  }
}
.contant-info {
  width: 100%;
  height: 20em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5%;
  font-family: "Heebo-Regular";
  font-size: 0.75em;
}

.contant-info > a {
  color: #2D2C2F;
  text-decoration: none;
}

.contant-info > a > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5em;
  font-family: "Heebo-black";
}

.contant-info > a > div > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  background-color: #4682b4;
  border-radius: 50px;
  box-shadow: 0px 3px 6px #2D2C2F;
}

.contant-info > a > div > div > img {
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 1200px) {
  .contant-info {
    width: 100%;
    height: 100em;
    gap: 0;
    font-size: 0.5em;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1);
    -ms-grid-column-align: center;
  }
}
.servis {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.servis > div {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.servis > div:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
  z-index: 1;
}

.servis > div > img {
  width: 15em;
  height: 15em;
  border-radius: 100%;
  display: flex;
}

.servis > div > h2 {
  width: 50%;
  font-family: "Heebo-Regular";
  font-size: 1.25em;
  text-align: center;
  font-weight: bold;
}

.servis > div > p {
  font-family: "Heebo-Regular";
  direction: rtl;
}

#servis {
  font-family: "Heebo-Black";
  font-size: 2em;
  color: #2D2C2F;
  text-align: center;
  color: #4682b4;
}

.servis_text {
  width: 90%;
  direction: rtl;
  text-align: center;
  font-family: "Heebo-Regular";
  font-size: 1.25em;
}

p.servis_text {
  width: 50%;
}

@media screen and (max-width: 1200px) {
  p.servis_text {
    width: 90%;
  }
  .servis > div > img {
    width: 10em;
  }
}
.cards-container {
  width: 100%;
  height: 700px;
  display: grid;
  grid-template-columns: repeat(9, 416px);
  grid-template-rows: repeat(1, 1fr);
  overflow: scroll;
  gap: 3em;
}

.cards-item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5em;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  opacity: 1;
}

.cards-item:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
  z-index: 1;
}

.cards {
  width: 50%;
  height: 50%;
}

@media screen and (max-width: 1200px) {
  .cards-item {
    height: 100%;
    gap: 0.5em;
  }
  .cards-container {
    height: 620px;
    grid-template-columns: repeat(9, 90vw);
    grid-template-rows: repeat(1, 1fr);
  }
}
.reviwes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.25em;
  margin: 100px auto;
}

.caruselReviwes {
  width: 70%;
  display: grid;
  grid-template-columns: repeat(8, 416px);
  grid-template-rows: repeat(1, 1fr);
  overflow: scroll;
  gap: 3em;
}

iframe {
  width: 416px;
}

.reviwes > h1 {
  font-family: "Heebo-Black";
  font-size: 2em;
  direction: rtl;
}

@media screen and (max-width: 1200px) {
  .caruselReviwes {
    width: 90%;
    display: grid;
    grid-template-columns: repeat(8, 90vw);
    overflow: scroll;
    gap: 3em;
    place-content: unset;
  }
  iframe {
    width: 100%;
  }
}
.java-script-container {
  width: 100%;
  height: 700px;
  display: grid;
  grid-template-columns: repeat(4, 416px);
  grid-template-rows: repeat(1, 1fr);
  overflow: scroll;
  gap: 3em;
}

.java-script-item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  opacity: 1;
}

.java-script-item:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
  z-index: 1;
}

.javaScript {
  width: 100%;
  height: 40%;
}

.java-script-item > img {
  width: 100%;
  height: 40%;
  background-size: cover;
  border-radius: 10px;
}

@media screen and (max-width: 1200px) {
  .java-script-container {
    height: 620px;
    grid-template-columns: repeat(4, 90vw);
    grid-template-rows: repeat(1, 1fr);
  }
  .java-script-item {
    height: 100%;
    gap: 0.5em;
  }
  .java-script-item > img {
    height: 40%;
  }
}
.gallery-background {
  background-color: #F6F6F6;
  width: 100%;
  height: 750px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-box {
  width: 70%;
  height: 95%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2em;
  color: #2D2C2F;
}

.gallery-box > h1 {
  font-family: "Heebo-Black";
  font-size: 2em;
  color: #4682b4;
}

.gallery-box > p {
  width: 50%;
  font-family: "Heebo-Regular";
  font-size: 1.25em;
}

.gallery-container {
  width: 100%;
  height: 225px;
  display: flex;
  flex-direction: row;
  overflow: scroll;
  gap: 3em;
}

.gallery-item {
  width: 100%;
  height: 247px;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  opacity: 1;
}

.gallery-item:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
  z-index: 1;
}

.gallery-item > img {
  width: 400px;
  height: 100%;
  background-size: cover;
  border-radius: 10px;
}

.gallery-item > h1 {
  font-family: "Heebo-Medium";
  font-size: 1.5em;
}

.gallery-item > p {
  font-family: "Heebo-Regular";
  font-size: 1em;
}

.logo-small > img {
  width: 1.5em;
  right: 1.5em;
}

@media screen and (max-width: 1200px) {
  .gallery-item {
    height: 100%;
    gap: 0.5em;
  }
  .gallery-item > img {
    height: 100%;
  }
  .gallery-background {
    height: 100%;
  }
  .gallery-box {
    width: 90%;
    height: 97.5%;
    margin: 7em auto;
  }
  .gallery-box > p {
    width: 90%;
  }
}
.web-site-container {
  width: 100%;
  height: 700px;
  display: grid;
  grid-template-columns: repeat(1, 416px);
  grid-template-rows: repeat(1, 1fr);
  place-content: center;
  overflow: scroll;
  gap: 3em;
}

.web-site-item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  opacity: 1;
}

.web-site-item:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
  z-index: 1;
}

.webSite {
  width: 100%;
  height: 40%;
}

.web-site-item > img {
  width: 100%;
  height: 40%;
  background-size: cover;
  border-radius: 10px;
}

@media screen and (max-width: 1200px) {
  .web-site-container {
    height: 620px;
    grid-template-columns: repeat(1, 90vw);
    grid-template-rows: repeat(1, 1fr);
  }
  .web-site-item {
    height: 100%;
    gap: 0.5em;
  }
  .web-site-item > img {
    height: 50%;
  }
}
#custumers-h {
  color: #4682b4 !important;
}

.custumers-container {
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 100px auto;
}

.custumers-gallery {
  width: 80%;
  display: flex;
  justify-content: space-evenly;
  gap: 24px;
  margin: 100px auto;
}

.custumers-gallery > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.custumers-gallery > div:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
  z-index: 1;
}

.custumers-gallery > div > img {
  width: 8.75em;
  height: 6.75em;
  border-radius: 100%;
  display: flex;
}

.custumers-gallery > div > h2 {
  width: 100%;
  height: 50%;
  font-family: "Heebo-Regular";
  font-size: 1.25em;
  text-align: center;
}

#custumers-h {
  font-family: "Heebo-Black";
  font-size: 2em;
  color: #2D2C2F;
  text-align: center;
}

.custumers-text {
  width: 100% !important;
  direction: rtl;
  text-align: center;
  font-family: "Heebo-Regular";
  font-size: 1.25em;
}

.numbers {
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: space-evenly;
}

@media screen and (max-width: 1200px) {
  .custumers-gallery {
    width: 100%;
    overflow: scroll;
  }
}
.israel-container {
  display: flex;
  flex-direction: row-reverse;
  direction: rtl;
  width: 75%;
  height: 1100px;
  justify-content: center;
  align-items: start;
  inset: 0;
  margin: 0 auto;
}

.israel-info {
  width: 50%;
  height: 100%;
}

.israel-map > img {
  width: 80%;
  height: 100%;
  border-radius: 25px;
}

@font-face {
  font-family: "Heebo-Black";
  src: url(../fonts/Heebo-Black.ttf);
}
.israel-info > h1 {
  width: 100%;
  font-family: "Heebo-Black";
  font-size: 5em;
  color: #4682b4;
  text-align: right;
}

@font-face {
  font-family: "Heebo-Medium";
  src: url(../fonts/Heebo-Medium.ttf);
}
.israel-info > p {
  width: 100%;
  font-family: "Heebo-Medium";
  font-size: 2.5em;
  text-align: justify;
}

.israel-info {
  width: 50%;
}

.israel-map {
  width: 50%;
  height: 1000px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1200px) {
  .israel-container {
    height: 1100px;
    width: 100%;
    flex-direction: column-reverse;
    justify-content: start;
    align-items: center;
    gap: 24px;
  }
  .israel-map > img {
    width: 100%;
    height: 100%;
  }
  .israel-info > h1 {
    width: 100%;
    font-size: 2em;
    text-align: center;
  }
  @font-face {
    font-family: "Heebo-Regular";
    src: url(../fonts/Heebo-Medium.ttf);
  }
  .israel-info > p {
    width: 100%;
    font-family: "Heebo-Regular";
    font-size: 1.25em;
    text-align: center;
  }
  .israel-info {
    width: 90%;
    height: 450px;
  }
  .israel-map {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 550px;
  }
}
.why {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.itaronot {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 24px;
}

.itaronot > div {
  width: 247px;
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 24px;
}

.why > h1 {
  font-family: "Heebo-Black";
  text-align: center;
  direction: rtl;
  color: #4682b4;
}

.itaronot > div > p {
  width: 100%;
  text-align: center;
  direction: rtl;
  font-family: "heebo-Medium";
}

.itaronot > div > div {
  width: 200px;
  height: 200px;
  background-color: #4682b4;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.itaronot > div > div > img {
  width: 150px;
  height: 150px;
}

.itaronot > div > h1 {
  text-align: center;
  font-family: "Heebo-Black";
  font-size: 2.5em;
}

@media screen and (max-width: 1200px) {
  .itaronot {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
  }
  .itaronot > div > div {
    width: 75px;
    height: 75px;
  }
  .itaronot > div > div > img {
    width: 50px;
    height: 50px;
  }
  .itaronot > div > h1 {
    font-size: 2em;
  }
  .itaronot > div {
    height: 300px;
  }
}/*# sourceMappingURL=index.css.map */