/* editions */
.phone-num {
  -webkit-text-fill-color: #212529;
  -webkit-opacity: 1;
  color: #212529;
}
/* editions */
/* Start bootstrap styles */

a {
  color: #fff;
}
a:hover {
  color: #fff;
  text-decoration: none;
}
/* End Bootstrap styles */
body {
  font-family: "Tajawal", sans-serif;
  --main-color: #4cd84c;
}
.go-top {
  right: 20px;
  bottom: 10px;
  z-index: 2000;
  display: none;
  background-color: #4cd84c;
}
.loading {
  width: 100%;
  height: 100vh;
  background-color: #000;
  top: 0;
  z-index: 2000;
  left: 0;
}
.loading-wrapper {
  height: 100%;
}
.loading .lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.loading .lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.loading .lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.loading .lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.loading .lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
/*********** Start header ***********/
header {
  overflow: hidden;
}
/* top header */
header .top-header {
  height: 400px;
}
header .top-header .carousel img {
  height: 500%;
}
header .top-header .logo {
  width: 160px;
  height: 160px;
  background: #fff;
  border-radius: 50%;
  bottom: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: -10px 10px 20px 0px rgba(0, 0, 0, 0.03);
  box-shadow: -10px 10px 20px 0px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  padding: 24px;
}
header .top-header .logo {
  -ms-flex-item-align: center;
  align-self: center;
}
/*Bottom header */
header .bottom-header nav .nav-item.active a.nav-link {
  background-color: var(--main-color);
  color: #fff;
}
header .bottom-header nav .nav-item:hover a.nav-link {
  background-color: var(--main-color);
  color: #fff;
}
/********** End header *************/

/********** Start About us *************/
#about-us .about-us-wrapper {
  background-color: rgba(184, 211, 105, 0.2);
  width: 100%;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 100px;
  border-radius: 50px 50px 0px 0px;
}
#about-us .about-us-wrapper img {
  top: -50px;
  left: 50px;
  width: 100px;
}
#about-us .about-us-wrapper h5 {
  color: #555;
  text-shadow: -3px 3px 0px rgba(255, 255, 255, 0.5);
  font-family: "Baloo Bhaijaan", cursive;
  font-size: 40px;
}

#about-us .about-us-wrapper p {
  width: 500px;
  margin: 40px auto;
  font-size: 20px;
  color: #555;
}
#about-us .about-us-wrapper button {
  line-height: 50px;
  padding: 0px 40px;
  background: #fff;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #333;
}
@media (max-width: 767px) {
  #about-us .about-us-wrapper p {
    width: 100%;
  }
}
/********** End About us *************/

/********** Start Our products *************/

#our-products .products-container {
  display: block;
  border-radius: 50px 50px 20% 20%;
  background: #f5cf51;
  position: relative;
  padding-top: 200px;
  margin-bottom: 200px;
  font-family: "Tajawal", sans-serif;
}
@media screen and (max-width: 1020px) {
  .products-container {
    margin-top: -100px;
  }
}
#our-products .products-container h1 {
  text-align: center;
  color: #555555;
  text-shadow: -3px 3px 0px rgba(255, 255, 255, 0.5);
  font-family: "Baloo Bhaijaan", cursive;
}
#our-products .products-container .nuts-icon {
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  width: 200px;
  height: 200px;
}
#our-products .products-container .lay-1,
#our-products .products-container .lay-2 {
  content: "";
  position: absolute;
  top: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background-color: rgba(245, 207, 81, 0.5);
}
#our-products .products-container .lay-2 {
  background-color: rgba(245, 207, 81, 0.3);
  top: -90px;
  width: 280px;
  height: 280px;
}
#our-products .products-container .products-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 100px;
  position: relative;
}
#our-products .products-container .products-flex .owl-stage-outer {
  padding: 70px 0px;
}

#our-products .products-container .products-flex .item {
  display: block;
  width: 200px;
  padding-bottom: 50px;
  background: #fff;
  border-radius: 50px;
  margin: 0px 20px;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-shadow: -10px 10px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: -10px 10px 30px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
#our-products .products-container .products-flex .item img {
  display: block;
  margin: 0px auto;
  height: 130px;
  margin-top: -30px;
  position: relative;
  top: -30px;
  border-radius: 20px;
  width: 80%;
}
#our-products .products-container .products-flex .item .title {
  display: block;
  text-align: center;
  font-size: 25px;
  color: #555;
  margin-top: 30px;
}
#our-products .products-container .products-flex .item .description {
  display: block;
  text-align: center;
  font-size: 17px;
  color: #888;
}
#our-products .products-container .products-flex .owl-item.active.center .item {
  background: linear-gradient(-45deg, #eeff54, #e4aaaa) !important;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}
#our-products .more-details {
  background-color: #f5cf51;
}

