/********** Template CSS **********/
@import url("https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&display=swap");
:root {
  --primary: #b19566;
  --secondary: #555555;
  --light: #f1f3fa;
  --dark: #1c2035;
}

.bg-primary {
  background-color: #b19566 !important;
}
/* // change all css  primary  */

body {
  font-family: "Alexandria", sans-serif;
  direction: rtl;
  text-align: right;
}
.btn-primary {
  color: #fff;
  background-color: #b19566;
  border-color: #b19566;
}
.text-primary {
  color: #b19566 !important;
}
.border-primary {
  border-color: #b19566 !important;
}

.btn-primary:hover {
  color: #fff;
  background-color: #1f4261;
  border-color: #1f4261;
}
.text-min {
  color: #1f4261 !important;
}
.bg-primary {
  background-color: #1f4261 !important;
}
.bg-min {
  background-color: #b19566 !important;
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231f4765'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
  border: 0;
  border-radius: 8px;
  opacity: 0.5;
}
a {
  color: #b19566;
  text-decoration: none;
}
.back-to-top {
  position: fixed;
  display: none;
  left: 30px;
  bottom: 30px;
  z-index: 99;
}
.back-to-top {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

.fw-medium {
  font-weight: 500;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  transition: 0.5s;
  font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
  color: var(--light);
}

.btn-secondary,
.btn-outline-secondary:hover {
  color: var(--dark);
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

/*** Navbar ***/
.sticky-top {
  top: -100px;
  transition: 0.5s;
}

.navbar .navbar-nav .nav-link {
  margin-left: 35px;
  padding: 25px 0;
  color: var(--dark);
  font-size: 18px;
  font-weight: 500;
  outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--primary);
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-right: 8px;
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-link {
    margin-left: 0;
    padding: 10px 0;
  }

  .navbar .navbar-nav {
    margin-top: 15px;
    border-top: 1px solid #eeeeee;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}

/*** Header ***/
.carousel-caption {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
  width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 3.5rem;
  background-color: var(--primary);
  border: 15px solid var(--primary);
}

@media (max-width: 768px) {
  #header-carousel .carousel-item {
    position: relative;
    min-height: 450px;
  }

  #header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .heder_text {
    justify-content: center;
  }
}

.page-header {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url(../img/carousel-1.jpg) center center no-repeat;
  background-size: cover;
}

.page-header .breadcrumb-item + .breadcrumb-item::before {
  color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
  font-size: 18px;
  color: var(--light);
}

/*** Features ***/
.feature-row {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

.feature-item {
  border-color: rgba(0, 0, 0, 0.03) !important;
}

/*** About ***/
.about {
  padding-top: 100px;
  padding-bottom: 30px;
}

/*** Service ***/
.service-item .service-text {
  position: relative;
  width: 100%;
  top: 0;
  right: 0;
  text-align: center;
  background: #ffffff;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.06);
  transition: 0.5s;
  z-index: 2;
}

.service-item:hover .service-text {
  top: -1.5rem;
}

.service-item .service-text h5 {
  transition: 0.5s;
}

.service-item:hover .service-text h5 {
  color: var(--primary);
}

.service-item .service-btn {
  position: absolute;
  width: 80%;
  height: 3rem;
  right: 10%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.07);
  transition: 0.5s;
  z-index: 1;
}

.service-item:hover .service-btn {
  bottom: -1.5rem;
}

/*** Project ***/
.project-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.07);
}

.project-item .project-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  padding-top: 60px;
  transition: 0.5s;
}

.project-item:hover .project-overlay {
  opacity: 1;
  padding-top: 0;
}

.project-carousel .owl-nav {
  position: absolute;
  top: -100px;
  left: 0;
  display: flex;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
  margin-right: 15px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary);
  border-radius: 55px;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.15);
  font-size: 25px;
  transition: 0.5s;
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
  background: var(--primary);
  color: #ffffff;
}

@media (max-width: 768px) {
  .project-carousel .owl-nav {
    top: -40px;
    left: auto;
    right: 50%;
    transform: translateX(50%);
  }

  .project-carousel .owl-nav .owl-prev,
  .project-carousel .owl-nav .owl-next {
    margin: 0 7px;
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}

/*** Team ***/
.team-item {
  position: relative;
  text-align: center;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.07);
}

