@font-face {
  font-family: "light";
  src: url(../Fonts/tajawal/Tajawal-Light.ttf);
}

@font-face {
  font-family: "regular";
  src: url(../Fonts/tajawal/Tajawal-Regular.ttf);
}

@font-face {
  font-family: "medium";
  src: url(../Fonts/tajawal/Tajawal-Medium.ttf);
}

@font-face {
  font-family: "bold";
  src: url(../Fonts/tajawal/Tajawal-Bold.ttf);
}

@font-face {
  font-family: "helvetica-bold";
  src: url(../Fonts/helvetica/helveticabold.ttf);
}

* {
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  direction: rtl;
  text-decoration: none;
  font-family: 'regular';
}

/***************************** Global Style *****************************/
h1, h2, h3, h4 {
  font-family: "bold";
}

h5, h6 {
  font-family: "medium";
}

p {
  font-size: 12px;
  font-family: 'regular';
}

a {
  color: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

ul {
  list-style-type: none;
}

button:active,
button:active:focus,
button:active:hover,
button:focus,
button:hover,
button:not(:disabled):not(.disabled).active,
button:not(:disabled):not(.disabled):active {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

form .form-control {
  font-size: 15px;
}

form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: 1px solid #3EC0E8;
}

form .form-control::-webkit-input-placeholder {
  color: #D9D2D2;
}

form .form-control:-ms-input-placeholder {
  color: #D9D2D2;
}

form .form-control::-ms-input-placeholder {
  color: #D9D2D2;
}

form .form-control::placeholder {
  color: #D9D2D2;
}

form .btn-outline-success:hover, form .btn-outline-success:focus, form .btn-outline-success.active {
  background-color: transparent !important;
  color: #3EC0E8 !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/***************************** Animations *****************************/
/***************************** Start Edit navbar & footer *****************************/
.all-navs {
  position: relative;
}

.all-navs .top-nav {
  background-color: #3EC0E8;
  padding: 15px 0px;
}

.all-navs .top-nav .icons {
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.all-navs .top-nav .icons a {
  margin: 0px 10px;
}

.all-navs .top-nav .icons a.cart-toggler {
  position: relative;
}

.all-navs .top-nav .icons a.cart-toggler .numbers {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  color: #BEAB83;
  text-align: center;
  line-height: 21px;
  display: block;
  position: absolute;
  top: -8px;
  right: -10px;
  -webkit-transition: .5s;
  transition: .5s;
}

.all-navs .top-nav .search-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  float: left;
  position: relative;
}

.all-navs .top-nav .search-container .form-control {
  width: 100%;
  padding-right: 40px;
  border-radius: 25px;
  background-color: #F6F4F4;
}

.all-navs .top-nav .search-container .btn-outline-success {
  position: absolute;
  top: 4px;
  right: 11px;
  border: none;
  color: #3EC0E8;
}

.all-navs nav {
  position: unset;
  padding: 1rem;
}

.all-navs nav.bg-light {
  background-color: #fff !important;
}

.all-navs nav .navbar-brand {
  position: absolute;
  width: 150px;
  height: 150px;
  background-color: #fff;
  border-radius: 30px;
  text-align: center;
  top: 8px;
}

.all-navs nav .navbar-brand img {
  width: 130px;
  height: 130px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  top: 5px;
}

.all-navs nav .nav-item {
  text-align: center;
}

.all-navs nav .nav-item .nav-link {
  margin: 0px 15px;
}

.all-navs nav .nav-item .nav-link img {
  width: 30px;
  height: 25px;
  display: block;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 5px;
}

.all-navs nav .nav-item.active .nav-link {
  color: #3EC0E8;
}

.all-navs nav .nav-item.active .nav-link img {
  -webkit-filter: invert(76%) sepia(26%) saturate(3503%) hue-rotate(160deg) brightness(95%) contrast(91%);
          filter: invert(76%) sepia(26%) saturate(3503%) hue-rotate(160deg) brightness(95%) contrast(91%);
}

.shopping-cart {
  width: 300px;
  height: 420px;
  z-index: 99;
  background-color: #f7f7f7;
  position: absolute;
  right: 260px;
  top: 55px;
  -webkit-box-shadow: 0px 0px 10px 0px #555;
          box-shadow: 0px 0px 10px 0px #555;
  border-radius: 20px;
  border-top: 3px solid #3EC0E8;
  display: none;
}

.shopping-cart .cart-inner {
  border-radius: 20px;
  padding: 20px 0px;
}

.shopping-cart .cart-inner .cart-body {
  padding: 0px 20px;
  max-height: 275px;
  overflow-y: scroll;
}

.shopping-cart .cart-inner .cart-body::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
  position: relative;
}

.shopping-cart .cart-inner .cart-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #3EC0E8;
  border-radius: 0px;
  background-color: #F5F5F5;
}

