/**
* Template Name: Ninestars - v4.8.0
* Template URL: https://bootstrapmade.com/ninestars-free-bootstrap-3-theme-for-creative/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  color: #212529;
}

a {
  color: #070144;
  text-decoration: none;
}

a:hover {
  color: #070144;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
  font-family: 'Ahmed';

}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #C89E64;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #ee7843;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
/* @media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
} */


/* end of nav  */
/* end of nav  */
/* end of nav  */
/* end of nav  */

.image-upload>input {
  display: none;
}

.chat-img-upload-l {
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-radius: 1px 25px 25px 25px;
}
.chat-img-upload-r {
  width: 100%;
  height: 100%;
  border: 1px solid #eee;
  border-radius: 25px 1px 25px 25px;
}
.chat-img-upload {
  width: 100%;
  height: 100%;
  margin-top: 5px;
  /* border-radius: 25px 1px 25px 25px; */
}
.me-8  .me-6 {
  margin-right: 6rem!important;
  text-align: left;
}
.ms-8 .ms-6 {
  margin-left: 6rem!important;
  text-align: right;
}

@media (min-width: 1200px) {
.chat {
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  height: 708px;
}
[dir="rtl"] .me-8 {
  margin-right: 10rem!important;
  text-align: left;
}
[dir="rtl"] .ms-8 {
  margin-left: 10rem!important;
  text-align: right;
}
}
@media (min-width: 992px) {
.chat {
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  height: 708px;
}

.me-8 {
  margin-right: 18rem!important;
  text-align: left;
}
.ms-8 {
  margin-left: 18rem!important;
  text-align: right;
}
}
@media (min-width: 768px){
.chat {
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  height: 708px;
}
.me-8 {
  margin-right: 18rem!important;
  text-align: left;
}
.ms-8 {
  margin-left: 18rem!important;
  text-align: right;
}
}
@media (max-width: 400px){
.chat {
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  height: 410px;
}
.me-8 {
  margin-right: 13rem!important;
  text-align: left;
}
.ms-8 {
  margin-left: 13rem!important;
  text-align: right;
}


}


/* Button used to open the chat form - fixed at the bottom of the page */
.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 280px;
}

/* The popup chat - hidden by default */
.chat-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  z-index: 9;
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 79px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo-nav h1 {
  font-size: 30px;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0px;
}

#header .logo-nav h1 a,
#header .logo-nav h1 a:hover {
  color: #7a6960;
  text-decoration: none;
}

#header .logo-nav img {
  padding: 0;
  margin: 0;
  max-height: 166px;

}

#main {
  margin-top: 72px;
}

.btn-sign-in {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 7px;
  transition: 0.5s;
  color: #fff;
  background: #070144;
}
.btn-sign-now {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0px;
  display: inline-block;
  padding: 7px 28px;
  border-radius: 7px;
  transition: 0.5s;
  color: #070144;
  border: 2px solid #070144;
  background-color: white;

}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 82vh;
  border-bottom: 2px solid #fcebe3;
  margin: 72px 0 -72px 0;
  background: url("../img/hero-bg.jpeg") round ;
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h2 {
  color: #fff;
  margin: 15px 0 0 0;
  font-size: 24px;
}

#hero .btn-get-started {
  font-weight: 500;
  font-size: 21px;
  letter-spacing: 0px;
  display: inline-block;
  padding: 12px 70px;
  border-radius: 12px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #070144;
}

.arrow-down {
  width: 36px;
  height: 30px;
  margin: 1% 50% 0 0;
}

#hero .btn-get-started:hover {
  background: #070144;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  #hero {
    height: calc(100vh - 72px);
  }

  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}

@media (max-height: 600px) {
  #hero {
    height: 120vh;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero2 {
  width: 100%;
  height: 82vh;
  border-bottom: 2px solid #fcebe3;
  margin: 72px 0 -72px 0;
  background: url("../img/Group\ 1412.png") round ;
}

#hero2 h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero2 h2 {
  color: #fff;
  margin: 15px 0 0 0;
  font-size: 24px;
}

#hero2 .btn-get-started {
  font-weight: 500;
  font-size: 21px;
  letter-spacing: 0px;
  display: inline-block;
  padding: 12px 70px;
  border-radius: 12px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #070144;
}

#hero2 .btn-get-started:hover {
  background: #070144;
}

#hero2 .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  #hero2 {
    height: calc(100vh - 72px);
  }

  #hero2 .animated {
    -webkit-animation: none;
    animation: none;
  }

  #hero2 .hero2-img {
    text-align: center;
  }

  #hero2 .hero2-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero2 h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero2 h2 {
    font-size: 18px;
    line-height: 24px;
  }

  #hero2 .hero2-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero2 .hero2-img img {
    width: 80%;
  }
}

@media (max-height: 600px) {
  #hero2 {
    height: 120vh;
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #fef8f5;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 0;
  line-height: 1px;
  margin-bottom: 15px;
  color: #c2b7b1;
}
.title {
  font-size: 16px;
  color: #FFFFFF;
}

.section-title p {
  padding-bottom: 24px;
  margin-top: 60px;
  position: relative;
  font-size: 42px;
  font-weight: 600;
  color: #000000;
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #fef5f1;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about h3 {
    font-weight: 500;
    font-size: 45px;
    color: #000000;
}


.about h4 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 5px;
  color: #000000;
}

.about i {
  font-size: 48px;
  margin-top: 15px;
  color: #f39e7a;
}

.about p {
  font-size: 25px;
  color: #000000;
}

.about-comma-up {
  width: 34px;
}

.about-comma-down {
  width: 34px;
  margin: -8% 67% 0 0;
}

@media (max-width: 991px) {
  .about .about-img img {
    max-width: 70%;
  }
}

@media (max-width: 767px) {
  .about .about-img img {
    max-width: 90%;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
#services {
  background: url("../img/Group\ 1414.png") round ;

}

.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin: 0 0 40px 0;
  /* background: #fff; */
  /* box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%); */
  transition: all 0.3s ease-in-out;
  border-radius: 1px;
  text-align: center;
  width: 245px;
}
#services .one {
  border: 3px solid #F8D04C;
  
}
#services .two {
  border: 3px solid #7CCA6A;
}
#services .three {
  border: 3px solid #C864BE;
}
#services .four {
  border: 3px solid #ADD5E6;
}
#services .five {
  border: 3px solid #DEDFE1;
}
#services .six {
  border: 3px solid #F58F8F;
}
.services .icon i {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 15px;
  color: #ef7f4d;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}


.slide-img-one {
  width: 100px;
  height: 100px;
  background: #F8D04C;
  border-radius: 50%;
  margin: -38px 0 0 -173px;
  top: -40px;
  position: relative;
  padding: 30px 2px 0 0;

}
.slide-img-two {
  width: 100px;
  height: 100px;
  background: #7CCA6A;
  border-radius: 50%;
  margin: -38px 0 0 -178px;
  top: -40px;
  position: relative;
  padding: 30px 2px 0 0;

}


.slide-img-three {
  width: 100px;
  height: 100px;
  background: #C864BE;
  border-radius: 50%;
  margin: -38px 0 0 -175px;
  top: -40px;
  position: relative;
  padding: 30px 2px 0 0;

}


.slide-img-four {
  width: 100px;
  height: 100px;
  background: #ADD5E6;
  border-radius: 50%;
  margin: -38px 0 0 -175px;
  top: -40px;
  position: relative;
  padding: 30px 2px 0 0;

}



.slide-img-five {
  width: 100px;
  height: 100px;
  background: #DEDFE1;
  border-radius: 50%;
  margin: -38px 0 0 -175px;
  top: -40px;
  position: relative;
  padding: 30px 2px 0 0;

}


.slide-img-six {
  width: 100px;
  height: 100px;
  background: #F58F8F;
  border-radius: 50%;
  margin: -38px 0 0 -175px;
  top: -40px;
  position: relative;
  padding: 30px 2px 0 0;
}

.img-icon {
  width: 39px;
  height: 47px;
  margin: -5px 28px -1px -3px;
}

.dot {
  height: 110px;
  width: 110px;
  background-color: #070144;
  border-radius: 50%;
  display: inline-block;
  padding: 25px 39px 0 0;
  position: relative;
}

.assets {
  justify-content: center;
  row-gap: 60px;
  /* padding: 6% 11% 0 0; */
  margin: 42px 188px 0 -21px;
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
#orders {
  background-color: #FFFFFF;
  color: #FFFFFF;
}

.orders .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin: 0 0 40px 0;
  transition: all 0.3s ease-in-out;
  border-radius: 1px;
  text-align: center;
  width: 500px;
}
 #orders .one {
  background-color: #82DADD;
  border-radius: 7px;
}