.team-item .team-social {
  position: absolute;
  padding: 0;
  top: 15px;
  right: 0;
  overflow: hidden;
}

.team-item .team-social li {
  list-style-type: none;
  margin-bottom: 10px;
  margin-right: -50px;
  opacity: 0;
  transition: 0.5s;
}

.team-item:hover .team-social li {
  margin-right: 15px;
  opacity: 1;
}

.team-item .team-social li .btn {
  background: #ffffff;
  color: var(--primary);
  border-radius: 40px;
  transition: 0.5s;
}

.team-item .team-social li .btn:hover {
  color: #ffffff;
  background: var(--primary);
}

.team-item .team-social li:nth-child(1) {
  transition-delay: 0.1s;
}

.team-item .team-social li:nth-child(2) {
  transition-delay: 0.2s;
}

.team-item .team-social li:nth-child(3) {
  transition-delay: 0.3s;
}

.team-item .team-social li:nth-child(4) {
  transition-delay: 0.4s;
}

.team-item .team-social li:nth-child(5) {
  transition-delay: 0.5s;
}

/*** Testimonial ***/
.testimonial-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.07);
  transition: 0.5s;
}

.owl-item .testimonial-item,
.testimonial-item * {
  transition: 0.5s;
}

.owl-item.center .testimonial-item {
  background: var(--primary);
}
/*  */
.owl-item.center .testimonial-item * {
  color: #ffffff !important;
}

.testimonial-item img {
  width: 100px !important;
  height: 100px !important;
  border-radius: 100px;
}

.testimonial-carousel .owl-nav {
  position: absolute;
  top: -100px;
  left: 0;
  display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  margin-right: 15px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary);
  border-radius: 55px;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.15);
  font-size: 25px;
  transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  background: var(--primary);
  color: #ffffff;
}