.shopping-cart .cart-inner .cart-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #3EC0E8;
  background-color: #3EC0E8;
}

.shopping-cart .cart-inner .cart-body .item {
  padding: 20px 10px;
  border-bottom: 1px solid #333;
}

.shopping-cart .cart-inner .cart-body .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.shopping-cart .cart-inner .cart-body .item .text {
  padding: 10px 0px;
  position: relative;
}

.shopping-cart .cart-inner .cart-body .item .text h6 {
  font-size: .8rem;
}

.shopping-cart .cart-inner .cart-body .item .text p {
  color: #222;
  margin-bottom: .5rem;
}

.shopping-cart .cart-inner .cart-body .item .text .delet-item {
  position: absolute;
  top: 0;
  left: 0px;
  font-size: 20px;
  font-weight: bold;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  cursor: pointer;
}

.shopping-cart .cart-inner .cart-body .item .text .delet-item:hover {
  color: #3EC0E8;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.shopping-cart .cart-inner .cart-footer {
  padding: 1rem 1.8rem;
}

.shopping-cart .cart-inner .cart-footer .total {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.shopping-cart .cart-inner .cart-footer .total .price {
  color: #3EC0E8;
}

.shopping-cart .cart-inner .cart-footer .links {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin: 15px auto 0px auto;
}

.shopping-cart .cart-inner .cart-footer .links .button {
  border: 2px solid #3EC0E8;
  color: #3EC0E8;
  border-radius: 5px;
  padding: .375rem 1.75rem;
  margin: 0px 5px;
}

.shopping-cart .cart-inner .cart-footer .links .button:hover, .shopping-cart .cart-inner .cart-footer .links .button.active {
  background-color: #3EC0E8;
  color: #fff;
}

footer {
  padding: 150px 0px 50px 0px;
  background-color: #393738;
  position: relative;
  margin-top: -100px;
  z-index: 1;
}

footer .content {
  position: relative;
  z-index: 9;
  padding: 0px 10px;
}

footer .content .logo-container {
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 30px;
  text-align: center;
}

footer .content .logo-container img {
  width: 90px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  top: 11px;
}

footer .content p {
  font-size: 15px;
  font-family: 'regular';
  color: #fff;
  margin-top: 1rem;
}

footer .content .icons a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #393738;
  background-color: #fff;
  text-align: center;
  display: inline-block;
  margin: 0px 5px;
}

footer .content .icons a i {
  position: relative;
  top: 5px;
}

footer .content .icons a:hover {
  background-color: #3EC0E8;
  color: #fff;
}

footer .content h6 {
  color: #fff !important;
  padding: 10px 0px;
}

footer .content .links {
  padding: 10px 0px;
}

footer .content .links a {
  display: block;
  color: #ccc;
  font-size: 12px;
  margin: 10px 0px;
}

footer .content .links a:hover {
  color: #3EC0E8;
}

footer .content .contact-links {
  padding-top: 20px;
}

footer .content .contact-links .item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

footer .content .contact-links .item .icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  color: #3EC0E8;
  display: inline-block;
  text-align: center;
  -webkit-transition: .5s;
  transition: .5s;
  margin-left: 10px;
}