#orders .two {
 background-color: #E6CB71;
 border-radius: 7px;
}
#orders .three {
 background-color: #C2C0D5;
 border-radius: 7px;
}
#orders .four {
 background-color: #FAC1C1;
 border-radius: 7px;
}
#orders .five {
 background-color: #C9DC88;
 border-radius: 7px;
}
#orders .six {
 background-color: #ADD5E6;
 border-radius: 7px;
}
#orders .seven {
 background-color: #B2A9E5;
 border-radius: 7px;
}
#orders .eight {
 background-color: #CBB18E;
 border-radius: 7px;
}
#orders .nine {
 background-color: #7A8F98;
 border-radius: 7px;
}

#orders .ten {
    background-color: #AF7373;
    border-radius: 7px;
    width: 900px;
    height: 128px;
    text-align: center;
    padding-top: 48px;
}
#orders .eleven {
  background-color: #A2101085;
  border-radius: 7px;
 }
 #orders .twelve {
  background-color: #852608A8;
  border-radius: 7px;
 }
 #orders .thirteen {
  background-color: #00648F87;
  border-radius: 7px;
 }
.orders .icon i {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 15px;
  color: #ef7f4d;
}

.orders .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 27px;
  color: #070144;
  text-align: center;
}

.orders .title a {
  color: #111;
}

.orders .description {
  font-size: 34px;
  line-height: 45px;
  margin-bottom: 0;
  font-weight: 900;
}

.dot {
  height: 110px;
  width: 110px;
  background-color: #070144;
  border-radius: 50%;
  display: inline-block;
  padding: 25px 39px 0 0;
  position: relative;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #212529;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #eb5d1e;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio-img{
 margin-right: 33%;
}
.portfolio .icon{
  width: 28px;
}
.portfolio .con{
  width: 202px;
}
.portfolio .icon-group {
  padding: 58px 0 21px 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  z-index: 1;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(122, 105, 96, 0.6);
  position: absolute;
  left: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
}

.portfolio .portfolio-wrap img {
  transition: 0.3s;
  position: relative;
  z-index: 1;
}

.portfolio .portfolio-wrap .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  top: calc(50% - 32px);
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #eb5d1e;
  margin: 0 4px;
  line-height: 0;
  background-color: #fff;
  padding-top: 6px;
  padding-right: 1px;
  border-radius: 50px;
  text-align: center;
  width: 32px;
  height: 32px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a i {
  line-height: 0;
  font-size: 20px;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: #eb5d1e;
  color: #fff;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}

.portfolio .portfolio-wrap:hover::before {
  left: 0;
}

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  top: calc(50% - 16px);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #eb5d1e;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #eb5d1e;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(122, 105, 96, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}

#faq {
  background-color: #070144;
}



.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #eae7e5;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list .question {
  display: block;
  position: relative;
  /* font-family: #eb5d1e; */
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  font-weight: 600;
  padding-left: 25px;
  cursor: pointer;
  color: #c54811;
  transition: 0.3s;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list .collapsed {
  color: #343a40;
}

.faq .faq-list .collapsed:hover {
  color: #eb5d1e;
}

.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}
/* end  */





/* <!-- Product Details starts --> */
.app-ecommerce-details {
  width: 91%;
  padding: 0 0 0 150px;

}

.card {
  margin-bottom: 2rem;
  /* box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%); */
  /* -webkit-transition: all 0.3s ease-in-out, background 0s, color 0s, border-color 0s; */
  transition: all 0.3s ease-in-out, color 0s, border-color 0s;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.5rem 1.5rem;
}

.app-ecommerce-details .product-img {
  width: 340px;
  border-radius: 20px;

}

.product-title{
  font-weight: 900;
  text-align: right;

}

.product-list {
  font-size: 18px;
  font-weight: 600;
  text-align: right;
}

.card-text {
  color: #707070;
  font-size: 19px;
  text-align: right;
}
.add-to-cart {
  background-color: #C89E64;
  color: #FFFFFF;
  border: none;
  width: 380px;
  height: 55px;
  border-radius: 10px;

}

.bag {
  background-color: #C89E64;
  color: #FFFFFF;
  border: none;
  width: 52px;
  height: 55px;
  border-radius: 10px;
  margin-right: 26px;

}
.bag-img {
  width: 30px;
  height: 32px;
}

#app-ecommerce-details .card {
  border: none;
  background-color: #F2F2F5;
  box-shadow: none;
}
/*  */

/* ecommerce-products */

.grid-view {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 0rem;
  overflow: hidden;
  padding-top: 0.5rem;
  min-height: 15.85rem;
  /* align-items: center; */
}

.card-img-top {
  border-top-right-radius: 0.428rem;
  border-top-left-radius: 0.428rem;
}

.card-img-top, .card-img-bottom {
  width: 96%;
  padding-top: 5px;
  border-radius: 10px;
}

.ecommerce-card {
  width: 95%;
}

.ecommerce-application .grid-view .ecommerce-card .item-wrapper {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  align-items: baseline;
}

.order-now {
  background-color: #C89E64;
  color: #FFFFFF;
  border: none;
  width: 118px;
  height: 35px;
  border-radius: 5px;
}

.img-heart {
  width: 26px;
  height: 26px;
}
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}

.team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #343a40;
  position: relative;
  overflow: hidden;
}

.team .member .member-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

.team .member .member-info-content {
  position: absolute;
  left: 50px;
  right: 0;
  bottom: 0;
  transition: bottom 0.4s;
}

.team .member .member-info-content h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

.team .member .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.team .member .social {
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  width: 50px;
  transition: left ease-in-out 0.3s;
  background: rgba(78, 64, 57, 0.6);
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  display: block;
  color: #fff;
  margin-top: 15px;
}

