:root {
  --main-color: #3a3d40;
}
a[href^="tel"] {
    color: inherit !important;
    text-decoration: none !important;
}
img {
  background-size: cover;
  object-fit: cover;
}
a {
  text-decoration: none;
}
li,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body {
   background-color: #fafafa; 
 
}
.app {
  width: 100%;
  overflow: hidden;
}
.navbar {
  padding: 20px 0;
}
.navbar a {
  color: var(--main-color);
  font-weight: bold;
}
.navbar a:hover {
  color: #0e2333;
}
.navbar .change-language {
  border: 1px solid #0e2333;
  font-weight: bold;
  background: none;
  padding: 3px 40px;
  border-radius: 10px;
  color: #0e2333;
  transition: all 0.5s ease-in-out;
}
.navbar .change-language:hover {
  background-color: #0e2333;
  color: #fff;
}
.navbar .navbar-nav {
  display: flex;
  gap: 60px;
}

/* header */
.header {
  padding-bottom: 90px;
}
.header .app-header {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.header .app-header .content {
  width: 52%;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.header .app-header .content .top {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.header .app-header .content h1 {
  font-size: 55px;
  width: 80%;
}
.header .app-header .content p {
  width: 80%;
}
.header .app-header .content .cards {
  display: flex;
  gap: 20px;
}
.header .app-header .content .cards .card {
  width: 100%;
  padding: 18px 27px;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  box-shadow: 13px 10px 5px -15px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 13px 10px 5px -15px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 13px 10px 5px -15px rgba(0, 0, 0, 0.08);
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.header .app-header .content .cards .card:nth-child(2):hover {
  background: #141619;
  color: #fff;
}
.header .app-header .content .cards .card:nth-child(2):hover svg path {
  fill: #fff !important;
  stroke: #fff !important; /* ظپظٹ ط­ط§ظ„ ظƒط§ظ† ط§ظ„ظ€SVG ظٹط¹طھظ…ط¯ ط¹ظ„ظ‰ stroke */
}
.header .app-header .content .cards .card.active {
  background-color: #141619;
  color: #fff;
}
.header .app-header .content .cards .card > div {
  width: 100%;
}
.header .app-header .content .cards .card h6 {
  font-size: 20px;
  font-weight: bold;
}
.header .app-header .content .cards .card p {
  font-size: 14px;
}

/* about us */
.about-us {
  margin-bottom: 50px;
  position: relative;
}
.about-us svg.line {
  position: absolute;
  right: 344px;
  top: 25px;
  z-index: -1;
}
.about-us .party1 {
  background-color: #0e2333;
  color: #fff;
  text-align: center;
  padding: 30px 20px;
  border-radius: 10px;
  width: 79%;
  margin: auto;
}
.about-us .party1 h2 {
  font-weight: bold;
  font-size: 48px;
  padding-bottom: 50px;
}
.about-us .party1 p {
  line-height: 30px;
  text-align: justify;
}
.about-us .party2 {
  position: relative;
  margin-top: 50px;
  display: flex;
  flex-direction: row-reverse;
  width: 80%;
  justify-content: flex-end;
}

.about-us .party2 .content {
  background-color: #0e2333;
  display: flex;
  color: #fff;
  flex-direction: column;
  gap: 15px;
  width: 50%;
  height: 406px;
  margin-top: 70px;
  margin-right: 256px;
  padding: 40px;
  border-top-right-radius: 50px;
}
.about-us .party2 .content h2 {
  font-weight: bold;
  font-size: 48px;
}
.about-us .party2 .content .load-more {
  text-align: center;
  color: #fff;
  background: #e3b766;
  width: 30%;
  margin: 30px auto;
  border-radius: 10px;
  padding: 10px 40px;
  color: #0e2333;
  font-weight: bold;
  transition: all 0.5s ease-in-out;
}
.about-us .party2 .content .load-more:hover {
  background: #fff;
  color: #0e2333;
}
.about-us .party2 img {
  width: 430px;
  height: 574px;
}

/* why-we */
.why-we {
  background-color: #f9f9fc;
  margin: 80px 0;
}
.why-we .app-why-we {
  display: flex;
  flex-direction: row-reverse;
}
.why-we .app-why-we .content {
  width: 100%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.why-we .app-why-we .content h2 {
  font-weight: bold;
  font-size: 55px;
  margin-bottom: 50px;
}
.why-we .app-why-we .content h2 span {
  color: #000;
}
.why-we .app-why-we .content ul {
  display: flex;
  gap: 20px;
  flex-direction: column;
  list-style: none;
}
.why-we .app-why-we .content ul li {
  font-weight: bold;
  color: #6c6c6c;
}
.why-we .app-why-we .content ul li i {
  font-weight: bold;
  color: #000;
}
.why-we .app-why-we img {
  width: 588px;
  height: 674px;
}

/* our-services */
.our-services {
  margin-top: 180px;
  margin-bottom: 180px;
}
.our-services h2 {
  text-align: center;
  font-weight: bold;
  font-size: 55px;
  margin-bottom: 75px;
}
.our-services .app-our-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  justify-content: center;
  align-items: stretch;
  grid-auto-flow: row;
}
.full-width {
  grid-column: span 3;
}
.our-services .app-our-services .item {
  border: 1px solid #e3e3e3;
  padding: 17px 20px 15px 20px;
  border-radius: 18px;
  box-shadow: -1px 8px 33px -8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -1px 8px 33px -8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -1px 8px 33px -8px rgba(0, 0, 0, 0.1);
}
.our-services .app-our-services .item .icon {
  margin: auto;
  display: block;
  margin-bottom: 2px;
  width: 76px;
}
.our-services .app-our-services .item h5 {
  text-align: center;
  margin-bottom: 28px;
  font-weight: bold;
  font-size: 26px;
}
.our-services .app-our-services .item ul {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.our-services .app-our-services .item ul li {
  font-size: 14px;
}

/* testimonials */
.testimonials {
  margin-bottom: 80px;
}
.testimonials .party-two {
  margin-top: 100px;
}
.testimonials .party-one,
.testimonials .party-two {
  display: flex;
  flex-direction: row-reverse;
  height: 192px;
  position: relative;
  padding: 0 20px;
}
.testimonials .party-one .marquee,
.testimonials .party-two .marquee {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.testimonials .party-two .marquee {
  direction: rtl;
}
.testimonials .party-one .line {
  position: absolute;
  width: 254px;
  left: 0;
  top: -96px;
}
.testimonials .party-one .title {
  width: 26%;
  padding: 0 26px;
}
.testimonials .party-two .title {
  width: 37%;
  padding: 10px 26px;
  background: #e3b766;
  color: #221b0e;
  border-radius: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.testimonials .party-two .title h2 {
  font-weight: bold;
}
.testimonials .party-one .title h2 {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 50px;
}
.testimonials .party-one .title p,
.testimonials .party-two .title p {
  font-size: 13px;
}

.testimonials .party-one .track,
.testimonials .party-two .track {
  display: flex;
  gap: 30px;
  width: max-content;
}
.testimonials .party-one .track {
  animation: marquee 100s linear infinite;
}
.testimonials .party-two .track {
  animation: marquee2 100s linear infinite;
}

.testimonials .party-one .track .stars,
.testimonials .party-two .track .stars {
  display: flex;
  gap: 10px;
}
.testimonials .party-one .track .item,
.testimonials .party-two .track .item {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #eee;
  flex: 0 0 auto;
  min-width: 300px; /* طھظ‚ط¯ط± طھطھط­ظƒظ… ظپظٹ ط¹ط±ط¶ ظƒظ„ ط¨ظ„ظˆظƒ */
  margin: 0 20px;
  height: 186px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.testimonials .party-one .track .item {
  align-items: start;
}
.testimonials .party-two .track .item {
  align-items: start;
}
.testimonials .party-one .track .item:hover,
.testimonials .party-two .track .item:hover {
  transform: scale(1.05);
  transition: all 0.3s ease;
  background: #0e2333 !important;
  color: #fff;
}
.testimonials .party-one .track .item h4,
.testimonials .party-two .track .item h4 {
  font-size: 19px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.testimonials .party-one .track .item h4 i,
.testimonials .party-two .track .item h4 i {
  font-size: 24px;
}
.testimonials .party-one .track .item p,
.testimonials .party-two .track .item p {
  font-size: 12px;
}
.testimonials .party-one .track .stars svg,
.testimonials .party-two .track .stars svg {
  width: 25px;
}

/* locations */
.location {
  margin-top: 150px;
  background: #f9f9fc;
}
.app-location {
  display: flex;
}
.app-location .info {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: right;
  gap: 10px;
}
.app-location .info h4 {
  font-weight: bold;
  font-size: 45px;
  margin-bottom: 30px;
}
.app-location .info ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.app-location .info ul li {
  display: flex;
  gap: 10px;
}
.app-location .info ul li a {
  color: #0e2333;
  font-size: 27px;
}
.app-location iframe {
  width: 80%;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(50%);
  }
}
@keyframes marquee2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(50%);
  }
}

/* footer */

.app-footer {
  background-color: #768d9f;
  margin: 250px 50px 0 50px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding-top: 20px;
}
.app-footer .content {
  width: 100%;
}
.app-footer p {
  padding: 0;
  margin: 0;
}
.app-footer .top {
  display: flex;
  justify-content: center;
  gap: 80px;
  color: #fff;
  border-bottom: 1px solid #5a7387;
  padding-bottom: 20px;
}
.app-footer .bottom {
  padding: 30px 0;
}
.app-footer .bottom ul {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-direction: row-reverse;
}
.app-footer .bottom ul a,
.app-footer .bottom ul p {
  color: #fff;
}

/* public */
.title-page {
  margin-top: 20px;
  margin-bottom: 150px;
}
/* pages services */
.services .app-services .item {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 120px;
}
.services .app-services .item.reverse {
  flex-direction: row;
}
.services .app-services .item .content {
  background-color: #0e2333;
  height: 430px;
  width: 100%;
  color: #fff;
  padding: 20px;
}
.services .app-services .item:not(.reverse) .content {
  border-top-right-radius: 20px;
}
.services .app-services .item.reverse .content {
  border-top-left-radius: 20px;
}
.services .app-services .item .content h2 {
  font-weight: bold;
  margin-bottom: 40px;
  font-size: 46px;
}
.services .app-services .item .content ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 16px;
}
.services .app-services .item img {
  width: 430px;
  height: 503px;
}

/* page contact-us */
#contact-us {
  background: #2c3f4d08;
  padding: 57px;
  border-radius: 15px;
  border-bottom: 14px solid #eee;
}
.contact-us-page .container {
  padding: 0;
}
#contact-us input {
  border: none;
  background-color: #f8f9f9;
  border-radius: 0;
  border-bottom: 1px solid #0e2333;
  padding: 20px 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
#contact-us input:focus {
  box-shadow: none;
}
#contact-us button {
  padding: 10px 30px;
  margin-top: 20px;
}
.contact-us-page .items {
  display: flex;
  justify-content: center; /* طھظˆط³ظٹط· ط§ظ„ط¹ظ†ط§طµط± */
  align-items: center; /* ظ…ط­ط§ط°ط§ط© ط¹ظ…ظˆط¯ظٹط© */
  gap: 3px; /* ظ…ط³ط§ظپط© ط¨ظٹظ† ط§ظ„ط¹ظ†ط§طµط± */
  margin-top: 34px;
  gap: 278px;
}

.contact-us-page .items .item {
  display: flex;
  flex-direction: column; /* ط§ظ„ط£ظٹظ‚ظˆظ†ط© ظپظˆظ‚ ظˆط§ظ„ظ†طµ طھط­طھ */
  align-items: center; /* طھظˆط³ظٹط· ط¯ط§ط®ظ„ظٹ */
  text-align: center;
}
.contact-us-page .items .item h3 {
  font-weight: bold;
  margin-top: 20px;
  font-size: 13px;
}
.contact-us-page .items .item svg {
  width: 54px;
}
/* responsive */

@media (max-width: 767px) {
  .navbar{
    padding: 0;
  }
  /* Bootstrap */
  .navbar-toggler {
    background-color: #fff !important;
    border: 1px solid #ddd;
  }
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 30 30%22%3E%3Cpath stroke=%22rgba(0,0,0,1)%22 stroke-linecap=%22round%22 stroke-miterlimit=%2210%22 stroke-width=%222%22 d=%22M4 7h22M4 15h22M4 23h22%22/%3E%3C/svg%3E") !important;
  }

  .navbar .navbar-nav {
    background: #fdfdfd;
    border-radius: 10px;
    gap: 10px;
    text-align: center;
  }
  .navbar .navbar-nav a {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
  }
}

/* public */
#modalLanguage .elements {
  display: flex;
  gap: 10px;
}
#modalLanguage .elements a {
  width: 100%;
  text-align: center;
  border: 1px solid #eee;
  color: #0e2333;
  padding: 24px 15px;
  border-radius: 5px;
}
#modalLanguage .elements a:hover {
  background-color: #0e2333;
  color: #fff;
}
