* {
  box-sizing: border-box;
}

html,
body {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  margin: 0;
  padding: 0;
  direction: rtl;
  background: linear-gradient(180deg, #e7cfc1 0%, #e4d9b9 11%, #ede7de 22%, #e9e0cc 33%, #ffffff 76%);
  color: #000;
  scroll-behavior: smooth;
}

button {
  font-family: "IBM Plex Sans Arabic", sans-serif;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 0 5rem 0;
}
@media (max-width: 767px) {
  .container {
    width: 100%;
    padding: 5rem 20px 5rem 20px;
  }
}

h1 {
  padding: 0;
  margin: 0;
  line-height: 1.2;
  font-size: clamp(56px, 10vw, 120px);
  font-weight: 700;
  text-align: center;
  color: #5a2402;
}

h2 {
  padding: 0;
  margin: 0 0 6rem 0;
  font-size: clamp(40px, 6vw, 80px);
  font-weight: 700;
  text-align: center;
  color: #5a2402;
}
@media (max-width: 767px) {
  h2 {
    margin: 0 0 4rem 0;
  }
}

h3 {
  padding: 0;
  margin: 0 0 2rem 0;
  font-size: clamp(30px, 6vw, 40px);
  font-weight: 700;
  text-align: right;
}

.h2-title {
  position: relative;
}
.h2-title .underline {
  height: 15px;
  position: absolute;
  bottom: -10px;
  right: 50%;
  transform: translate(50%);
}

p {
  padding: 0;
  margin: 0;
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 300;
  line-height: 1.7;
}

.header {
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 100;
  background: transparent;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.header nav {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-radius: 100px;
  transition: background 0.3s ease;
  padding: 0.5rem 1rem;
}
.header a {
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 300;
  color: #000;
  padding: 0.5rem 1.2rem;
  transition: background 0.2s;
  border-radius: 100px;
  display: block;
  text-align: center;
}
.header a:hover {
  background: #f5f5f5;
}
.header.scrolled nav {
  background: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.hero .container {
  padding-top: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  .hero .container {
    padding-top: 8rem;
  }
}
.hero .hero-title {
  position: relative;
}
.hero p {
  max-width: 500px;
}
.hero .star-right {
  position: absolute;
  top: -50px;
  right: -25px;
  width: clamp(50px, 8vw, 85px);
}

.work .ornament {
  width: 60px;
  height: 4px;
  background: #5a2402;
  margin: 0.5rem auto 2rem;
}
.work .cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(11, 100px);
  gap: 4rem;
}
@media (max-width: 992px) {
  .work .cards {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(15, 100px);
    gap: 4rem;
  }
}
.work .project-img {
  flex: 1;
}
.work .project-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -o-object-position: top right;
     object-position: top right;
}
.work .hala {
  background-color: #f0b695;
  grid-row: span 4;
}
.work .webmart {
  background-color: #9adfd5;
  grid-row: span 5;
  padding: 3rem 3rem 0 3rem;
}
.work .train-your-brain {
  background-color: #7d91e0;
  grid-row: span 4;
}
.work .lorem {
  background-color: #b877ca;
  grid-row: span 3;
}
.work .panel {
  background-color: #99dae7;
  grid-column: span 2;
  grid-row: span 3;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .work .panel {
    width: 100%;
  }
}
.work .card {
  color: #000;
  border-radius: 50px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  transition: transform 0.3s;
}
@media (max-width: 992px) {
  .work .card {
    grid-column: 1/span 1;
    grid-row: span 3;
  }
}
.work .card.--right-padded {
  padding: 3rem 3rem 0 0;
}
.work .card.--side-padded {
  padding: 3rem 3rem 0 3rem;
}
.work .card:hover {
  transform: translateY(-10px) scale(1.01);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

@media (min-width: 767px) {
  .about .container {
    padding-bottom: 8rem;
  }
}
.about .about-content {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 4rem;
}
@media (max-width: 776px) {
  .about .about-content {
    gap: 2rem;
    flex-direction: column;
  }
}
.about .about-content .img-wrapper {
  overflow: hidden;
  margin: 0;
}
.about .about-content img {
  width: 370px;
  height: 370px;
  max-width: 100%;
  max-height: 100%;
  border-radius: 500px 500px 0 0;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
@media (max-width: 776px) {
  .about .about-content img {
    width: 100%;
    border-radius: 50px 50px 0 0;
  }
}
.about .about-content .text {
  display: flex;
  gap: 4rem;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 776px) {
  .about .about-content .text {
    align-items: center;
  }
}
.about .about-content .text p {
  max-width: 500px;
  flex: 1;
}
@media (max-width: 776px) {
  .about .about-content .text p {
    max-width: 100%;
  }
}
.about .about-content .button {
  display: flex;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  border: 1px solid black;
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 0.75rem;
  text-align: center;
  transition: 0.3s;
}
.about .about-content .button .save-icon {
  width: 32px;
  height: 32px;
}
.about .about-content .button:hover {
  background-color: #5a2402;
  color: #fff;
  border: none;
}
.about .about-content .button:hover .save-icon {
  color: #fff;
}
@media (max-width: 776px) {
  .about .about-content .button {
    width: 100%;
    justify-content: center;
  }
}
.about .ornament {
  width: 60px;
  height: 4px;
  background: #5a2402;
  margin: 0.5rem auto 2rem;
}

.contact {
  background: #5a2402;
  color: white;
}
.contact .arrow-ornament {
  position: absolute;
  top: 0;
  left: clamp(60px, 10vw, 180px);
  transform: translate(0, -50%);
  width: clamp(100px, 12vw, 180px);
}
.contact .container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: center;
}
.contact .text {
  text-align: center;
}
.contact h2 {
  color: white;
  margin: 0 0 2rem 0;
}
.contact p {
  max-width: 500px;
}
.contact form {
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 776px) {
  .contact form {
    max-width: 100%;
  }
}
.contact form input,
.contact form textarea {
  width: 100%;
  padding: 1rem;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  outline: none;
}
.contact form input::-moz-placeholder, .contact form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.contact form input::placeholder,
.contact form textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.contact form textarea {
  min-height: 150px;
}
.contact form button {
  padding: 1rem;
  background: white;
  color: #5a2402;
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 500;
  border: none;
  cursor: pointer;
}
.contact #submit-btn {
  position: relative;
  overflow: hidden;
}
.contact #submit-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.contact .btn-loading {
  display: none;
}
.contact #submit-btn.loading .btn-text {
  display: none;
}
.contact #submit-btn.loading .btn-loading {
  display: inline;
}

.footer {
  background: #5a2402;
  color: white;
  text-align: center;
  font-size: 0.9rem;
}
.footer .container {
  border-top: 1px solid;
}
.footer p {
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 300;
}/*# sourceMappingURL=main.css.map */