@font-face {
  font-family: "Assistant";
  src: local("Assistant"), url("../fonts/Assistant-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: local("Heebo"), url("../fonts/Lato-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: local("Lato"), url("../fonts/Lato-Regular") format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Unna";
  src: local("Unna"), url("../fonts/Unna-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

html {
  scroll-behavior: smooth;
  direction: rtl;
}

html * {
  box-sizing: border-box;
}

html .grecaptcha-badge {
  display: none !important;
}

html body {
  margin: 0;
  text-align: center;
}

html body .popup {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
}

html body .popup.open {
  display: flex;
}

html body .popup .content {
  background-color: #197f83;
  padding: 100px;
  position: relative;
  font-family: "Assistant";
  color: #fff;
}

html body .popup .content .close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  font-family: "Assistant";
  font-weight: 700;
  cursor: pointer;
  font-size: 20px;
}

html body .popup .content h2 {
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

html body .popup .content h3 {
  font-size: 20px;
  margin: 0;
  letter-spacing: 4px;
  margin: 0;
}

html body .header {
  position: fixed;
  z-index: 99;
  width: 100%;
  transition: all ease 0.2s;
}

html body .header.white {
  background-color: #000;
}

html body .header .container {
  width: 100%;
}

html body .header .container .content {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 40px 70px;
}

@media only screen and (max-width: 1200px) {
  html body .header .container .content {
    padding: 20px 30px;
  }
}

html body .header .container .content ul {
  list-style: none;
  margin: 0;
}

html body .header .container .content ul li {
  display: inline-block;
}

html body .header .container .content ul li:first-child {
  margin-right: 70px;
}

@media only screen and (max-width: 1200px) {
  html body .header .container .content ul li:first-child {
    margin-right: 30px;
  }
}

html body .header .container .content ul li a {
  position: relative;
  color: #fff;
  font-family: "Lato";
  font-size: 18px;
  text-decoration: none;
  transition: all ease 0.4s;
}

@media only screen and (max-width: 900px) {
  html body .header .container .content ul li a {
    font-size: 16px;
  }
}

html body .header .container .content ul li a:hover::after {
  width: 50%;
}

html body .header .container .content ul li a::after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  height: 2px;
  width: 0;
  border-top: 1px solid #b49866;
  border-bottom: 1px solid #b49866;
  transition: all ease 0.4s;
}

html body .header .container .content ul li a.active {
  font-weight: 700;
}

html body .header .container .content ul li a.active::after {
  width: 50%;
}

html body .header .container .content ul li a.black {
  color: #000;
}

html body .top {
  height: 100vh;
  width: 100%;
  background-image: url("../images/background.jpg");
  background-size: cover;
  background-position: top;
  padding: 45px 0 75px 0;
  position: relative;
}

html body .top .container .content a.logo img {
  width: 150px;
  height: auto;
  max-width: 100%;
}

@media only screen and (max-width: 600px) {
  html body .top .container .content a.logo img {
    max-width: 80%;
  }
}

html body .top .container .content .text {
  margin-top: 55px;
  font-size: 28px;
  font-family: "Assistant";
  font-weight: 700;
}

html body .top .container .content .text h2 {
  color: black;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5px 30px;
}

@media (max-width: 768px) {
  html body .top .container .content .text {
    padding: 5px;
  }
}

html body .top .container .content .down {
  font-family: "Assistant";
  position: absolute;
  overflow: hidden;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  background: #197f83;
  box-shadow: 0px 2px 20px #19808380;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  width: 400px;
  max-width: 90%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

html body .top .container .content .down:hover .hover-effect {
  transform: translate(50%, -50%) skewY(0);
}

@media (max-width: 768px) {
  html body .top .container .content .down {
    height: 70px;
    width: 300px;
  }
}

html body .top .container .content .down .hover-effect {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 90%;
  height: 90%;
  transform: translate(50%, 70%) skewY(15deg);
  transition: all ease 0.4s;
  z-index: -1;
  background-color: #197f83;
}

html body .about {
  padding: 30px 10px 0px 10px;
  position: relative;
}

html body .about .container .content {
  margin: auto;
  max-width: 880px;
}

html body .about .container .content .sub-title {
  font-size: 18px;
  color: #197f83;
  font-weight: 400;
  margin-bottom: 0;
}

html body .about .container .content .title {
  font-size: 48px;
  font-weight: 700;
  margin: 0;
}

@media only screen and (max-width: 400px) {
  html body .about .container .content .title {
    font-size: 38px;
  }
}

html body .about .container .content p {
  font-family: "Assistant";
  font-weight: 300;
  font-size: 20px;
  margin: 40px 0 70px 0;
}

html body .about .container .content form {
  background-color: #19808317;
  color: #fff;
  padding: 50px 85px;
  display: flex;
  flex-wrap: wrap;
  font-family: "Assistant";
}

@media only screen and (max-width: 600px) {
  html body .about .container .content form {
    padding: 50px 20px;
  }
}

html body .about .container .content form .title {
  position: relative;
  font-family: "Assistant";
  font-weight: 400;
  color: #197f83;
  font-size: 18px;
  width: 100%;
  margin-bottom: 40px;
  padding-right: 10px;
  text-align: right;
}

html body .about .container .content form .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 80%;
  height: 3px;
  border: none;
  border-top: 1px solid #197f83;
  border-bottom: 1px solid #197f83;
}

@media only screen and (max-width: 768px) {
  html body .about .container .content form .title::before {
    width: 70%;
  }
}

@media only screen and (max-width: 450px) {
  html body .about .container .content form .title::before {
    width: 50%;
  }
}

html body .about .container .content form .input-wrapper {
  font-family: "Assistant";
  width: 50%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  html body .about .container .content form .input-wrapper {
    width: 100%;
  }
}

html body .about .container .content form .input-wrapper:nth-child(odd) {
  padding-right: 10px;
}

@media only screen and (max-width: 768px) {
  html body .about .container .content form .input-wrapper:nth-child(odd) {
    padding: 0;
  }
}

html body .about .container .content form .input-wrapper:nth-child(even) {
  padding-right: 10px;
}

@media only screen and (max-width: 768px) {
  html body .about .container .content form .input-wrapper:nth-child(even) {
    padding: 0;
  }
}

html body .about .container .content form .input-wrapper.full {
  width: 100%;
}

html body .about .container .content form .input-wrapper.hide {
  display: none;
}

html body .about .container .content form .input-wrapper input {
  font-family: "Assistant";
  width: 100%;
  background-color: transparent;
  border: unset;
  border-bottom: 1px solid #000;
  color: #000;
  font-size: 17px;
  font-weight: 600;
  padding-bottom: 10px;
  transition: all ease 0.4s;
}

html body .about .container .content form .input-wrapper input::placeholder {
  color: #000;
}

html body .about .container .content form .input-wrapper input:focus {
  border-bottom: 1px solid #197f83;
  outline: none;
}

html body .about .container .content form .input-wrapper input[type="submit"] {
  margin-top: 20px;
  background-color: #197f83;
  padding: 15px;
  font-size: 26px;
  font-family: 700;
  color: #fff;
  border: none;
  cursor: pointer;
}

html body .footer .container .content {
  margin: 10px auto;
  padding-bottom: 20px;
}

html body .footer .container .content hr {
  max-width: 880px;
  width: 100%;
  margin: auto;
  height: 3px;
  border: none;
  border-top: 1px solid #197f83;
  border-bottom: 1px solid #197f83;
  margin-bottom: 30px;
}

html body .footer .container .content ul {
  text-align: center;
  padding: 0;
}

html body .footer .container .content ul li {
  position: relative;
  display: inline-block;
  padding: 0 15px;
}

@media only screen and (max-width: 600px) {
  html body .footer .container .content ul li {
    display: block;
    margin-bottom: 10px;
  }
}

html body .footer .container .content ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
}

@media only screen and (max-width: 600px) {
  html body .footer .container .content ul li:not(:last-child)::after {
    content: unset;
  }
}

html body .footer .container .content ul li a {
  color: #000;
  font-size: 18px;
  font-family: "Assistant";
  text-decoration: none;
  transition: all ease 0.4s;
  cursor: pointer;
}

html body .footer .container .content ul li a:hover {
  color: #b49866;
}
/*# sourceMappingURL=style.css.map */