@import url("https://fonts.googleapis.com/css?family=Lato:400,700&display=swap");

body {
  background-color: white;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  direction: ltr;
  left: 0;
  right: 0;

  overflow-x: hidden;
}
#about,
#clients,
#careers,
#contact {
  height: 750px;
}
#products {
  height: 700px;
}

/* Navagation Style */

.navbar {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1rem;
  background-color: #00000099 !important;
}
.navbar-brand img {
  height: 2.7rem;
  margin-right: 50px;
}
.navbar-nav {
margin-left: 30%;
}
.navbar-nav li {
  padding-right: 0.4rem;
  transform: translateY(3px);
  margin-bottom: 3px;
}
.navbar-dark .navbar-nav .nav-link {
  color: white;
  padding-top: 0.7rem;
  border-bottom: 2px solid transparent;
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #fce38ae6;
  border-bottom-color: #fce38ae6;
}
i {
  font-size: 30px;
  color: #fce38ae6;
  transform: translateY(5px);
}
.navbar-text {
  transform: translateY(3px);
}
.fixed-top.scrolled {
  background-color: rgb(53, 50, 46) !important;
  transition: background-color 200ms linear !important;
}

.btn-primary {
  color: #fff;
  background-color: #fce38ae6;
  border-color: #fce38ae6;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* slider style */
.carousel-item {
  height: 80vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
}
.carousel-caption {
  color: white;
  position: absolute;
  top: 42%;
  z-index: 1;
}
.carousel-caption h1 {
  font-size: 3.7rem;
  font-weight: 700;
  /* letter-spacing: 0.3rem; */
  text-shadow: 0.1rem 0.1rem 0.8rem black;
}
.lead {
  font-size: 1.5rem;
}
/*about us section style*/
#about h1,
#products h1,
#clients h1,
#careers h1,
#contact h1 {
  color: #9f7955;
  text-transform: uppercase;
  font-weight: 700;
  /* letter-spacing: 0.3rem; */
  text-align: center;
  padding: 120px 0 22px 0;
}
#about h1::after,
#products h1::after,
#clients h1::after,
#careers h1::after,
#contact h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #fce38ae6;
  transform: translateX(-50%);
}
h1#abouth1 {
  margin: 0;
  padding: 0;
}
#aboutCard {
  position: relative;
  background: #000;
  overflow: hidden;
  border-radius: 100px;
  border: 0;
  width: 100%;
  height: 50vh;
  transition: 0.5s;
  margin-left: 50px;

}
#aboutCard .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
#aboutCard:hover .img-box {
  opacity: 0.5;

}
#aboutCard .img-box img {
  width: 100%;
  height: 100%;
}
#aboutCard .content {
  position: absolute;
  width: 100%;
  height: 60%;
  bottom: -100%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0rem 0 0.5rem #00000045;
  background: linear-gradient(0deg, #3a414c, transparent);
}
#aboutCard:hover .content {
  bottom: 0;
}
#aboutCard .content h2 {
  margin: 0 0 10px;
  padding: 0;
  color: white;
  font-size: 20px;
}
.rowContent {
  padding: 55px 0 0 0;
}
.whoWeAre {
  width: 70%;
}


/* تأثير الطيران لقسم about */
#about {
  position: relative;
  z-index: 10;
  background: white;
  border-radius: 30px 30px 0 0;
  margin-top: -100px;
  margin-left: 15%; 
  padding-top: 20px; /* تعويض المسافة */
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1); /* ظل خفيف يعطي إحساس بالارتفاع */
  max-width: 1500px;
  width: 100%;
  max-height: 750px;
}

/* تعديل المسافة العلوية للعنوان داخل القسم */

/* products section style*/
.card {
  position: relative;
  width: 220px;
  height: 240px;
  background: #fff;
  margin: 0 auto;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.card:before,
.card:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: #fff;
  transition: 0.5s;
  z-index: -1;
}
.card:hover:before {
  transform: rotate(20deg);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}
.card:hover:after {
  transform: rotate(10deg);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}
.card .imgBx {
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  background: #222;
  transition: 0.5s;
  z-index: 1;
}

.card:hover .imgBx {
  bottom: 80px;
}

.card .imgBx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card .details {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  height: 60px;
  text-align: center;
}

.card .details h2 {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 20px;
  color: #777;
  text-transform: uppercase;
}

.card .details h2 span {
  font-weight: 500;
  font-size: 16px;
  color: #f38695;
  display: block;
  margin-top: 5px;
}

#firstRow {
  padding: 8px 0 0 0;
}
#secondRow {
  padding: 16px 0 0 0;
}

/*Clients section style*/