footer .content .contact-links .item .icon i {
  position: relative;
  top: 7px;
  font-size: 15px;
}

footer .content .contact-links .item p {
  margin-top: .5rem;
  -webkit-transition: .5s;
  transition: .5s;
}

footer .content .contact-links .item:hover p {
  color: #3EC0E8;
}

footer .content .contact-links .item:hover .icon {
  background-color: #3EC0E8;
  color: #fff;
}

footer .pattern {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  right: 0;
}

footer .pattern.pattern-left {
  right: unset;
  left: 0;
}

.copywrite {
  background-color: #3EC0E8;
  padding: 20px 0px;
  position: relative;
}

.copywrite .scroll-top-btn {
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #3EC0E8;
  background-color: #fff;
  text-align: center;
  line-height: 36px;
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  top: -20px;
  z-index: 1000;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.copywrite .scroll-top-btn:hover {
  background-color: #000;
  color: #3EC0E8;
  border-radius: 50%;
}

.copywrite .scroll-top-btn i {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.copywrite .text p {
  margin-bottom: 0;
  color: #333;
}

/***************************** Start Edit Home Page *****************************/
header .header-inner {
  padding: 110px 0px;
  background: url(../images/home/header.png);
  background-size: contain;
  background-repeat: no-repeat;
}

header .header-inner .text {
  padding: 20px;
}

header .header-inner .text h3 {
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
  padding: 15px;
}

.section-header {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-header h4 i {
  margin-left: 20px;
  position: relative;
  top: 3px;
}

.section-header h4::after {
  content: '';
  width: 200px;
  height: 1px;
  position: relative;
  top: 29px;
  background-color: #3EC0E8;
  display: block;
}

.section-header a {
  color: #3EC0E8;
  font-family: 'medium';
}

.sections {
  padding: 50px 0px;
}

.sections .sections-carousel {
  padding-top: 50px;
}

.sections .sections-carousel.owl-theme .owl-dots {
  display: none;
}

.sections .sections-carousel.owl-theme .owl-nav {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

.sections .sections-carousel.owl-theme .owl-nav button {
  width: 50px;
  height: 50px;
  background-color: #3EC0E8;
  color: #fff;
  border-radius: 5px;
  font-size: 25px;
  opacity: .5;
}

.sections .sections-carousel.owl-theme .owl-nav button span {
  font-family: monospace;
}

.sections .sections-carousel.owl-theme .owl-nav button.owl-prev {
  position: absolute;
  right: -70px;
}

.sections .sections-carousel.owl-theme .owl-nav button.owl-next {
  position: absolute;
  left: -70px;
}

.sections .sections-carousel.owl-theme .owl-nav button:hover {
  opacity: 1;
}

.sections .sections-carousel .card {
  position: relative;
  height: 250px;
}

.sections .sections-carousel .card img {
  width: 100%;
  height: 100%;
}

.sections .sections-carousel .card .section-name {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  padding: 10px 40px;
}

.sections .sections-carousel .card .section-name h5 {
  margin-bottom: 0;
}

.best-seller {
  padding: 50px 0px;
}

.best-seller .seller-carousel {
  padding-top: 50px;
}

.best-seller .seller-carousel.owl-theme .owl-dots {
  display: block;
}

.best-seller .seller-carousel.owl-theme .owl-dots .owl-dot span {
  width: 40px;
  height: 5px;
}

.best-seller .seller-carousel.owl-theme .owl-dots .owl-dot.active span,
.best-seller .seller-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: #3EC0E8;
}

.best-seller .seller-carousel .card {
  border-radius: 25px;
  margin: 10px 10px 30px 10px;
}

.best-seller .seller-carousel .card img {
  width: 100%;
  height: 300px;
}

.best-seller .seller-carousel .card .card-body p {
  margin-bottom: .5rem;
}

.best-seller .seller-carousel .card .card-body h6 {
  direction: ltr !important;
  font-family: 'light';
}

.best-seller .seller-carousel .card .card-body h6 span {
  font-size: 1.5rem;
  font-family: 'medium';
}

.best-seller .seller-carousel .card .discount {
  width: 50px;
  height: 50px;
  background-color: #449964;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: -10px;
  right: -10px;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.best-seller .seller-carousel .card .discount h5 {
  margin-bottom: 0;
  color: #fff;
  position: relative;
  top: 11px;
}

.best-seller .seller-carousel .card .icons {
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  left: 10px;
  -webkit-transform: translateY(-70px);
          transform: translateY(-70px);
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
}

.best-seller .seller-carousel .card .icons a {
  margin: 0px 10px;
}

.best-seller .seller-carousel .card .icons a:hover {
  color: #3EC0E8;
}

.best-seller .seller-carousel .card:hover {
  -webkit-box-shadow: 0px 65px 137px -80px #ccc;
          box-shadow: 0px 65px 137px -80px #ccc;
}

.best-seller .seller-carousel .card:hover .discount {
  opacity: 1;
}

.best-seller .seller-carousel .card:hover .icons {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.latest-books {
  padding: 50px 0px;
}

.latest-books .latest-books-carousel {
  padding-top: 50px;
}

.latest-books .latest-books-carousel.owl-theme .owl-dots {
  display: block;
}

.latest-books .latest-books-carousel.owl-theme .owl-dots .owl-dot span {
  width: 40px;
  height: 5px;
}

.latest-books .latest-books-carousel.owl-theme .owl-dots .owl-dot.active span,
.latest-books .latest-books-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: #3EC0E8;
}

.latest-books .latest-books-carousel .card {
  border-radius: 25px;
}

.latest-books .latest-books-carousel .card img {
  width: 100%;
  height: 300px;
}

.latest-books .latest-books-carousel .card .card-body p {
  margin-bottom: .5rem;
}

.latest-books .latest-books-carousel .card .card-body h6 {
  direction: ltr !important;
  font-family: 'light';
}

.latest-books .latest-books-carousel .card .card-body h6 span {
  font-size: 1.5rem;
  font-family: 'medium';
}

.latest-books .latest-books-carousel .card:hover {
  -webkit-box-shadow: 0px 65px 137px -80px #ccc;
          box-shadow: 0px 65px 137px -80px #ccc;
}

.quotes {
  padding: 50px 0px 0px 0px;
  position: relative;
  overflow: hidden;
}

.quotes .quotes-inner {
  background-color: #3EC0E8;
  position: relative;
  z-index: 9;
}

.quotes .quotes-inner .text {
  padding: 20px 50px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.quotes .quotes-inner .text span {
  font-size: 25px;
  color: #37b5db;
}

.quotes .quotes-inner .text span .fa-quote-left {
  float: left;
}

.quotes .quotes-inner .text p {
  font-size: 18px;
  color: #fff;
}

.quotes .quotes-inner img {
  float: left;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 90%;
}

.quotes .shadow-banner {
  width: 100%;
  position: absolute;
  top: 100%;
  z-index: 1;
  right: 0;
  margin-top: -85px;
}

.subscribe {
  padding-top: 100px;
}

.subscribe .subscribe-inner {
  width: 100%;
  border-radius: 25px;
  padding: 30px;
  text-align: center;
  position: relative;
  z-index: 9;
  background-color: #fff;
}

.subscribe .subscribe-inner h3 {
  margin-bottom: 1rem;
}

.subscribe .subscribe-inner .form-group {
  position: relative;
  margin: 20px 0px;
}

.subscribe .subscribe-inner .form-group .form-control {
  width: 100%;
  border-radius: 25px;
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding-right: 150px;
  height: calc(1.5em + 1.75rem + 2px);
}

.subscribe .subscribe-inner .form-group .form-control:focus {
  border: 1px solid #3EC0E8;
}

.subscribe .subscribe-inner .form-group .btn-primary {
  position: absolute;
  right: 0;
  top: 4px;
  border-radius: 25px;
  background-color: #3EC0E8;
  border: 1px solid #3EC0E8;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  padding: .59rem 2.75rem;
}
/*# sourceMappingURL=style.css.map */