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

.nav-bar-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.nav-bar-buttons > a {
  display: flex;
  gap: 10px;
  color: black;
  text-decoration: unset;
}

.nav-bar-buttons > a > img {
  width: 40px;
}

.nav-bar-side-1,
.nav-bar-side-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.nav-bar-side-1 > a {
  margin-right: 0;
}

.nav-bar-buttons > a > h3,
.nav-bar-side-2 > a > h3 {
  display: block;
  margin-bottom: 0 !important;
}

.nav-bar-side-2 > h3 {
  direction: rtl;
}

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

#logo {
  width: 2.5em;
  border-radius: 50%;
}

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

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: #a274ff;
}

.container-big {
  width: 100%;
  height: 100%;
  margin-top: 5em;
  background-image: url(../images/background/background.png);
  background-size: 100% 100%;
  direction: rtl;
}

h1 {
  font-weight: bold !important;
  color: #a274ff !important;
  text-align: center !important;
  direction: rtl !important;
  text-shadow: 2.5px 2.5px 2.5px black !important;
  font-size: 2.5em !important;
}

header {
  width: 100%;
  height: 28em;
  display: flex;
  direction: rtl;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1em;
  opacity: 1;
  background: url(../images/background/6.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  color: #2d2c2f;
  box-shadow: 0px 3px 6px #2d2c2f;
}

header h1 {
  width: 70%;
  font-size: 5em;
}

header p {
  width: 70%;
  font-size: 1.25em;
  text-align: center;
}

button {
  width: 9.5em !important;
  height: 2em !important;
  color: white !important;
  background-color: #a274ff !important;
  font-size: 1em !important;
  border-radius: 5em !important;
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25em;
  box-shadow: 0px 3px 6px #2d2c2f;
  opacity: 1;
}

footer {
  display: flex;
  justify-content: space-between;
  background-color: #a274ff;
  padding: 0.75em 0.75em 0.75em 0.75em;
}

a {
  text-decoration: none !important;
  color: unset;
}

footer > h2 {
  margin: 0 1em;
  color: black;
  font-size: 1.25em;
}

.MG {
  text-align: left;
}

.save {
  text-align: right;
}

@media screen and (max-width: 1200px) {
  nav {
    justify-content: space-between;
    position: fixed;
    background-color: white;
  }
  .nav-bar-buttons,
  .nav-bar-side-2 > h3 {
    display: none;
  }
  .container-big {
    background-size: cover;
    background-position: center;
  }
  .maorgross h2 {
    display: none;
  }
  header {
    width: 100%;
    height: 50em;
  }
  header > h1 {
    font-size: 2.5em;
    text-align: center;
  }
  header > p {
    width: 70%;
    font-size: 1em;
    text-align: center;
  }
  .logo {
    height: 2.75em;
  }
  .logo > img {
    width: 2.75em;
    height: 2.75em;
  }
  footer {
    font-size: 1em;
    flex-direction: column;
  }
  .MG,
  .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-top: 7em;
  color: #2d2c2f;
}

.aboutme > img {
  height: 10em;
  border-radius: 50%;
}

#profile-mobile {
  display: none;
}

.aboutme > h1 {
  font-size: 5em !important;
  color: #2d2c2f;
}

.aboutme > p {
  width: 80%;
  font-size: 2.5em;
  direction: rtl;
  color: #2d2c2f;
}

.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 > img {
    height: 10em;
  }
  #profile-desktop {
    display: none;
  }
  #profile-mobile {
    display: block;
    height: 10em !important;
  }
  .aboutme > h1 {
    width: 90%;
    font-size: 3em !important;
  }
  .aboutme > p {
    width: 90%;
    font-size: 1.5em !important;
  }
  .resume {
    display: none;
    flex-direction: column;
    gap: 2em;
  }
}
.container-form {
  width: 100%;
  height: 60em;
  display: flex;
  flex-direction: row-reverse;
  background-image: url("../images/background/cover.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: 0px 3px 6px #2d2c2f;
}

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

.container-form > div {
  width: 34em;
  height: 80%;
  color: white;
  direction: rtl;
  margin: auto 0;
  display: flex;
  background-color: rgba(0, 0, 0, 0.5);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 100px;
  border-radius: 50px;
}

.container-form > div > h1 {
  font-size: 2.25em;
}

.container-form > div > p {
  font-size: 1.25em;
}

.formbox > iframe {
  width: 90%;
  height: 95%;
}

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

label {
  display: flex;
  flex-direction: column;
  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-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;
    background-image: url("../images/background/cover-logo.png");
  }
  .formbox > iframe {
    width: 85%;
    height: 85%;
  }
  .container-form > div {
    height: 100%;
    width: 90%;
    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: 100%;
  display: grid;
  margin: 50px auto;
  grid-template-rows: repeat(1, 1fr);
  grid-template-columns: repeat(4, 1fr);
  place-items: center;
  font-size: 0.75em;
  gap: 15px;
}

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

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

.contant-info > a > div > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  background-color: #a274ff;
  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: 100%;
    margin: 50px auto;
    gap: 15px;
    font-size: 0.5em;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-column-align: center;
  }
}
.servis {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 100px auto;
  flex-wrap: wrap;
}