.slider-track{
  margin: 100px auto;
  width: 90%;
  display: flex;
  overflow-x: auto;
}
.slider-track::-webkit-scrollbar {
  display: none;
} 

.track1{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  animation: spin 15s linear infinite;
  padding-right: 1em;
}

@keyframes spin {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
.cardClient {
  margin: 30px auto;
  width: 170px;
  height: 170px;
  border-radius: 150px;
  box-shadow: 5px 5px 20px 7px rgba(0, 0, 0, 0.25),
    -5px -5px 20px 7px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  transition: 0.4s;
}

.cardClient .card_image {
  width: inherit;
  height: inherit;
  border-radius: 150px;
}

.cardClient .card_image img {
  width: inherit;
  height: inherit;
  width: 100%;
  height: 100%;
  border-radius: 150px;
  object-fit: cover;
}

.cardClient:hover {
  transform: scale(0.9, 0.9);
  box-shadow: 5px 5px 10px 5px rgba(1, 0, 0, 0.25),
    -5px -5px 10px 5px rgba(0, 0, 0, 0.22);
}

/*contact us section style*/
iframe {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
  border-radius: 12px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #bbb5af;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #bbb5af;
}

input::placeholder,
textarea::placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus::placeholder,
textarea::focus:placeholder {
  color: #bbb5af;
}

input::-ms-placeholder,
textarea::-ms-placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus::-ms-placeholder,
textarea:focus::-ms-placeholder {
  color: #bbb5af;
}

/* on hover placeholder */

input:hover::-webkit-input-placeholder,
textarea:hover::-webkit-input-placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::-webkit-input-placeholder,
textarea:hover:focus::-webkit-input-placeholder {
  color: #cbc6c1;
}

input:hover::-moz-placeholder,
textarea:hover::-moz-placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::-moz-placeholder,
textarea:hover:focus::-moz-placeholder {
  color: #cbc6c1;
}

input:hover::placeholder,
textarea:hover::placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::placeholder,
textarea:hover:focus::placeholder {
  color: #cbc6c1;
}

input:hover::placeholder,
textarea:hover::placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::-ms-placeholder,
textarea:hover::focus:-ms-placeholder {
  color: #cbc6c1;
}
#form {
  position: relative;
  width: 480px;
  margin: 50px auto 100px auto;
}

input {
  font-family: "Lato", sans-serif;
  font-size: 0.875em;
  width: 470px;
  height: 50px;
  padding: 0px 15px 0px 15px;
  background: transparent;
  outline: none;
  color: #726659;
  border: solid 1px #b3aca7;
  border-bottom: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

input:hover {
  background: #b3aca7;
  color: #e2dedb;
}

textarea {
  width: 470px;
  max-width: 470px;
  height: 110px;
  max-height: 110px;
  padding: 15px;
  background: transparent;
  outline: none;
  color: #726659;
  font-family: "Lato", sans-serif;
  font-size: 0.875em;
  border: solid 1px #b3aca7;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

textarea:hover {
  background: #b3aca7;
  color: #e2dedb;
}

#submit {
  width: 470px;
  padding: 0;
  margin: -5px 0px 0px 0px;
  font-size: 0.875em;
  color: #b3aca7;
  outline: none;
  cursor: pointer;
  border: solid 1px #b3aca7;
  border-top: none;
}

#submit:hover {
  color: #e2dedb;
}
.help {
  position: relative;
  text-align: center;
  color: rgb(159, 121, 85);
  transform: translateY(32px);
}
.contactInf {
  position: relative;
  transform: translateY(-60px);
}

.social-icons li {
  display: inline-block;
  margin: 0 0 0 16px;
}
.contactLeft li {
  display: inline-block;
  margin: 0 0 0 16px;
}
.contactRight li {
  display: inline-block;
  margin: 0 0 0 16px;
}
.social-icons {
  margin: 0 0 0 0;
  text-decoration: none;
  padding: 0 0 0 0;
}
.social-icons i{
  font-size: 40px
}
#face:hover{
  font-size: 45px;
  color: #3b5998;
}
#linkedin:hover{
  font-size: 45px;
  color: #4875B4;
}
#whats:hover{
  font-size: 45px;
color: #4FCE5D;

}
.contactLeft {
  margin: 0 0 0 0;
  text-decoration: none;
  transform: translateX(-150px);
}
.contactRight {
  margin: 0 0 0 0;
  text-decoration: none;
  transform: translateX(124px);
}
.phoneLeft {
  font-size: 70px;
  transform: translateX(45px);
}
.phoneRight {
  font-size: 70px;
  transform: translateX(-56px);
}

