:root {
  /* --main-color: #00774d; */
  --main-color: #08526d;
  --sec-color: #ec1c23;
  --ther-color: #ff8300;
}
* {
  box-sizing: border-box;
}
body {
  direction: rtl;
  font-family: "Almarai", sans-serif;
  font-family: "Cairo", sans-serif;
  font-family: "Courier Prime", monospace;
  font-family: "El Messiri", sans-serif;
  font-family: "Tajawal", sans-serif;
  font-family: "Amiri", serif;
}
a,
button {
  outline: 0 !important;
}
a,
a:focus,
a:hover {
  text-decoration: none;
}
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--main-color);
  outline: 1px solid transparent;
  border-radius: 5px;
}
::-webkit-scrollbar-track {
  --webkit-box-shadow: none;
  background-color: transparent;
}

/* Start Landing Page */
.Landing-page {
  min-height: 100vh;
  background-image: url("../../imgs/33.png");
  background-size: cover;
  position: relative;
}
.Landing-page .overlay {
  /* background-color: rgba(47, 4, 5, 0.6); */
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.Landing-page .header-area {
  z-index: 9;
  position: relative;
}
.Landing-page .header-area .search i {
  color: var(--main-color);
  line-height: 2;
  font-size: larger;
}
.Landing-page .header-area .upper-bar {
  z-index: 10;
  padding: 10px 0;
}
.Landing-page .header-area .upper-bar .contacts a {
  color: #333;
  margin-left: 25px;
  display: inline-block;
  font-size: 12px;
}
.Landing-page .header-area .upper-bar .contacts a i {
  color: var(--main-color);
  margin-right: 5px;
  vertical-align: middle;
  font-size: 18px;
}
.Landing-page .header-area .upper-bar .contacts a:hover i {
  color: var(--sec-color);
}
.Landing-page .header-area .upper-bar .social-media a {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: var(--main-color);
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  border-radius: 50%;
  transition: 0.4s all ease-in-out;
}
.Landing-page .header-area .upper-bar .social-media a i {
  vertical-align: middle;
}
.Landing-page .header-area .upper-bar .social-media a:hover {
  background: var(--sec-color);
}

.Landing-page .header-area .upper-bar .search {
  text-decoration: none;
  margin-left: 20px;
}
.Landing-page .header-area .upper-bar .search:hover {
  text-decoration: none;
  color: var(--sec-color);
}
.Landing-page .header-area .upper-bar .contact a:hover {
  text-decoration: none;
  color: var(--sec-color);
}
.Landing-page .header-area .upper-bar hr {
  margin-top: 5px;
}
.Landing-page .header-area .btn-primary {
  color: black;
  background-color: transparent;
  border-color: var(--main-color);
}
.Landing-page .header-area .nav-list .btn-primary {
  transition: 0.5s;
  transition-property: all;
}
.Landing-page .header-area .btn-primary:hover {
  color: var(--sec-color);
  background-color: #ffffffad;
  border-color: var(--main-color);
}

.Landing-page .header-area .nav-list {
  background-color: transparent;
  line-height: 2;
}

.Landing-page .header-area .nav-list li.log-in {
  margin-right: 40px;
}
.Landing-page .header-area .nav-list ul li a {
  text-align: right;
  color: var(--main-color);
  font-size: large;
  transition: 0.5s;
  transition-property: all;
}
.Landing-page .header-area .nav-list ul li a:hover,
.Landing-page .header-area .nav-list ul li.active .nav-link,
.Landing-page .header-area .nav-list ul li:focus .nav-link,
.Landing-page .header-area .nav-list ul li.show .nav-link,
.navbar-light .navbar-nav .nav-link {
  color: var(--sec-color);
  font-weight: bolder;
}

.Landing-page .header-area .nav-list ul.dropdown-menu li a {
  color: black;
  transition: 0.5s;
  transition-property: all;
}
.Landing-page .header-area .nav-list ul.dropdown-menu li a:hover {
  color: var(--main-color);
  background-color: #dcdbdbad;
}
.Landing-page .header-area .nav-list .navbar > a {
  font-weight: bolder;
  font-weight: bolder;
  font-size: 25px;
  color: var(--main-color);
}
.Landing-page .header-area .nav-list .search {
  display: none;
}

@media (max-width: 991.98px) {
  .Landing-page .header-area .upper-bar {
    display: none;
  }
  .Landing-page .header-area .nav-list {
    background-color: #ddd;
  }
  .Landing-page .header-area .nav-list ul li a {
    color: black;
  }

  .Landing-page .header-area .nav-list .search {
    display: inline-block !important;
    text-align: right;
  }
  .Landing-page .header-area .nav-list li.log-in {
    margin-right: 0;
  }
}
.navbar-light .navbar-toggler {
  color: var(--main-color) !important;
  border-color: var(--main-color);
}
.navbar-light .navbar-toggler.show,
.navbar-light .navbar-toggler:hover {
  color: var(--main-color) !important;
  border-color: var(--main-color);
}

/* End Navbar */

.Landing-page .introduction-text {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: var(--main-color);
  text-align: center;
  width: 95%;
}
.Landing-page .introduction-text h1 {
  font-size: xx-large;
  font-weight: 600;
  margin: 10px;
}

.Landing-page .introduction-text h1 span {
  font-family: "Almarai", sans-serif;
  color: var(--sec-color);
}
.Landing-page .introduction-text p {
  line-height: 1.6;
  font-size: x-large;
  margin: 0 0 12px;
}
@media (max-width: 575.98px) {
  .Landing-page .introduction-text h1 {
    font-size: x-large;
  }
  .Landing-page .introduction-text p {
    font-size: large;
  }
}

/* End Landing Page */
/* Start About Us */
.about-us {
  text-align: right;
  margin: 25px auto;
  padding: 20px 0;
  min-height: 500px;
}

.about-us h3 {
  color: var(--main-color);
  font-size: 40px;
  margin-bottom: 20px;
}
.about-us .info-about {
  box-shadow: -2px 2px 5px 3px var(--main-color);
  padding: 20px;
}
.about-us .info-about h5 {
  color: var(--main-color);
  font-weight: bolder;
  text-shadow: -1px 1px var(--sec-color);
  font-size: 30px;
  margin: 10px auto 30px;
}
.about-us .info-about p {
  color: black;
  font-size: 20px;
  line-height: 1.7;
  margin: 10px auto;
}
.about-us .img-about {
  width: 90%;
  height: 80%;
  padding: 10px;
}
.about-us .img-about img {
  width: 100%;
  height: 100%;
}
/* End About Us */

/* Start overlay background-image  */
.sec-bg-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.sec-bg-img .overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
  background: rgba(0, 0, 0, 0.6);
}