.product-details {
  display: block;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    color-stop(#f1f1f1),
    to(#fff)
  );
  background: linear-gradient(#fff, #f1f1f1, #fff);
  margin-bottom: 50px;
  padding: 50px 0px;
  overflow: hidden;
  font-family: "Tajawal", sans-serif;
}
.product-details .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  position: relative;
}
.product-details .flex-container .item {
  width: 250px;
  border-radius: 30px;
  margin: 0px 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.product-details .flex-container .item .img {
  width: 100%;
  height: 400px;
  border-radius: 30px;
  background: #ddd;
  background-size: cover !important;
  background-position: center !important;
}
.product-details .flex-container .item .description {
  display: block;
  margin: 0px auto;
  width: calc(100% - 20px);
  background: -webkit-linear-gradient(to right bottom, #f1f1f1, #fff);
  background: linear-gradient(#f1f1f1, #fff);
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  margin-top: -30px;
  -webkit-box-shadow: -10px 10px 20px 0px rgba(0, 0, 0, 0.02);
  box-shadow: -10px 10px 20px 0px rgba(0, 0, 0, 0.02);
  text-align: center;
}
.product-details .flex-container .item .description .title {
  font-size: 20px;
  color: #555;
  display: block;
}
.product-details .flex-container .item .description .text {
  display: block;
  font-size: 15px;
  color: #777;
}
.product-details .flex-container .arrows-container {
  display: block;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  position: absolute;
  height: 50px;
}
.product-details .flex-container .arrows-container .arrow {
  display: inline-block;
  line-height: 50px;
  background: #f5cf51;
  width: 50px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product-details .flex-container .arrows-container .arrow:hover {
  background: #dbae1b;
}
.product-details .flex-container .arrows-container .arrow img {
  vertical-align: middle;
  width: 15px;
}
.product-details .flex-container .arrows-container .arrow.right {
  float: right;
  border-radius: 10px 0px 0px 10px;
  -webkit-box-shadow: -5px 5px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -5px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.product-details .flex-container .arrows-container .arrow.left {
  float: left;
  border-radius: 0px 10px 10px 0px;
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.product-details .flex-container .arrows-container .arrow.left img {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/********** End Our products  *************/

/***************** Start Details info ************************/
.details-infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto;
  font-family: "Tajawal", sans-serif;
  background: #f5cf51;
  border-radius: 30px;
  margin: 20px;
}
@media screen and (max-width: 765px) {
  .details-infos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.details-infos .products,
.details-infos .infos {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 90px;
}
@media screen and (max-width: 765px) {
  .details-infos .products,
  .details-infos .infos {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .details-infos .products,
  .details-infos .infos {
    padding: 10px;
  }
}
.details-infos .products h1 {
  color: #555;
  display: block;
  text-align: center;
  line-height: 50px;
}
.details-infos .products h1 span {
  color: #888;
  font-size: 12px;
}
.details-infos .products .container {
  background-color: #fff;
  border-radius: 20px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 40px;
  text-align: center;
  direction: rtl;
}
.details-infos .products .container .hidden-infos {
  height: 0px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.details-infos .products .container .hidden-infos.active {
  height: auto;
  overflow: visible;
  opacity: 1;
}
.details-infos .products .container b {
  display: block;
  color: #555;
  position: relative;
  line-height: 50px;
  padding-right: 10px;
}
.details-infos .products .container b::after {
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  right: -10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f5cf51;
}
.details-infos .products .container p {
  color: #888;
  display: block;
  margin-right: 10px;
}
.details-infos .products .container .more-container {
  display: block;
  text-align: center;
  padding: 20px 0px;
}
.details-infos .products .container .more-container .more {
  display: inline-block;
  line-height: 50px;
  background: #f5f5f5;
  padding: 0px 40px;
  border-radius: 10px;
  color: #333;
  font-size: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.details-infos .products .container .more-container .more:hover {
  background: #f5cf51;
}
.details-infos .infos .tab-links {
  list-style: none;
  display: block;
  text-align: center;
  direction: rtl;
}
.details-infos .infos .tab-links li {
  display: inline-block;
  margin: 0px 20px;
}
.details-infos .infos .tab-links li a {
  display: block;
  color: #555;
  line-height: 50px;
  border-bottom: 3px transparent solid;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.details-infos .infos .tab-links li.active a {
  color: #333;
  border-bottom: 3px #333 solid;
}
.details-infos .infos .tab-content {
  direction: rtl;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
.details-infos .infos .tab-content p {
  color: #333;
  display: none;
}
.details-infos .infos .tab-content p.active {
  display: block;
}

/********************** End Details info **********************/

/********************** Start footer **********************/
footer {
  background: #f9f9f9;
  padding: 40px 0px;
  -webkit-box-shadow: 0px -10px 100px 50px #f9f9f9;
  box-shadow: 0px -10px 100px 50px #f9f9f9;
  margin-top: 200px;
}
footer .contact-info span.icon {
  width: 35px;
  height: 35px;
  line-height: 37px;
  background-color: red;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
footer .contact-info .num-em span.icon {
  background-color: #f5cf51;
  border: 1px solid transparent;
}
footer .contact-info .num-em span.icon:hover {
  background-color: #fff;
  color: #f5cf51 !important;
  border-color: #f5cf51;
}
footer .contact-info .social li:first-of-type span.icon {
  background-color: #4267b2;
}
footer .contact-info .social li:nth-of-type(2) span.icon {
  background-color: #2aa9e0;
}
footer .contact-info .social li:last-of-type span.icon {
  background-color: #d22e8d;
}
footer .contact-info .social li:hover span.icon {
  background-color: #4267b2 !important;
}
footer .contact-info .social li:first-of-type span.icon:hover {
  color: #4267b2;
  border-color: #4267b2;
}
footer .contact-info .social li:nth-of-type(2) span.icon:hover {
  color: #2aa9e0;
  border-color: #2aa9e0;
}
footer .contact-info .social li:last-of-type span.icon:hover {
  color: #d22e8d;
  border-color: #d22e8d;
}

footer .images {
  width: 400px;
}
footer .images img {
  width: 200px;
  height: 200px;
}
.copy-right {
  background-color: #f5f3f3;
}
@media (max-width: 767px) {
  footer .images {
    width: 100%;
  }
  footer .images img {
    width: 100%;
  }
}
/********************** End Footer **********************/