.team .member .social a:hover {
  color: #eb5d1e;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member:hover .member-info {
  background: linear-gradient(0deg, rgba(78, 64, 57, 0.95) 0%, rgba(78, 64, 57, 0.95) 15%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
  transition: 0.4s;
}

.team .member:hover .member-info-content {
  bottom: 30px;
  transition: bottom 0.4s;
}

.team .member:hover .social {
  left: 0;
  transition: left ease-in-out 0.3s;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .clients-slider .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
}

.clients .clients-slider .swiper-slide img:hover {
  opacity: 1;
}

.clients .clients-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #eb5d1e;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #eb5d1e;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #eb5d1e;
  border-bottom: 3px solid #eb5d1e;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .info i {
  font-size: 20px;
  color: #eb5d1e;
  float: left;
  width: 44px;
  height: 44px;
  background: #fdf1ec;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #7a6960;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #ab9d95;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #eb5d1e;
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #eb5d1e;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #eb5d1e;
  border-bottom: 3px solid #eb5d1e;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #eb5d1e;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #ef7f4d;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  padding: 0 0 30px 0;
  color: #212529;
  /* font-size: 14px; */
  background: #fef8f5;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #fef8f5;
  text-align: center;
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #4e4039;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 4px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #eb5d1e;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #c54811;
}

#footer .footer-top {
  /* padding: 60px 0 30px 0; */
  background: #070144;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  color: #ffffff;
}

.footer-logo {
  width: 46%;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #212529;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
  padding-top: 71px;
}
#footer .footer-top .footer-links p {
  font-size: 16px;
  color: #ffffff;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #f39e7a;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #ffffff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #eb5d1e;
}

#footer .footer-top .social-links a {
  font-size: 20px;
  display: inline-block;
  background: #ffffff;
  color: #070144;
  line-height: 1;
  padding: 6px 5px;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 31px;
  height: 31px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #ef7f4d;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  text-align: center;
  /* float: left; */
  padding-top: 22px;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #212529;
}

#footer .credits a {
  color: #eb5d1e;
}

@media (max-width: 575px) {

  #footer .copyright,
  #footer .credits {
    float: none;
    -moz-text-align-last: center;
    text-align-last: center;
    padding: 3px 0;
  }
}
#orders .five .description {
  background-color: #C9DC88;
  border-radius: 7px;
  font-size: 24px;
}

.card-product-img {
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 18px 18px 0px 0px;
  padding: 10px;
}


@media (min-width: 1200px) {
.container {
    max-width: 1400px;
}
}
@media (max-width: 1200px) {
.assets {
  margin: 42px 28px 0 -178px;}

}

@media (max-width: 900px){
.assets {
    margin: 42px 128px 0 -175px;
}}

.active-heart {
  color: red;
}
[dir="rtl"] .groupinput {
  padding-left: 4%;
  padding-right: 0%;

}
[dir="rtl"] .groupinput {
  padding-right: 4%;
  padding-left: 0%;
}

@media (max-width: 700px) {
  .groupinput{
    padding-left: 0px;
  }
}

#header-carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn-get-started {
  font-weight: 500;
  font-size: 21px;
  letter-spacing: 0px;
  display: inline-block;
  padding: 12px 63px;
  border-radius: 12px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #070144;
}

#header-carousel {
  top: 73px;
}

.rounded-3 {
  font-size: 17px !important;
  font-weight: 300 !important;
} 
@media(max-width:820px){
.top {
  padding-top: 80px;
}
}

@media (max-width: 1368px) {
  .portfolio .con{
    width: 190px;
  }
  }
@media (max-width: 1300px) {
  .portfolio .con{
    width: 181px;
  }
  }
@media (max-width: 1260px) {
  .portfolio .con{
    width: 170px;
  }
  }
@media (max-width: 1200px) {
  .portfolio .con{
    width: 114px;
  }
  .portfolio .icon-group {
    width: 35px;
}
  }
  

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}


/* end of nav  */
/* end of nav  */
/* end of nav  */
/* end of nav  */

.image-upload>input {
  display: none;
}

.chat-img-upload-l {
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-radius: 1px 25px 25px 25px;
}
.chat-img-upload-r {
  width: 100%;
  height: 100%;
  border: 1px solid #eee;
  border-radius: 25px 1px 25px 25px;
}
.chat-img-upload {
  width: 100%;
  height: 100%;
  margin-top: 5px;
  /* border-radius: 25px 1px 25px 25px; */
}
.me-8  .me-6 {
  margin-right: 6rem!important;
  text-align: left;
}
.ms-8 .ms-6 {
  margin-left: 6rem!important;
  text-align: right;
}

@media (min-width: 1200px) {
.chat {
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  height: 708px;
}
[dir="rtl"] .me-8 {
  margin-right: 10rem!important;
  text-align: left;
}
[dir="rtl"] .ms-8 {
  margin-left: 10rem!important;
  text-align: right;
}
}
@media (min-width: 992px) {
.chat {
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  height: 708px;
}

.me-8 {
  margin-right: 18rem!important;
  text-align: left;
}
.ms-8 {
  margin-left: 18rem!important;
  text-align: right;
}
}
@media (min-width: 768px){
.chat {
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  height: 708px;
}
.me-8 {
  margin-right: 18rem!important;
  text-align: left;
}
.ms-8 {
  margin-left: 18rem!important;
  text-align: right;
}
}
/* @media (max-width: 400px){
.chat {
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  height: 410px;
}
.me-8 {
  margin-right: 13rem!important;
  text-align: left;
}
.ms-8 {
  margin-left: 13rem!important;
  text-align: right;
}


} */


/* Button used to open the chat form - fixed at the bottom of the page */
.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 280px;
}

/* The popup chat - hidden by default */
.chat-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  z-index: 9;
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/**
* Template Name: Ninestars - v4.8.0
* Template URL: https://bootstrapmade.com/ninestars-free-bootstrap-3-theme-for-creative/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  color: #212529;
}

a {
  color: #070144;
  text-decoration: none;
}

a:hover {
  color: #070144;
  text-decoration: none;
}



/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #C89E64;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #ee7843;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
/* @media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
} */


/* end of nav  */
/* end of nav  */
/* end of nav  */
/* end of nav  */

.image-upload>input {
  display: none;
}

.chat-img-upload-l {
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-radius: 1px 25px 25px 25px;
}
.chat-img-upload-r {
  width: 100%;
  height: 100%;
  border: 1px solid #eee;
  border-radius: 25px 1px 25px 25px;
}
.chat-img-upload {
  width: 100%;
  height: 100%;
  margin-top: 5px;
  /* border-radius: 25px 1px 25px 25px; */
}
.me-8  .me-6 {
  margin-right: 6rem!important;
  text-align: left;
}
.ms-8 .ms-6 {
  margin-left: 6rem!important;
  text-align: right;
}

@media (min-width: 1200px) {
.chat {
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  height: 708px;
}
[dir="rtl"] .me-8 {
  margin-right: 10rem!important;
  text-align: left;
}
[dir="rtl"] .ms-8 {
  margin-left: 10rem!important;
  text-align: right;
}
}
@media (min-width: 992px) {
.chat {
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  height: 708px;
}

.me-8 {
  margin-right: 18rem!important;
  text-align: left;
}
.ms-8 {
  margin-left: 18rem!important;
  text-align: right;
}
}
@media (min-width: 768px){
.chat {
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  height: 708px;
}
.me-8 {
  margin-right: 18rem!important;
  text-align: left;
}
.ms-8 {
  margin-left: 18rem!important;
  text-align: right;
}
}
@media (max-width: 400px){
.chat {
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  height: 410px;
}
.me-8 {
  margin-right: 13rem!important;
  text-align: left;
}
.ms-8 {
  margin-left: 13rem!important;
  text-align: right;
}


}