@media (max-width: 768px) {
  .testimonial-carousel .owl-nav {
    top: -70px;
    left: auto;
    right: 50%;
    transform: translateX(50%);
  }

  .testimonial-carousel .owl-nav .owl-prev,
  .testimonial-carousel .owl-nav .owl-next {
    margin: 0 7px;
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}

/*** Footer ***/
.footer {
  color: #b0b9ae;
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: right;
  color: #b0b9ae;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
}

.footer .btn.btn-link:hover {
  color: var(--light);
  letter-spacing: 1px;
  box-shadow: none;
}

.copyright {
  color: #fff;
}

.copyright {
  background: var(--primary);
  border-top: 1px solid var(--dark);
}

.copyright a:hover {
  color: var(--primary) !important;
}

/* ----------------  */

.abnner {
}
.banner-bg {
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.banner h3 {
  font-size: clamp(1.5rem, 5vw, 3rem);
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
}
body.active {
  padding-top: 60px;
}

/*** Category ***/
.cat-item {
  display: block;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
  border: 1px solid transparent;
  transition: 0.5s;
  min-height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
}

.cat-item p {
  color: #fff;

  font-weight: 500;
  margin-top: 10px;
  text-shadow: -2px 2px 2px rgba(0, 0, 0, 0.5);
  z-index: 2;
  position: relative;
}
.cat-item:hover {
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: none;
}

.cat-item h5 {
  color: var(--primary);
  min-height: 50px;
  font-size: 25px;
  text-shadow: -2px 2px 2px rgba(0, 0, 0, 0.5);
  z-index: 2;
  position: relative;
}
.lang_swich {
  font-family: "Alexandria", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-top: -3px;
  cursor: pointer;
}
@media (max-width: 700px) {
  .project-carousel {
    margin-top: 70px;
  }
  h1.display-5.mb-5.text-min {
    text-align: center;
  }
  .tech_box h2 {
    margin-top: 20px;
  }
  .tech_box .row {
    padding: 0 0 !important;
  }
  .tech_box.reverse .row {
    flex-direction: column-reverse;
  }
  p.fs-5.fw-medium.text-primary {
    text-align: center;
  }
}

.tec_img {
  width: 90px;
  height: 90px;
  background-size: cover;
  border-radius: 50%;
  margin-bottom: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.tech_img {
  width: 100%;
  /* height: 300px; */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
}
.tach_box {
}
.tech_box .row {
  padding: 40px 0;
}

.tech_box.bg {
  background: #f1f3fa;
  padding: 20px 0;
}
.tech_box h2 {
  color: var(--primary) !important;
  font-size: 35px;
  font-weight: bold;
}
.tech_box .text-dark {
  color: #1f4765;
}
.lang_btn {
  font-size: 17px;
  font-weight: bold;
  font-family: "Alexandria", sans-serif;

  cursor: pointer;
}

body {
  text-align: right;
  font-family: "Alexandria", sans-serif;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Alexandria", sans-serif !important;
}

.bg-main,
.btn-main {
  background-color: #b19566 !important;
}
/* .project-carousel .owl-nav {
    display: flex;
    flex-direction: row-reverse;
  } */
.owl-carousel {
  direction: ltr;
}
.testimonial-item {
  min-height: 250px;
}
.tech_img img {
  width: 400px;
}
@media (max-width: 400px) {
  .tech_img img {
    width: 100% !important;
  }
  .technology .tech_box {
    padding: 5px 15px;
  }
}

input {
  text-align: right;
}

.banner-bg {
  position: relative;
}

.top_bar {
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  padding: 15px 0;
}
.top_bar.active {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

.mob_nav {
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  background: transparent;
}

.heder_text {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
}
.heder_text h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
  font-weight: 400;
  margin-left: auto;
}

body {
  font-family: "Alexandria", sans-serif;
}

.device_item {
  background: #fff;
  min-height: 430px;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}

.cat-item {
  margin-bottom: 20px;
}
h2,
h1 {
  font-size: 35px !important;
}

[data-key$="Description"] {
  display: none;
}

.device_item h5 {
  font-size: 26px;
  text-align: center;
  color: #b19566;
}

.top_bar_top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 10px 0;
  min-height: 40px;
}
.socials {
  gap: 16px;
}
.lang_swich .btn {
  font-size: 14px;
}
.top_bar .header_btn {
  display: none;
}

.top_bar .d-flex {
  justify-content: center;
}
.top_bar.active .d-flex {
  justify-content: space-between;
}
.top_bar.active .header_btn {
  display: block;
}

@media (max-width: 990px) {
  .banner-bg {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .banner-btn {
    display: block !important;
  }
  .heder_text {
    margin-top: 100px;
  }
  .heder_text h3 {
    gap: 7px !important;
    line-height: 35px;
    font-size: 28px;
  }
  .header_btn {
    width: max-content !important;
    padding-inline: 15px !important;
  }
  .tech_img img {
    width: 100% !important;
  }
  h2,
  h1 {
    font-size: 25px !important;
  }
}

@media (min-width: 600px) {
  .navbar-nav .nav-link {
    width: 200px;
  }
}
@media (max-width: 600px) {
  .top_bar .header_btn {
    font-size: 12px;
  }
  .navbar-nav .nav-link {
    width: 170px;
  }
}

@media (max-width: 990px) {
  .banner-bg {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    background-position: 17% 0;
  }
  .banner-btn {
    display: block !important;
  }
  .heder_text {
    margin-top: 150px;
  }
  .heder_text h3 {
    gap: 7px !important;
    line-height: 35px;
    font-size: 28px;
  }
  .header_btn {
    width: max-content !important;
    padding-inline: 15px !important;
  }
  .tech_img img {
    width: 100% !important;
  }
  h2,
  h1 {
    font-size: 25px !important;
  }
}

@media (min-width: 600px) {
  .navbar-nav .nav-link {
    width: 200px;
  }
}
@media (max-width: 600px) {
  .top_bar .header_btn {
    font-size: 12px;
  }
  .navbar-nav .nav-link {
    width: 170px;
  }
  .heder_text h3 {
    font-size: 19px;
    margin: auto;
  }
  .header_btn {
    font-size: 13px;
    margin: 0 !important;
  }
  .lang_btn {
    font-size: 12px;
  }
  .banner-bg {
    background-size: 260% 100%;
  }
}