footer {
  background-color: #222;
  color: white;
}
.copyright {
  position: relative;
  transform: translateY(-8px);
  text-align: center;
  font-weight: 400;
}

/* careers section style */

.blockquote-wrapper {
  display: flex;
}

/* Blockquote main style */
.blockquote {
  position: relative;
  font-family: "Barlow Condensed", sans-serif;
  max-width: 545px;
  margin: 80px auto;
  align-self: center;
}

/* Blockquote header */
#head1 {
  font-family: "Abril Fatface", cursive;
  position: relative; /* for pseudos */
  color: #fce38ae6;
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  border: 2px solid #fff;
  border: solid 2px;
  border-radius: 20px;
  padding: 25px;
}

/* Blockquote right double quotes */
#head1:after {
  content: "";
  position: absolute;
  border: 2px solid #fce38ae6;
  border-radius: 0 50px 0 0;
  width: 60px;
  height: 60px;
  bottom: -60px;
  left: 50px;
  border-bottom: none;
  border-left: none;
  z-index: 3;
}

#head1:before {
  content: "";
  position: absolute;
  width: 80px;
  border: 6px solid #222;
  bottom: -3px;
  left: 50px;
  z-index: 2;
}

/* increase header size after 600px */
@media all and (min-width: 600px) {
  #head1 {
    font-size: 2rem;
    line-height: 1.2;
  }
}

/* Blockquote subheader */
#head4 {
  position: relative;
  color: #9f7955;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  padding-top: 15px;
  z-index: 1;
  margin-left: 132px;
  padding-left: 12px;
}

#head4:first-letter {
  margin-left: -12px;
}
#careers {
  background-color: #222;
  background-size: cover;
}

#careerDiv {
  /* background-color: white; */
  border: 1px solid;
  border-color: #fce38ae6;
  width: 405px;
  height: 470px;
}
#careerDiv img {
  width: 120px;
  height: 120px;
}
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto {
  padding-left: 0px;
  padding-right: 0px;
}
.career-txt {
  color: white;
}
#careertext1::after {
  content: "";
  position: absolute;
  left: 46%;
  /* bottom: 238px; */
  width: 50px;
  height: 2px;
  background: #fce38ae6;
  /* transform: translateX(-50%); */
  transform: translateY(33px);
}
.secondCol {
  border-left: 2px solid white;
}
.secondColrtl {
  border-right: 2px solid white;
}


.social{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-bottom: 20px;
}


form#form {
    margin:0;
}
.features-section {
  background: #0b0f14;
  padding: 40px;
  text-align: center;
  direction: rtl;
  color: #fff;
}

.features {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}

.feature {
  text-align: center;
}

.feature i {
  font-size: 28px;
  color: #c8a96a;
  margin-bottom: 10px;
}

.feature p {
  font-size: 16px;
  color: #ddd;
}

.divider {
  width: 1px;
  height: 40px;
  background: #444;
}
body {
  margin: 0;
  font-family: 'Cairo', sans-serif;
}

.join-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px;
  background:#222;
  color: #fff;
  direction: rtl;
}