/* Button used to open the chat form - fixed at the bottom of the page */
.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 280px;
}

/* The popup chat - hidden by default */
.chat-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  z-index: 9;
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 79px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #7a6960;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 166px;

}

#main {
  margin-top: 72px;
}



.btn-sign-in {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 7px;
  transition: 0.5s;
  color: #fff;
  background: #070144;
}
.btn-sign-now {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0px;
  display: inline-block;
  padding: 7px 28px;
  border-radius: 7px;
  transition: 0.5s;
  color: #070144;
  border: 2px solid #070144;
  background-color: white;

}

.btn-language {
  display: inline-block;
  white-space: nowrap;
  font-size: 16px;
}

.fa-paper-plane {
  font-size: 18px;
}
.fa-paperclip {
  font-size: 18px;

}

/* form-control */

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 82vh;
  border-bottom: 2px solid #fcebe3;
  margin: 72px 0 -72px 0;
  background: url("../img/hero-bg.jpeg") round ;
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h2 {
  color: #fff;
  margin: 15px 0 0 0;
  font-size: 24px;
}

#hero .btn-get-started {
  font-weight: 500;
  font-size: 21px;
  letter-spacing: 0px;
  display: inline-block;
  padding: 12px 70px;
  border-radius: 12px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #070144;
}

.arrow-down {
  width: 36px;
  height: 30px;
  margin: 1% 50% 0 0;
}

#hero .btn-get-started:hover {
  background: #070144;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  #hero {
    height: calc(100vh - 72px);
  }

  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}

@media (max-height: 600px) {
  #hero {
    height: 120vh;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero2 {
  width: 100%;
  height: 82vh;
  border-bottom: 2px solid #fcebe3;
  margin: 72px 0 -72px 0;
  background: url("../img/Group\ 1412.png") round ;
}

#hero2 h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero2 h2 {
  color: #fff;
  margin: 15px 0 0 0;
  font-size: 24px;
}

#hero2 .btn-get-started {
  font-weight: 500;
  font-size: 21px;
  letter-spacing: 0px;
  display: inline-block;
  padding: 12px 70px;
  border-radius: 12px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #070144;
}

#hero2 .btn-get-started:hover {
  background: #070144;
}

#hero2 .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  #hero2 {
    height: calc(100vh - 72px);
  }

  #hero2 .animated {
    -webkit-animation: none;
    animation: none;
  }

  #hero2 .hero2-img {
    text-align: center;
  }

  #hero2 .hero2-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero2 h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero2 h2 {
    font-size: 18px;
    line-height: 24px;
  }

  #hero2 .hero2-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero2 .hero2-img img {
    width: 80%;
  }
}

@media (max-height: 600px) {
  #hero2 {
    height: 120vh;
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #fef8f5;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 0;
  line-height: 1px;
  margin-bottom: 15px;
  color: #c2b7b1;
}
.title {
  font-size: 16px;
  color: #FFFFFF;
}

.section-title p {
  padding-bottom: 24px;
  margin-top: 60px;
  position: relative;
  font-size: 42px;
  font-weight: 600;
  color: #000000;
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #fef5f1;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about h3 {
    font-weight: 500;
    font-size: 45px;
    color: #000000;
}


.about h4 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 5px;
  color: #000000;
}

.about i {
  font-size: 48px;
  margin-top: 15px;
  color: #f39e7a;
}

.about p {
  font-size: 25px;
  color: #000000;
}

.about-comma-up {
  width: 34px;
}

.about-comma-down {
  width: 34px;
  margin: -8% 67% 0 0;
}

@media (max-width: 991px) {
  .about .about-img img {
    max-width: 70%;
  }
}

@media (max-width: 767px) {
  .about .about-img img {
    max-width: 90%;
  }
  .about h3 {
    font-weight: 500;
    font-size: 33px;
    color: #000000;
}
.services .title a {
  color: #111;
  font-size: 20px;
}
.section-title p {
  padding-bottom: 24px;
  margin-top: 60px;
  position: relative;
  font-size: 42px;
  font-weight: 500;
  color: #000000;
}

}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
#services {
  background: url("../img/Group\ 1414.png") round ;

}

.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin: 0 0 40px 0;
  /* background: #fff; */
  /* box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%); */
  transition: all 0.3s ease-in-out;
  border-radius: 1px;
  text-align: center;
  width: 245px;
}
#services .one {
  border: 3px solid #F8D04C;
  
}
#services .two {
  border: 3px solid #7CCA6A;
}
#services .three {
  border: 3px solid #C864BE;
}
#services .four {
  border: 3px solid #ADD5E6;
}
#services .five {
  border: 3px solid #DEDFE1;
}
#services .six {
  border: 3px solid #F58F8F;
}
.services .icon i {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 15px;
  color: #ef7f4d;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}


.slide-img-one {
  width: 100px;
  height: 100px;
  background: #F8D04C;
  border-radius: 50%;
  margin: -38px 0 0 -173px;
  top: -40px;
  position: relative;
  padding: 30px 2px 0 0;

}
.slide-img-two {
  width: 100px;
  height: 100px;
  background: #7CCA6A;
  border-radius: 50%;
  margin: -38px 0 0 -178px;
  top: -40px;
  position: relative;
  padding: 30px 2px 0 0;

}


.slide-img-three {
  width: 100px;
  height: 100px;
  background: #C864BE;
  border-radius: 50%;
  margin: -38px 0 0 -175px;
  top: -40px;
  position: relative;
  padding: 30px 2px 0 0;

}


.slide-img-four {
  width: 100px;
  height: 100px;
  background: #ADD5E6;
  border-radius: 50%;
  margin: -38px 0 0 -175px;
  top: -40px;
  position: relative;
  padding: 30px 2px 0 0;

}



.slide-img-five {
  width: 100px;
  height: 100px;
  background: #DEDFE1;
  border-radius: 50%;
  margin: -38px 0 0 -175px;
  top: -40px;
  position: relative;
  padding: 30px 2px 0 0;

}


.slide-img-six {
  width: 100px;
  height: 100px;
  background: #F58F8F;
  border-radius: 50%;
  margin: -38px 0 0 -175px;
  top: -40px;
  position: relative;
  padding: 30px 2px 0 0;
}

.img-icon {
  width: 39px;
  height: 38px;
}

.dot {
  height: 110px;
  width: 110px;
  background-color: #070144;
  border-radius: 50%;
  display: inline-block;
  padding: 25px 39px 0 0;
  position: relative;
}

.assets {
  justify-content: center;
  row-gap: 60px;
  /* padding: 6% 11% 0 0; */
  margin: 42px 188px 0 -21px;
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
#orders {
  background-color: #FFFFFF;
  color: #FFFFFF;
}

.orders .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin: 0 0 40px 0;
  transition: all 0.3s ease-in-out;
  border-radius: 1px;
  text-align: center;
  width: 500px;
}
 #orders .one {
  background-color: #82DADD;
  border-radius: 7px;
}

