/* Mutqn Sustom Css */

/* google font */
@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@200;400;700&display=swap");

/* Css */

body {
  font-family: "Tajawal", Tahoma, Geneva, Verdana, sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--normal-color);
}

p {
  color: var(--dark-color);
}

.navbar {
  background: var(--light-color-gray);
  box-shadow: var(--dark-color);
}

.navbar-brand img {
  height: 60px;
}

.navbar .navbar-nav .nav-link {
  color: var(--light-color);
  font-weight: bold;
}

.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .nav-link:hover {
  color: var(--dark-color);
}

.navbar .navbar-toggler {
  font-size: 26px;
  color: var(--dark-color);
  /* border-color: var(--dark-color); */
  border: none;
}

.navbar .navbar-toggler:focus {
  box-shadow: none;
}


.page-title {
  background: var(--dark-color);
  color: var(--normal-color-gray);
}

.page-title h2 {
  text-align: center !important;
  color: var(--normal-color-gray);
}

.breadcrumb-item a {
  color: var(--dark-color-gray);
  text-decoration: none;
}

.breadcrumb-item.active {
  color: var(--normal-color-gray);
}

.breadcrumb-item+.breadcrumb-item::before {
  color: var(--dark-color-gray);
}

/* toggle */
#checkbox {
  display: none;
}

.toggle {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition-duration: .3s;
}

.bars {
  width: 100%;
  height: 4px;
  background-color: var(--normal-color);
  border-radius: 5px;
  transition-duration: .3s;
}

#checkbox:checked + .toggle .bars {
  margin-left: 13px;
}

#checkbox:checked + .toggle #bar2 {
  transform: rotate(135deg);
  margin-left: 0;
  transform-origin: center;
  transition-duration: .3s;
}

#checkbox:checked + .toggle #bar1 {
  transform: rotate(45deg);
  transition-duration: .3s;
  transform-origin: left center;
}

#checkbox:checked + .toggle #bar3 {
  transform: rotate(-45deg);
  transition-duration: .3s;
  transform-origin: left center;
}



/* topbar start here */

#topbar {
  z-index: 1000;
  width: 100%;
  overflow: hidden;
  top: 0;
  background: var(--dark-color);
}

#topbar.topbar-dark {
  background: var(--dark-color);
}

#topbar a {
  color: #161c2d;
  text-decoration: none;
  unicode-bidi: bidi-override;
  direction: ltr;  
}

#topbar.text-light a {
  color: #fff;
}
#topbar.text-light .svg-inline--fa  {
  margin-right: 10px;
}
.topbar-left,
.topbar-right {
  display: flex;
}

.topbar-right {
  float: right;
}

.topbar-solid {
  background: #ffffff;
}

.tb-light {
  background: #ffffff;
}

#topbar:not(.topbar-noborder) .topbar-right .topbar-widget {
  border-left: solid 1px rgba(255, 255, 255, 0.1);
}

#topbar:not(.topbar-noborder) .topbar-right span:last-child {
  border-right: solid 1px rgba(255, 255, 255, 0.1);
}

#topbar:not(.topbar-noborder) .topbar-light .topbar-right .topbar-widget {
  border-left: solid 1px #eee;
}

#topbar:not(.topbar-noborder) .topbar-light .topbar-right span:last-child {
  border-right: solid 1px #eee;
}

#topbar:not(.topbar-noborder) .tb-light .topbar-right .topbar-widget {
  border-left: solid 1px rgba(0, 0, 0, 0.1);
}

#topbar:not(.topbar-noborder) .tb-light .topbar-right span:last-child {
  border-right: solid 1px rgba(0, 0, 0, 0.1);
}

/* topbar left content */
.topbar-left {
  float: left;
}

#topbar .social-icons i {
  background: none;
  margin: 5px;
  color: #ffffff;
}

.h-phone {
  position: relative;
  font-weight: bold;
  color: #000000;
  font-family: var(--title-font);
  padding-left: 40px;
  font-size: 20px;
  padding-top: 22px;
}

.h-phone span {
  display: inline-block;
  position: absolute;
  left: 40px;
  top: 0;
  font-size: 14px;
  font-weight: 500;
}

.h-phone i {
  display: inline-block;
  position: absolute;
  font-size: 40px;
  left: 0;
  top: 12px;
}

/* topbar widget */
.topbar-widget {
  font-size: 14px;
  display: flex;
  padding: 3px 15px;
  font-weight: 400;
}

.topbar-widget:first-child {
  padding-left: 0;
}

.topbar-widget.widget-text {
  padding-top: 6px;
}

.topbar-widget i {
  font-size: 16px;
  margin-top: 4px;
  margin-right: 5px;
  float: left;
}

.h-sub .topbar-widget {
  padding: 12px;
}

.topbar-widget:before {
  float: left;
  position: relative;
  font-family: "FontAwesome";
  font-size: 16px;
  margin-right: 10px;
}

.topbar-widget.tb-phone:before {
  content: "\f095";
}

.topbar-widget.tb-email:before {
  content: "\f003";
}

.topbar-widget.tb-opening-hours:before {
  content: "\f017";
}

.topbar-widget.tb-social {
  padding: 0;
}

.topbar-widget.tb-social a {
  font-size: 14px;
  display: flex;
  padding: 5px;
  padding-left: 15px;
  display: inline-block;
  text-align: center;
}