/* LEFT */
.left {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon {
  font-size: 40px;
  color: #c8a96a;
}

.left h1 {
  font-size: 48px;
  margin: 15px 0;
}

.left h1 span {
  color: #c8a96a;
}

.desc {
  color: #aaa;
  max-width: 500px;
  margin-bottom: 30px;
}

.features {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 30px;
}

.feature {
  text-align: center;
}

.feature i {
  color: #c8a96a;
  font-size: 24px;
}

.feature p {
  font-size: 14px;
  color: #ccc;
}

.divider {
  width: 1px;
  height: 40px;
  background: #333;
}

/* BUTTON */
.apply-btn {
  background: linear-gradient(135deg, #c8a96a, #e0c48c);
  color: #000;
  border: none;
  padding: 14px 30px;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  transition: 0.3s;
}

.apply-btn:hover {
  transform: translateY(-3px);
}

/* RIGHT */
.right {
  width: 40%;
}

.form-card {
  border: 1px solid #c8a96a;
  border-radius: 20px;
  padding: 30px;
  background-color: #222;

  backdrop-filter: blur(10px);
}

.form-card h2 {
  color: #c8a96a;
  font-size: 28px;
}

.form-desc {
  color: #aaa;
  margin-bottom: 20px;
}

/* INPUT */
.input {
  position: relative;
  margin-bottom: 15px;
}

.input input {
  width: 100%;
  padding: 12px 40px 12px 10px;
  border-radius: 10px;
  border: 1px solid #333;
  background-color: #222;
  color: #fff;
}

.input i {
  position: absolute;
  right: 10px;
  top: 12px;
  color: #c8a96a;
}

/* SUBMIT */
.submit-btn {
  width: 100%;
  background: linear-gradient(135deg, #c8a96a, #e0c48c);
  border: none;
  padding: 12px;
  border-radius: 10px;
  margin-top: 10px;
  cursor: pointer;
}

/* EMAIL */
.email {
  margin-top: 15px;
  color: #c8a96a;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
 
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .join-section {
    flex-direction: column;
    text-align: center;
  }

  .left, .right {
    width: 100%;
  }

  .features {
    flex-direction: column;
  }

  .divider {
    display: none;
  }
}

.hr{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.footer {
  background: #0b0f14;
  color: #fff;
  padding: 50px 20px 20px;
  direction: rtl;
  margin-top: 50%;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 30px;
}

.footer-box {
  flex: 1;
  min-width: 250px;
}

.footer-box h3 {
  color: #c8a96a;
  margin-bottom: 15px;
}

.footer-box p {
  color: #aaa;
  line-height: 1.6;
}

/* روابط التواصل */
.footer-item {
  display: block;
  color: #ddd;
  text-decoration: none;
  margin-bottom: 10px;
  transition: 0.3s;
}

.footer-item i {
  color: #25D366;
  margin-left: 8px;
}

.footer-item:hover {
  color: #fff;
  transform: translateX(-5px);
}

/* سوشيال */
.social-icons a {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  color: #c8a96a;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #fff;
}

/* الخط */
.footer hr {
  border-color: #222;
  margin: 20px 0;
}

/* حقوق */
.copyright {
  text-align: center;
  color: #777;
  font-size: 14px;
}
@media (max-width: 768px) {
  footer {
    margin-top: 0;
    padding: 0;;
  }
}

/* ============================= */
/* 📱 MOBILE (max-width: 600px) */
/* ============================= */
@media screen and (max-width: 600px) {

  body {
    overflow-x: hidden;
  }

  /* NAVBAR */
  .navbar-nav {
    margin-left: 0 !important;
    text-align: center;
  }

  /* SLIDER */
  .carousel-caption {
    top: 30%;
    padding: 10px;
  }

  .carousel-caption h1 {
    font-size: 1.5rem !important;
  }

  /* SECTIONS HEIGHT FIX */
  #about, #products, #clients, #careers, #contact {
    height: auto !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    border-radius: 0 !important;
  }

  /* ABOUT */
  .rowContent {
    flex-direction: column;
    padding: 20px 10px;
  }

  .whoWeAre {
    width: 100% !important;
    text-align: center;
  }

  #aboutCard {
    margin-left: 0 !important;
    height: auto;
  }

  /* PRODUCTS */
  .card {
    width: 90% !important;
    margin-bottom: 20px;
  }

  /* CLIENTS */
  .cardClient {
    width: 100px;
    height: 100px;
  }

  /* FORM */
  #form,
  input,
  textarea,
  #submit {
    width: 100% !important;
  }

  /* CAREERS */
  .join-section {
    flex-direction: column !important;
    padding: 20px;
  }

  .left, .right {
    width: 100% !important;
  }

  #careerDiv {
    width: 100% !important;
    height: auto !important;
  }

  /* CONTACT FIX (مهم جدا 👇) */
  .contactLeft,
  .contactRight {
    transform: none !important;
    text-align: center;
  }

  .phoneLeft,
  .phoneRight {
    font-size: 40px !important;
    transform: none !important;
  }

  /* FOOTER */
  .footer-container {
    flex-direction: column;
    text-align: center;
  }
 footer.footer {
    padding:50px;
    margin: 0;
}

}


/* ============================= */
/* 📱 TABLET (max-width: 768px) */
/* ============================= */
@media (max-width: 768px) {

  .card {
    width: 45%;
    margin: 10px auto;
  }

  .features {
    flex-direction: column;
  }

}


/* ============================= */
/* 💻 MEDIUM SCREENS */
/* ============================= */
@media (min-width: 768px) and (max-width: 1024px) {

  .navbar-nav {
    margin-left: 10%;
  }

  .card {
    width: 200px;
  }

} 
/* ============================= */
/* 📱 FIX SLIDER MOBILE */
/* ============================= */
@media (max-width: 600px) {

  .carousel-item {
    height: 60vh !important;
    min-height: auto !important;
  }

  .carousel-caption {
    top: 35% !important;
    padding: 10px;
  }

  .carousel-caption h1 {
    font-size: 1.3rem !important;
    line-height: 1.4;
  }

  .carousel-caption p {
    font-size: 0.9rem;
  }

}