#orders .two {
 background-color: #E6CB71;
 border-radius: 7px;
}
#orders .three {
 background-color: #C2C0D5;
 border-radius: 7px;
}
#orders .four {
 background-color: #FAC1C1;
 border-radius: 7px;
}
#orders .five {
 background-color: #C9DC88;
 border-radius: 7px;
}
#orders .six {
 background-color: #ADD5E6;
 border-radius: 7px;
}
#orders .seven {
 background-color: #B2A9E5;
 border-radius: 7px;
}
#orders .eight {
 background-color: #CBB18E;
 border-radius: 7px;
}
#orders .nine {
 background-color: #7A8F98;
 border-radius: 7px;
}

#orders .ten {
    background-color: #AF7373;
    border-radius: 7px;
    width: 900px;
    height: 128px;
    text-align: center;
    padding-top: 48px;
}
#orders .eleven {
  background-color: #A2101085;
  border-radius: 7px;
 }
 #orders .twelve {
  background-color: #852608A8;
  border-radius: 7px;
 }
 #orders .thirteen {
  background-color: #00648F87;
  border-radius: 7px;
 }
.orders .icon i {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 15px;
  color: #ef7f4d;
}

.orders .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 27px;
  color: #070144;
  text-align: center;
}

.orders .title a {
  color: #111;
}

.orders .description {
  font-size: 34px;
  line-height: 45px;
  margin-bottom: 0;
  font-weight: 900;
}

.dot {
  height: 110px;
  width: 110px;
  background-color: #070144;
  border-radius: 50%;
  display: inline-block;
  padding: 25px 39px 0 0;
  position: relative;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #212529;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #eb5d1e;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio-img{
 margin-right: 33%;
}
.portfolio .icon{
  width: 28px;
}
.portfolio .con{
  width: 202px;
}
.portfolio .icon-group {
  padding: 58px 0 21px 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  z-index: 1;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(122, 105, 96, 0.6);
  position: absolute;
  left: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
}

.portfolio .portfolio-wrap img {
  transition: 0.3s;
  position: relative;
  z-index: 1;
}

.portfolio .portfolio-wrap .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  top: calc(50% - 32px);
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #eb5d1e;
  margin: 0 4px;
  line-height: 0;
  background-color: #fff;
  padding-top: 6px;
  padding-right: 1px;
  border-radius: 50px;
  text-align: center;
  width: 32px;
  height: 32px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a i {
  line-height: 0;
  font-size: 20px;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: #eb5d1e;
  color: #fff;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}

.portfolio .portfolio-wrap:hover::before {
  left: 0;
}

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  top: calc(50% - 16px);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #eb5d1e;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #eb5d1e;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(122, 105, 96, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}

#faq {
  background-color: #070144;
}



.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #eae7e5;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list .question {
  display: block;
  position: relative;
  /* font-family: #eb5d1e; */
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  font-weight: 600;
  padding-left: 25px;
  cursor: pointer;
  color: #c54811;
  transition: 0.3s;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list .collapsed {
  color: #343a40;
}

.faq .faq-list .collapsed:hover {
  color: #eb5d1e;
}

.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}
/* end  */





/* <!-- Product Details starts --> */
.app-ecommerce-details {
  width: 91%;
  padding: 0 0 0 150px;

}

.card {
  margin-bottom: 2rem;
  /* box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%); */
  /* -webkit-transition: all 0.3s ease-in-out, background 0s, color 0s, border-color 0s; */
  transition: all 0.3s ease-in-out, color 0s, border-color 0s;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.5rem 1.5rem;
}

.app-ecommerce-details .product-img {
  width: 340px;
  border-radius: 20px;

}

.product-title{
  font-weight: 900;
  text-align: right;

}

.product-list {
  font-size: 18px;
  font-weight: 600;
  text-align: right;
}

.card-text {
  color: #707070;
  font-size: 19px;
  text-align: right;
}
.add-to-cart {
  background-color: #C89E64;
  color: #FFFFFF;
  border: none;
  width: 380px;
  height: 55px;
  border-radius: 10px;

}

.bag {
  background-color: #C89E64;
  color: #FFFFFF;
  border: none;
  width: 52px;
  height: 55px;
  border-radius: 10px;
  margin-right: 26px;

}
.bag-img {
  width: 30px;
  height: 32px;
}

#app-ecommerce-details .card {
  border: none;
  background-color: #F2F2F5;
  box-shadow: none;
}
/*  */

/* ecommerce-products */

.grid-view {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 0rem;
  overflow: hidden;
  padding-top: 0.5rem;
  min-height: 15.85rem;
  /* align-items: center; */
}

.card-img-top {
  border-top-right-radius: 0.428rem;
  border-top-left-radius: 0.428rem;
}

.card-img-top, .card-img-bottom {
  width: 96%;
  padding-top: 5px;
  border-radius: 10px;
}

.ecommerce-card {
  width: 95%;
}

.ecommerce-application .grid-view .ecommerce-card .item-wrapper {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  align-items: baseline;
}

.order-now {
  background-color: #C89E64;
  color: #FFFFFF;
  border: none;
  width: 118px;
  height: 35px;
  border-radius: 5px;
}

.img-heart {
  width: 26px;
  height: 26px;
}
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}

.team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #343a40;
  position: relative;
  overflow: hidden;
}

.team .member .member-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

.team .member .member-info-content {
  position: absolute;
  left: 50px;
  right: 0;
  bottom: 0;
  transition: bottom 0.4s;
}

.team .member .member-info-content h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

.team .member .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.team .member .social {
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  width: 50px;
  transition: left ease-in-out 0.3s;
  background: rgba(78, 64, 57, 0.6);
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  display: block;
  color: #fff;
  margin-top: 15px;
}

.team .member .social a:hover {
  color: #eb5d1e;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member:hover .member-info {
  background: linear-gradient(0deg, rgba(78, 64, 57, 0.95) 0%, rgba(78, 64, 57, 0.95) 15%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
  transition: 0.4s;
}

.team .member:hover .member-info-content {
  bottom: 30px;
  transition: bottom 0.4s;
}

.team .member:hover .social {
  left: 0;
  transition: left ease-in-out 0.3s;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .clients-slider .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
}

.clients .clients-slider .swiper-slide img:hover {
  opacity: 1;
}

.clients .clients-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #eb5d1e;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #eb5d1e;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #eb5d1e;
  border-bottom: 3px solid #eb5d1e;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .info i {
  font-size: 20px;
  color: #eb5d1e;
  float: left;
  width: 44px;
  height: 44px;
  background: #fdf1ec;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #7a6960;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #ab9d95;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #eb5d1e;
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #eb5d1e;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #eb5d1e;
  border-bottom: 3px solid #eb5d1e;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #eb5d1e;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #ef7f4d;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  padding: 0 0 30px 0;
  color: #212529;
  /* font-size: 14px; */
  background: #fef8f5;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #fef8f5;
  text-align: center;
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #4e4039;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 4px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #eb5d1e;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #c54811;
}

#footer .footer-top {
  /* padding: 60px 0 30px 0; */
  background: #070144;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  color: #ffffff;
}