/* End overlay background-image  */
/* Start Products */
.products {
  min-height: 500px;
  padding: 20px 0;
  margin: 20px auto;
}
.main-prod {
  display: none;
}
.products h3 {
  color: var(--sec-color);
}
.products .product1 {
  box-shadow: -2px 2px 5px 3px var(--main-color);
  padding: 10px 5px;
  margin-bottom: 20px;
  background-color: #08526db8;
}
.products .product1 .img-product {
  width: 50%;
  height: 100px;
  margin: 0 auto 10px;
}
.products .product1 .img-product img {
  width: 100%;
  height: 100%;
  box-shadow: -1px 1px 1px 1px var(--sec-color);
  border-radius: 10px;
}
.products .product1 h5 {
  color: #fff;
}
.products .product1 a {
  color: #fff;
}
.products .product1 a:hover {
  color: var(--sec-color);
}
.products .product1 a i {
  color: var(--sec-color);
}
/* End Products */

/* Start contact form  */
.contact-us {
  margin: 50px 0;
}
.contact-us h2 {
  font-size: 35px;
  color: #fff;
  font-weight: bolder;
}
.contact-us h2 span {
  color: #ec1c23;
}
.contact-us p {
  font-size: 20px;
  color: var(--main-color);
  font-weight: bold;
}
.contact-us p span {
  font-size: 15px;
  color: #1993d7;
}
.contact-us form {
  width: 70%;
  margin: 50px auto;
  text-align: center;
}
@media (max-width: 991.98px) {
  .contact-us form {
    width: 85%;
  }
}
@media (max-width: 767.98px) {
  .contact-us form {
    width: 100%;
  }
}
.contact-us form input[type="text"],
.contact-us form input[type="email"] {
  width: 100%;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  border-radius: 10px;
  border: 1px solid #08526d;
  font-size: large;
  font-weight: bold;
  color: #08526d;
}

.contact-us form textarea {
  margin-top: 20px;
  width: 100%;
  padding: 10px;
  height: 140px;
  border-radius: 10px;
  border: 1px solid #08526d;
  font-size: large;
  font-weight: bold;
  color: #08526d;
}
.contact-us .info {
  margin-top: 10px;
}

.contact-us form button {
  padding: 10px;
  width: 200px;
  background-color: #dcd5d59c;
  border: none;
  color: #08526d;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bolder;
  border: 1px solid #08526d;
}
.contact-us form button:hover {
  background-color: #08526d;
  border: none;
  color: #fff;
  border: 2px solid #fff;
}
.contact-us .form-control {
  color: #08526d;
  background-color: #dcd5d59c;
}

/* End  contact form  */