.servis > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

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

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

.servis > div > h2 {
  width: 50%;
  font-size: 1.25em;
  text-align: center;
}

.servis > div > p {
  direction: rtl;
}

#servis {
  font-size: 2em;
  color: #2d2c2f;
  text-align: center;
}

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

p.servis_text {
  width: 50%;
}

.servis-movie {
  width: 90%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.servis-movie > iframe {
  width: 1120px;
  height: 630px;
}

@media screen and (max-width: 1200px) {
  p.servis_text {
    width: 90%;
  }
  .servis-movie > iframe {
    width: 560px;
    height: 315px;
  }
}
.cards-container {
  width: 100%;
  height: 700px;
  display: grid;
  grid-template-columns: repeat(15, 416px);
  grid-template-rows: repeat(1, 1fr);
  overflow-x: scroll;
  overflow-y: hidden;
  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(15, 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: 95%;
  height: 650px;
  display: flex;
  justify-content: space-around;
  overflow-x: scroll;
  overflow-y: hidden;
}

.caruselReviwes > img {
  border-radius: 25px;
}

.reviwes > h1 {
  font-size: 2em;
  direction: rtl;
}

@media screen and (max-width: 1200px) {
  .caruselReviwes {
    width: 90%;
    height: 100%;
    flex-wrap: wrap;
    gap: 3em;
  }
  .caruselReviwes > img {
    width: 100%;
  }
  iframe {
    width: 100%;
  }
}
.gallery-background {
  width: 100%;
  height: 100%;
  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;
  color: #2d2c2f;
}

.gallery-box > h1 {
  font-size: 2em;
}

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

.gallery-container {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 3em;
}

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

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

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

.gallery-item > h1 {
  font-size: 1.5em;
}

.gallery-item > p {
  color: white;
  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: 50%;
  }
  .gallery-background {
    height: 100%;
  }
  .gallery-box {
    width: 90%;
    height: 97.5%;
    margin: 0 auto;
  }
  .gallery-box > p {
    width: 90%;
  }
  .gallery-container {
    flex-wrap: wrap;
  }
}
.web-site-container {
  width: 100%;
  height: 700px;
  display: grid;
  grid-template-columns: repeat(3, 416px);
  grid-template-rows: repeat(1, 1fr);
  place-content: center;
  overflow-x: scroll;
  overflow-y: hidden;
  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(3, 90vw);
    grid-template-rows: repeat(1, 1fr);
    place-content: unset;
  }
  .web-site-item {
    height: 100%;
    gap: 0.5em;
  }
  .web-site-item > img {
    height: 50%;
  }
}
.custumers-container {
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 100px;
}

.custumers-gallery {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  overflow-x: scroll;
  overflow-y: hidden;
  gap: 24px;
  margin: 50px 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: 8.75em;
  border-radius: 100%;
  display: flex;
}

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

#custumers-h {
  font-size: 2em;
  color: #2d2c2f;
  text-align: center;
}

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

.container-numbers {
  width: 100%;
  margin-top: 100px;
  text-align: center;
}

.container-numbers > p {
  font-size: 1.25em !important;
}

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

.numbers > div {
  width: 390px;
}

.numbers > div > h1 {
  direction: rtl;
  text-align: center;
  font-size: 2em;
}

.numbers > div > p {
  font-size: 1.25em;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .container-numbers {
    width: 90%;
    margin: 0 auto;
  }
  .numbers {
    flex-direction: column-reverse;
  }
  .numbers > div {
    max-width: 100%;
  }
}
.container-answer {
  width: 50%;
  height: 100%;
  padding: 100px;
  direction: rtl;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: 2em;
}

.accordion-body {
  text-align: center;
}

.container-answer > h1 {
  font-size: 2em;
  width: 100%;
  text-align: center;
}

.accordion-button {
  color: black !important;
  border: 2px solid black !important;
}

.accordion-button,
.accordion-body {
  margin: 0 auto;
}

.accordion-item {
  background-color: unset !important;
}

.accordion-button::after {
  margin: 0 auto !important;
  margin-left: unset !important;
}

#accordionFlushExample {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.25em;
}

.accordion-header > button {
  width: 30em !important;
}

@media screen and (max-width: 1200px) {
  .accordion-body {
    text-align: center;
  }
  .accordion-header > button {
    width: 13em !important;
    height: 4em !important;
    text-align: center !important;
  }
  .container-answer {
    width: 90%;
  }
  .container-answer > h1 {
    width: 90vw;
  }
}/*# sourceMappingURL=index.css.map */