.footer-logo {
  width: 46%;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #212529;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
  padding-top: 71px;
}
#footer .footer-top .footer-links p {
  font-size: 16px;
  color: #ffffff;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #f39e7a;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #ffffff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #eb5d1e;
}

#footer .footer-top .social-links a {
  font-size: 20px;
  display: inline-block;
  background: #ffffff;
  color: #070144;
  line-height: 1;
  padding: 6px 5px;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 31px;
  height: 31px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #ef7f4d;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  text-align: center;
  /* float: left; */
  padding-top: 22px;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #212529;
}

#footer .credits a {
  color: #eb5d1e;
}

@media (max-width: 575px) {

  #footer .copyright,
  #footer .credits {
    float: none;
    -moz-text-align-last: center;
    text-align-last: center;
    padding: 3px 0;
  }
}

.card-product-img {
  width: 100%;
  height: 275px;
  text-align: center;
  border-radius: 5px 5px 0px 0px;
}

.copyright {
  margin-top: 11px;
}
@media (min-width: 1200px) {
.container {
    max-width: 1400px;
}
}
@media (max-width: 1200px) {
.assets {
  margin: 42px 28px 0 -178px;}

}

@media (max-width: 900px){
.assets {
    margin: 42px 128px 0 -175px;
}}

.active-heart {
  color: red;
}

.groupinput {
  padding-left: 4%;
}

@media (max-width: 700px) {
  .groupinput{
    padding-left: 0px;
  }
}

#header-carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn-get-started {
  font-weight: 500;
  font-size: 21px;
  letter-spacing: 0px;
  display: inline-block;
  padding: 12px 63px;
  border-radius: 12px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #070144;
}

#header-carousel {
  top: 73px;
}

.rounded-3 {
  font-size: 17px !important;
  font-weight: 300 !important;
} 
@media(max-width:820px){
.top {
  padding-top: 80px;
}
}

@media (max-width: 1368px) {
  .portfolio .con{
    width: 190px;
  }
  }
@media (max-width: 1300px) {
  .portfolio .con{
    width: 181px;
  }
  }
@media (max-width: 1260px) {
  .portfolio .con{
    width: 170px;
  }
  }
@media (max-width: 1200px) {
  .portfolio .con{
    width: 114px;
  }
  .portfolio .icon-group {
    width: 35px;
}
  }
  

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#nav {
  height: 79px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #070144;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  display: flex;
}

#nav .logo-nav h1 {
  font-size: 30px;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0px;
}

#nav .logo-nav h1 a,
#nav .logo-nav h1 a:hover {
  color: #7a6960;
  text-decoration: none;
}

#nav .logo-nav img {
  padding: 0;
  margin: 0;
  max-height: 166px;

}

#main {
  margin-top: 72px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  /* display: flex; */
  list-style: none;
  align-items: center;
  gap: 20px;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  color: #070144;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
color: #C89E64;
}

.navbar .getstarted,
.navbar .getstarted:focus {
background: #070144;
color: #fff;
padding: 10px 25px;
margin-left: 30px;
border-radius: 50px;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
color: #fff;
background: #070144;
}

.text-inf {
  color: #C89E64;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #070144;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

.btn-sign-in {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 7px;
  transition: 0.5s;
  color: #fff;
  background: #070144;
}
.btn-order {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0px;
  display: inline-block;
  border-radius: 7px;
  transition: 0.5s;
  color: #fff !important;
  border: none;
  background: #C89E64;
  width: 100%;
  height: 42px;
  text-align: center;
  padding: 9px;
}
.btn-order:hover {
  color: #070144 !important;
  border: none;
  background: #C89E64;
}
.btn-control {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 7px;
  transition: 0.5s;
  color: #fff !important;
  background: #070144;
  border: none;
  white-space: nowrap !important;
}
.btn-control:hover {
  color: #C89E64 !important;
  background: #070144;
  white-space: nowrap !important;
}
.bell-btn1 {
background-color: white;
width: 40px;
border: none;
}
 .bi-bell {
 color: rgb(255, 255, 255);
 font-size: 24px;
 }
 .bi-heart {
 color: rgb(255, 255, 255);
 font-size: 24px;
 padding-top: 7px;
 }
 .bi-cart2 {
 color: rgb(255, 255, 255);
 font-size: 24px;
 }
 .bi-chat {
  color: rgb(255, 255, 255);
  font-size: 24px;
  }
.bi-search {
  position: absolute;
  margin: 1px 18px 00 -1px;
  font-size: 11px;
}
.bi-arrow-left {
  font-size: 14px;
}
.cart-btn {
  font-size: 11px !important;
}
.heart-btn {
  font-size: 11px !important;
}

.text-black{
  color: #000;
}
 .bg{

  background-color: #070144;
 }
.vl {
  border-left: 2px solid #E4E4E4;
  height: 55px;
}
.btn-sign-now {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 7px;
  transition: 0.5s;
  color: #070144;
  border: 2px solid #070144;
  background-color: white;
}


.remove { 
  border: none;
  background-color: #fff;

}


.btn-check-out {
  width: 100px;
  height: 40px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0px;
  display: inline-block;
  border-radius: 7px;
  transition: 0.5s;
  color: #fff;
  border: none;
  background: #C89E64;
  margin-left: 100px;
  margin-bottom: 10px;
}
.end {
  position: sticky;
  bottom: 0;
}
.btn-see-more {
  float: left;
  width: 100px;
  height: 40px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0px;
  display: inline-block;
  border-radius: 7px;
  transition: 0.5s;
  color: black;
  border: none;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: -56px;
}
.bi-x-square {
  font-size: 21px;
  color: red;
}
.nav-button {
  display: flex;
  align-items: center;
  gap: 9px; 
}
.nav-icons {

  display: flex;
  width: 131px;
  gap: 28px;
  flex-wrap: nowrap;

}
.avatar {
  font-size: 12px;
  font-weight:bold
}
.round {
  width: 20px;
   height:20px;
   border-radius:50%
}

.user-code {
  font-size: 12px;
   font-weight:bold;
   color: rgb(255, 255, 255);
   /* display: inline-block; */
   white-space: nowrap;
}

/* form-control */

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}

.form-control {
  display: block;
  /* width: 286px; */
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #ededed;
  background-clip: padding-box;
  border: 0px solid #ced4da;
  /* -webkit-appearance: none; */
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  height: 42px;
}



@media only screen and (max-width: 1400px) {
  /* .form-control {
    width: 260px;
  } */




  .btn-order {
    width: 105px;
    height: 42px;
}

#nav .logo-nav img {
  padding: 0;
  margin: 0;
  max-height: 115px;
}

.btn-control {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0px;
  display: inline-block;
  padding: 8px 5px;
  border-radius: 7px;
  transition: 0.5s;
  color: #fff;
  background: #070144;
  border: none;
  white-space: nowrap;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  gap: 4px;
}

.btn-language {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0px;
  display: inline-block;
  padding: 0;
  color: #000000;
  white-space: nowrap;
  /* margin-right: 100%; */
}
}
/* site-navigation */

#site-navigation {
  background-color: #070144;
  overflow: unset;
  height: 63px; 
  direction: rtl;

}

.site-navigation {
  color: white;
  text-align: right;
  padding: 8px 34px 0 0;
  }

/* end of site-navigation */