/*start copyright*/
.copyright {
  direction: rtl;
  padding: 3px 0;
  background-color: var(--main-color);
  font-size: large;
  font-weight: bold;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

.copyright-text,
.copyright .info {
  text-align: center;
}
.copyright-text {
  padding: 10px 0 0 0;
}

.copyright span {
  color: #fff;
}

/* socail media */
.copyright ul {
  font-size: x-large;
  margin: 0;
}
.copyright ul li {
  display: inline;
  margin-right: 5px;
  cursor: pointer;
}
.copyright ul li a {
  margin-bottom: 5px;
}
.copyright .info ul li:first-of-type a {
  color: rgb(42, 177, 63);
}
.copyright .info ul li:first-of-type a:hover {
  color: #fff;
}
.copyright .info ul li:nth-of-type(2) a {
  color: #1770d8;
}
.copyright .info ul li:nth-of-type(2) a:hover {
  color: #fff;
}
.copyright .info ul li:nth-of-type(3) a {
  color: #1ca0ec;
}
.copyright .info ul li:nth-of-type(3) a:hover {
  color: #fff;
}
.copyright .info ul li:nth-of-type(4) a {
  color: #ec1c23;
}
.copyright .info ul li:nth-of-type(4) a:hover {
  color: #fff;
}
.copyright .info ul li:nth-of-type(5) a {
  color: #d120d1;
}
.copyright .info ul li:nth-of-type(5) a:hover {
  color: #fff;
}
.copyright .info ul li:last-of-type a {
  color: #d4d41d;
}
.copyright .info ul li:last-of-type a:hover {
  color: #fff;
}
/* ###### */
.copyright .info ul li:first-of-type .hvr-bounce-to-bottom:before {
  background: rgb(42, 177, 63);
  width: 96%;
  height: 52%;
  top: 28%;
  right: 4%;
  border-radius: 50%;
}
.copyright .info ul li:nth-of-type(2) .hvr-bounce-to-bottom:before {
  background: #1770d8;
  width: 68%;
  height: 54%;
  top: 31%;
  right: 15%;
  border-radius: 10px;
}
.copyright .info ul li:nth-of-type(3) .hvr-bounce-to-bottom:before {
  background: #1ca0ec;
  width: 85%;
  height: 50%;
  top: 30%;
  right: 7%;
}
.copyright .info ul li:nth-of-type(4) .hvr-bounce-to-bottom:before {
  background: #ec1c23;
  width: 85%;
  height: 41%;
  top: 35%;
  right: 7%;
  border-radius: 50%;
}
.copyright .info ul li:nth-of-type(5) .hvr-bounce-to-bottom:before {
  background: #d120d1;
  width: 99%;
  height: 54%;
  top: 27%;
  right: 0%;
  border-radius: 10px;
}
.copyright .info ul li:last-of-type .hvr-bounce-to-bottom:before {
  background: #d4d41d;
  width: 82%;
  height: 48%;
  top: 32%;
  right: 8%;
  border-radius: 50%;
}
/* socail media */
/*end copyright*/
/* Start Go to top  */
div .to-up {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  position: relative;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 50px;
  left: 15px;
  z-index: 99;
  border: 0.5px solid var(--sec-color);
  outline: none;
  background-color: transparent;
  color: var(--main-color);
  cursor: pointer;
  border-radius: 50%;
  font-size: 10px;
  width: 45px;
  height: 45px;
  padding: 0;
}

#myBtn:hover {
  background-color: transparent;
  color: var(--sec-color);
  border: 0.5px solid var(--main-color);
}
/* End Go to top */
.main-content {
  z-index: 2;
  color: black;
  text-align: center;
  background-color: #fffffff5;
  border-radius: 10px;
}

.main-content .product1 {
  margin: 10px auto;
}
.main-content .product1 .carousel {
  width: 44%;
  margin: auto;
}

@media (max-width: 1199.98px) {
  .main-content .product1 .carousel {
    width: 60%;
  }
}
@media (max-width: 991.98px) {
  .main-content .product1 .carousel {
    width: 70%;
  }
}
@media (max-width: 767.98px) {
  .main-content .product1 .carousel {
    width: 85%;
  }
}
@media (max-width: 575.98px) {
  .main-content .product1 .carousel {
    width: 100%;
  }
}

.main-content .product1 h5 {
  margin: 20px auto;
  font-weight: bold;
  color: var(--main-color);
}
.main-content .product1 .products-img {
  width: 30%;
  height: 30%;
  margin: 10px auto;
}
.main-content .product1 img {
  width: 100%;
  height: 100%;
}
.main-content .product1 p {
  width: 70%;
  margin: 20px auto;
}
sup {
  color: #3b9e22;
}
.price2 {
  font-family: "DINNextLTArabic-Regular", Helvetica, Arial, sans-serif;
  margin: 0 0 20px;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.price2 > span {
  font-size: 45px;
  line-height: 45px;
  margin: 0 5px;
  color: var(--main-color) !important;
  font-weight: 700 !important;
  display: inline !important;
  border: none !important;
}
.price2 sup.currency {
  margin-right: 5px;
  font-size: 30px;
  line-height: 20px;
  top: -15px;
  position: relative;
}
.price2 sup.period {
  font-size: 15px;
  line-height: 15px;
  color: #a8a8a8;
  top: -20px;
  position: relative;
}
hr.hr_color {
  color: var(--main-color);
  background: var(--main-color);
  width: 60%;
}