.topbar-widget a span {
  font-weight: bold;
  margin-right: 10px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}

#topbar:not(.topbar-noborder) .topbar-light .topbar-widget.tb-social a,
#topbar:not(.topbar-noborder) .topbar-light .topbar-widget.tb-social a:first-child {
  border-left: solid 1px rgba(0, 0, 0, 0.1);
}

#topbar:not(.topbar-noborder) .topbar-widget.tb-social a {
  border-left: solid 1px rgba(255, 255, 255, 0.1);
}

.tb-light .topbar-widget.tb-social a {
  border-left: solid 1px rgba(0, 0, 0, 0.1);
}

.topbar-widget.tb-social a:first-child {
  border: none;
}

/* topbar end here */

#de-sidebar {
  padding: 0px;
}

/* topbar start here */

/* toggle */

/* .main-btn {
  background: var(--dark-color);
  border: none;
  color: white;
}

.main-btn:hover {
  background: var(--light-color);
  border: none;
  color: white;
} */


.main-btn {
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  color: var(--light-color-gray);
  background: var(--dark-color);
  cursor: pointer;
  transition: ease-out 0.5s;
  border: 2px solid var(--light-color);
  border-radius: 10px;
}

.main-btn:hover {
  color: white;
  box-shadow: inset 0 -100px 0 0 var(--light-color);
}

.main-btn:active {
  transform: scale(0.9);
}

.landing {
  min-height: 500px;
  background: #c4c4c4;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding: 0;
}

.c-item {
  height: 480px;
}

.c-img {
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6);
}

.carousel-caption {
  top: 30%;
  right: 10%;
  text-align: start;
}

.carousel-caption h3 {
  color: var(--light-color-gray);
}

.carousel-caption p {
  color: var(--normal-color-gray);
}

.carousel-control-prev {
  width: 5%;
  right: 0%;
  color: var(--dark-color);
}

.carousel-control-next {
  width: 5%;
  left: 0%;
}

.carousel-box {
  background: linear-gradient(90deg, rgba(194, 194, 194, 0.1) 0%, rgba(233, 233, 233, 0.15) 100%);
  padding: 20px;
  width: 80%;
  border-radius: 20px;
  display: block;
}

.card {
  padding-bottom: 15px;
  align-items: center;
  cursor: pointer;
}

.card-body {
  padding: 5px 0 0;
}

.card-title {
  text-align: center;
  color: var(--dark-color);
}


/* gallery */
.gallery a img {
  width: 100%;
  height: 100%;
}

/* gallery */







/* owl carousel */
.owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 22px);
  right: -18px;
  opacity: 1;
  font-size: 20px !important;
  z-index: 1;
}

.owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 22px);
  left: -18px;
  opacity: 1;
  font-size: 20px !important;
  z-index: 1;
}

.owl-theme .owl-nav [class*=owl-] {
  margin: 5px 4px;
  display: inline-block;
  cursor: pointer;
  color: var(--dark-color)  !important;
  text-decoration: none;
  font-weight: 100;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
}

/* owl carousel */









footer h5 {
  color: var(--light-color);
}

footer p {
  color: var(--light-color-gray);
}

.footer-custom {
  background: var(--dark-color);
  color: var(--normal-color-gray);
}

.footer-custom a {
  color: var(--normal-color-gray);
}

.footer-custom a:hover {
  color: var(--dark-color-gray);
}

.footer-brand img {
  height: 60px;
  max-width: 400px;
}
.footer-social-icons a>i {
  width: 2rem;
  height: 2rem;
  border-radius: 20%;
  background: var(--normal-color-gray);
  color: var(--dark-color);
  margin: 0 5px;
  padding: 5px 7px;
  line-height: 1.5rem;
}

.footer-social-icons a>i:hover {
  background: var(--dark-color);
  color: var(--normal-color-gray) ;
  border: 1px solid var(--normal-color-gray) ;
  padding: 4px 6px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
textarea.form-control:focus,
.uneditable-input:focus {   
  border-color: var(--dark-color);
  box-shadow: 0 1px 1px rgba(53, 53, 53, 0.075) inset, 0 0 8px rgba(63, 63, 63, 0.6);
  outline: 0 none;
}

.testimonial-author {
  font-weight: bold;
  color: var(--dark-color);
  font-size: 1.2rem;
}
.testimonial-text {
  font-weight: normal;
  color: var(--normal-color);
  font-size: 1rem;
}


.testimonial-body {
  width: 50%;
  margin: 0 auto;
  
}
.testimonial-body img {
  display: block;
  width: 80px;
  height: 80px;
  margin: 10px auto;
  border: 1px var(--dark-color) solid;
  border-radius: 50%;

}


.carousel-control-next-icon, .carousel-control-prev-icon {
  padding: 10px !important;
  border-radius: 50%;
  background-color: var(--dark-color);
  color: #eee;
  font-size: 12px;

}


@media only screen and (max-width: 920px) {

  .footer-custom {
    align-items: center;
    text-align: center;
  }
  .container {
    padding: 0 5%;
  }
  .carousel-box {
    padding: 10px;
    width: 100%;
  }

  .c-item {
    height: 380px;
  }

  .navbar {
    padding: 3px;
  }

  .navbar-brand img {
    height: 42px;
  }
}