.fav1 {
    background-color: #f7f7f7;
    /* width: 40px; */
    color: #c89e64;
    border: none;
    font-size: 36px;
    margin-top: 16px;
}




.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
  background-color: #17A2B8;
  }
  .dropdown-menu{
  top: 60px;
  right: 0px;
  left: unset;
  width: 460px;
  box-shadow: 0px 5px 7px -1px #c1c1c1;
  padding-bottom: 0px;
  padding: 0px;
  position: absolute !important;
  inset: 0px auto auto -206px !important;
  margin: 0px ;
  transform: translate3d(0px, 60px, 0px);
  height: 345px;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: justify;
  border-radius: 9px 9px 9px 9px;
  }
  .dropdown-menu:before{
  content: "";
  position: absolute;
  top: -20px;
  right: 50%;
  border:10px solid #343A40;
  border-color: transparent transparent #343A40 transparent;
  }
  .head{
  padding:5px 15px;
  border-radius: 3px 3px 0px 0px;
  align-self: center;
  }
  .footer{
  padding:5px 15px;
  border-radius: 0px 0px 3px 3px;
  }
  .notification-box{
  padding: 10px 0px;
  }
  .bg-gray{
  background-color: #eee;
  }
  @media (max-width: 640px) {
  .dropdown-menu{
  top: 50px;
  left: -16px;
  width: 220px;
  }
  .dropdown-menu {
    top: 60px;
    right: 0px;
    left: unset;
    width: 220px;
    box-shadow: 0px 5px 7px -1px #c1c1c1;
    padding-bottom: 0px;
    padding: 0px;
    position: absolute !important;
    inset: 0px auto auto -93px !important;
    margin: 0px;
    transform: translate3d(0px, 60px, 0px);
    height: 350px;
    overflow-y: auto;
    overflow-x: hidden; }
  .nav{
  display: block;
  }
  .nav .nav-item,.nav .nav-item a{
  padding-left: 0px;
  }
  .message{
  font-size: 13px;
  }
  }

  @media (max-width: 901px) {
    .dropdown-menu{
    top: 50px;
    left: -16px;
    width: 220px;
    }
    .dropdown-menu {
      top: 60px;
      right: 0px;
      left: unset;
      width: 220px;
      box-shadow: 0px 5px 7px -1px #c1c1c1;
      padding-bottom: 0px;
      padding: 0px;
      position: absolute !important;
      inset: 0px auto auto -93px !important;
      margin: 0px;
      transform: translate3d(0px, 60px, 0px);
      height: 350px;
      overflow-y: auto;
      overflow-x: hidden; }
    }


#nav svg {
height: 1.5rem;
width: 1.5rem;
font-size: 1.5rem;
color: #6E6B7B;
}

#nav .badge.badge-up {
right: -10px;
}

.badge.badge-up {
position: absolute;
top: -3px;
min-width: 1.429rem;
min-height: 1.429rem;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
font-size: 0.786rem;
line-height: 0.786;
padding-right: 0.25rem;
padding-left: 0.25rem;
}
.rounded-pill {
border-radius: 50rem !important;
}

@media (min-width: 300px) {
.navbar-expand-md .navbar-nav .dropdown-menu {
  position: absolute;
  margin-right: -216px;
}}
.language {
  margin-right: -84px !important;
  width: 155px !important;
  inset: 0px auto auto -50px !important;
  height: 92px  !important;
  }
  .language2 {
  margin-right:-56px !important;
  width: 250px !important;
  inset: 0px auto auto -75px !important;
  height: 142px  !important;
  
}

.btn_profile {
padding: 0;
margin: 3px -9px -15px 0;
border: none;
color: rgb(255, 255, 255);
}

.btn_profile:hover {
padding: 0;
margin: 3px -9px -15px 0;
border: none;
color: rgb(255, 255, 255);

}

@media (min-width: 1400px) {
.btn-order {
  width: 150px;
  height: 42px;
}
.logo-nav{
  width: 150px;
  border: none;
  margin: 0 -72px 0 50px;
}
[dir="ltr"].logo-nav {
    width: 150px;
    border: none;
    margin: 0 50px 0 -72px;
}
}
@media (max-width: 1200px) {
.btn-order {
  width: 120px;
  height: 42px;
}
.logo-nav{
  width: 130px;
  border: none;

}
.form-control.search {
  width: 223px;
}

.bi-bell {
color: rgb(255, 255, 255);
font-size: 23px;
}
.bi-heart {
color: rgb(255, 255, 255);
font-size: 23px;
}
.bi-cart2 {
color: rgb(255, 255, 255);
font-size: 23px;
}
.bi-chat {
 color: rgb(255, 255, 255);
 font-size: 23px;
 }
 .badge.badge-up {
  position: absolute;
  top: -1px;
  right: -12px;
 }
}
.navbar-container {
  margin: 18px;
  gap: 38px;
  padding-top: 15px;
}

@media (max-width: 1281px) {
  .logo-nav {
    color: #fff;
    position: fixed;
    margin: -20px -112px;
    margin: 0px -9px;
    font-weight: 700;
    width: 111px;
    height: 100px;
    border: none;
}
.nav-button {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 131px;
}
.navbar-container {
  margin: -82px;
  gap: 38px;
  padding-top: 15px;
}
}
@media (max-width: 1241px) {
.navbar-container {
  margin: -82px;
  gap: 28px;
  padding-top: 15px;
}
}

@media (max-width: 1200px) {
  .navbar-container {
    margin: -43px;
    gap: 21px;
    padding-top: 22px;
}
.nav-button {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 55px;
}
.logo-nav{
  color: #fff;
  position: fixed;
  margin: -20px -112px;
  margin: -7px -92px 0 0;
  font-weight: 700;
  width: 111px;
  height: 100px;
  border: none;
}
[dir="rtl"].logo-nav{
  color: #fff;
  position: fixed;
  margin: -20px -112px;
  margin: -7px -92px 0 0;
  font-weight: 700;
  width: 111px;
  height: 100px;
  border: none;
}
[dir="ltr"].logo-nav{
  color: #fff;
  position: fixed;
  margin: -20px -112px;
  font-weight: 700;
  width: 111px;
  height: 100px;
  border: none;
  margin: -10px 0 0 -73px;
}
}


@media(min-width:900px) {
.hidden-computer {
    display: none  !important;
} 

}
@media(max-width:901px) {

.hidden-mobile {
display: none !important;
}
.nav-button {
display: contents;
 text-align: center;
}
.form-control.search {
  width: 99%;
  margin-bottom: 34px;
}

.search-form {
text-align: -webkit-center;
/* margin-left: 34%; */
padding: 12px;
/* width: 3%; */

}
.form-inline.my-2.my-md-0 {
  place-content: center;
}
.btn-order {
  width: 120px;
  height: 32px;
  margin-right: 33%;
  margin-left: 30%;
}
.logo-nav{
width: auto;
border: none;

}

.bi-bell {
color: rgb(0, 0, 0);
font-size: 24px;
}
.bi-heart {
color: rgb(0, 0, 0);
font-size: 24px;
}
.bi-cart2 {
color: rgb(0, 0, 0);
font-size: 24px;
}
.bi-chat {
 color: rgb(0, 0, 0);
 font-size: 24px;
 }
 .user-code {
  font-size: 10px;
  font-weight: bold;
  color: rgb(0, 0, 0);
  margin: 0;
}
.btn_profile {
  padding: 0;
  margin: -4px -24px 0 0;
  border: none;
  color: rgb(0, 0, 0);
  width: 76px;
}

.btn_profile:hover {
  padding: 0;
  margin: -4px -24px 0 0;
  border: none;
  color: rgb(0, 0, 0);

}
.btn-language {
  color: #ffffff;
}

.langu {
  margin-left: 203px;

}

.new-nav {
  width: 100%;
  height: 0px;
  color: #6E6B7B;
}

.navbar ul {
margin: 0;
padding: 0;
display: flex;
list-style: none;
align-items: center;
gap: 20px;
}
.navbar .dropdown:hover>ul {
opacity: 1;
top: 100%;
visibility: visible;
}

.navbar .dropdown .dropdown ul {
top: 0;
left: calc(100% - 30px);
visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
opacity: 1;
top: 0;
left: 100%;
visibility: visible;
}
.navbar-container {
  margin: -68px;
  gap: 18%;
  padding-top: 164px;
  background: #fff;
  width: -webkit-fill-available;
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}

.logo-nav{
  position: fixed;
  top: 0;
  left: -50px;
  margin: -34px 45px;
  border: none;


}
.navbar {
  padding: 0;
  z-index: 999;
}
.mobile-lang {
  padding-top: 9px !important;
  place-content: center;
  background: none  !important ;
}


}


@media(max-width:640px) { 

.navbar-container {
  margin: -39px;
  gap: 17%;
  padding-top: 148px;
  background: #fff;
  width: -webkit-fill-available;
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}
}
.foot-tap.d-flex.justify-content-between {
  overflow: auto;
}
@media(max-width:565px) { 

.navbar-container {
  margin: -14px;
  gap: 14%;
  padding-top: 153px;
  background: #fff;
  width: -webkit-fill-available;
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}
.section-product .div-details h3 {
  font-size: 20px;
}
.section-product .div-details h5 {
  font-size: 17px;
}
.section-product .div-details h5 span {
  font-size: 17px;
}
.section-product .div-details div span {
  font-size: 17px;
}


}

@media(max-width:400px) { 
.search-form {
  text-align: -webkit-center;
  /* margin-left: 14%;
  width: 3%; */

}
.navbar-container {
  margin: -6px;
  gap: 12.7%;
  padding-top: 148px;
  background: #fff;
  width: -webkit-fill-available;
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}
.dropdown-menu {
  top: 60px;
  right: 0px;
  left: unset;
  width: 195px;
  box-shadow: 0px 5px 7px -1px #c1c1c1;
  padding-bottom: 0px;
  padding: 0px;
  position: absolute !important;
  inset: 0px auto auto -119px !important;
  margin: 0px;
  transform: translate3d(0px, 60px, 0px);
  height: 283px;
  overflow-y: auto;
  overflow-x: hidden;

}
.btn-get-started {
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0px;
  display: inline-block;
  padding: 8px 35px;
  border-radius: 12px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #070144;
}

}
@media(max-width:356px) { 
  .navbar-container {
    margin: -2px;
    gap: 11.7%;
    padding-top: 148px;
    background: #fff;
    width: -webkit-fill-available;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}
.sec-slider-btn.my-3 a {
  font-size: 17px;
}
.section-product .div-details h3 {
  font-size: 20px;
}
.section-product .div-details h5 {
  font-size: 17px;
}
.section-product .div-details h5 span {
  font-size: 17px;
}
.section-product .div-details div span {
  font-size: 17px;
}
}
@media(max-width:350px) { 
  .navbar-container {
    margin: -6px;
    gap: 11.7%;
    padding-top: 148px;
    background: #fff;
    width: -webkit-fill-available;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
  }
}
@media(max-width:330px) { 
  .navbar-container {
    margin: -3px;
    gap: 10.7%;
    padding-top: 148px;
    background: #fff;
    width: -webkit-fill-available;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}
}

/*  sidebar */
.sidebar {
  height: 52%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: #070144;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 70px;
}

.sidebar a {
  padding: 0px 0 13px 9px;
  ;
  text-decoration: none;
  font-size: 16px;
  color: black;
  display: block;
  transition: 0.3s;
  font-weight: 700;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: white;
}

.openbtn {
  font-size: 30px;
  cursor: pointer;
  color: #FFFFFF;
  /* padding: 10px 15px; */
  border: none;
  background: none;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: #dcdcdc;
}

.navdropdown {
  background-color: #fdfdfd;
  border: none;
  padding: 1px 0 12px 7px;
  font-size: 16px;
  font-weight: 700;

}


/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}


.openbtn:hover {
  background-color: #444;
}

.set {
  display: contents;
}

.notifi-select {
  margin: 1px 39px 0px 0px;
}
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px dashed;
border-top: 4px solid\9;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.nu {
  font-size: 34px !important;
}
@media (max-width: 901px) {
.language {
  margin-right: 0 !important;
  width: 159px !important;
  inset: -9px auto auto -66px !important;
  height: 103px !important;
  }
  .bi-search {
    position: absolute;
    margin: -63px 18px 00 -1px;
    font-size: 12px;
}
  .nu {
    font-size: 17px !important;
}
  .language2 {
    margin-right: 0 !important;
    width: 148px !important;
    inset: 0px auto auto -13px !important;
    height: 126px !important;
    white-space: nowrap;
}
.mobile-nav {
  padding-top: 79px !important;
}
.sidebar a {
  padding: 0px 0 25px 8px;
  text-decoration: none;
  font-size: 16px;
  color: black;
  display: block;
  transition: 0.3s;
  font-weight: 700;
}
#orders .ten {
  background-color: #af7373;
  border-radius: 7px;
  width: 320px;
  height: 128px;
  text-align: center;
  padding-top: 48px;
}
.sidebar.hidden-computer .nav-button .btn-order {
  margin-bottom: 27px;
}

}
.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    font-family: 'Ahmed';
    font-size: 15px;
}
.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em;
    width: 73px;
    height: 59px;
}
.pagination {
place-content: center;
margin-right: 0!important;
}
.div-details h5  {
  height: 45px;

}
.div-details div span  {
  height: 67px;

}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 50%;
}

.pagination li {
  color: black;
  padding: 4px 4px;
}

.page-item.active {
  background-color: #070144;
  color: white;
  border-radius: 50%;
}
.page-link {
  color: #c89e64;
}

.page-item:hover:not(.active) {
  background-color: #ddd;
  border-radius: 5px;
}
.btn-status {
  width: 220px;
  height: 38px;
}

.td-img-2 {
  white-space: nowrap;
}
body{
  font-family: 'Ahmed';
}

@font-face {
  font-family: Ahmed;
  src: url(COCON®-NEXT-ARABIC-LIGHT_1.OTF);
}
.Ahmed{
  font-family: Ahmed;
}
@font-face {
  font-family: Ahmed2;
  src: url(COCON®-NEXT-ARABIC-REGULAR.OTF);
}

@font-face {
  font-family: Ahmed3;
  src: url(COCON®-NEXT-ARABIC-BOLD.OTF);
}
@media(max-width:901px) {
  .portfolio .con {
    width: 151px;
    transform: rotate(-76deg);
    margin-top: -32px;
}
}
