.tophead  {
    font-size: 15px;
    line-height: 36px;
    color: #fff;
    font-weight: 500;
}
.tophead i {
    font-size: 17px;
    color: #64462d;
    margin-left: 7px;
    background: #f1e4d2;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
}

 .direction {
    direction: rtl;
}

.tophead:hover  {  color: #edcdb3;
 
}

 .social {
    background: #f9d7b4;
    height: 41px;
    width: 41px;
    text-align: center;
    line-height: 41px;
    border-radius: 25%;
    color: #64462d;
}
.social:hover {
    background: #c5a082;
    color: #ffffff;
}

.sociallang {
    height: 41px;
    text-align: center;
    line-height: 41px;
    padding: 0px 10px;
}
.widthimg{width:80px;}

.hero_banner_section .slick-dots {
    justify-content: center;
    display: flex;
    margin-top: 40px;
    direction: rtl;
}
.hero_banner_section .slick-dots .slick-active {
    background: none repeat scroll 0 0 #754c28;
}
 
.hero_banner_section .slick-dots li {
    background: #7e7b7b;
    display: block;
    margin: 0px 5px 0px 5px;
    transition: opacity 200ms ease 0s;
    width: 23px;
    height: 9px;
    border-radius: 5px;
    cursor: pointer;
}

.hero_banner_section .slick-dots li button{display: none;}

.footer_widgets .socil   li {
    margin-left: 18px;
    position: relative;
}

.socialfooter:hover {
    background: #c5a082;
    color: #ffffff;
}

.socialfooter {
    background: #f9d7b4cf;
    height: 42px;
    width: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    color: #64462d;
    font-size: 17px;
}

.footer_menu ul li a::before {
    content: "\f104";
    margin-left: 10px;
    display: inline-block;
    transform: translateY(1px);
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-style: normal;
}
 .icfoot {
    background: #f9d7b4;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    color: #361e14;
}

.footer_widget_list > h3::before {
    position: absolute;
    content: '';
    background: #d5b596;
    height: 2px;
    width: 70px;
    bottom: -11px;
}



/** ourstory-style-three **/

.ourstory-style-three {
    position: relative;
    padding: 60px 0px;
}
.ourstory-style-three #content_block_3 .content-box{
    margin-left: 50px;
  }
   
  .ourstory-style-three #content_block_3 .content-box .sec-title{
    margin-bottom: 32px;
  }
  .sec-title p {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #0e0e0e;
    margin-bottom: 18px;
    font-weight: 600;
}.sec-title h2 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 60px;
    font-weight: 800;
    color: #754c28;
}#content_block_3 .content-box .text {
    position: relative;
    margin-bottom: 28px;
}#image_block_1 .image-box {
    position: relative;
    display: block;
    padding-right: 120px;
}#image_block_1 .image-box .bg-layer {
    position: absolute;
    left: -225px;
    top: -150px;
    width: 935px;
    height: 830px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    opacity: .3;
}#image_block_1 .image-box .image-1 {
    position: relative;
    display: block;
    overflow: hidden;
    box-shadow: 0 30px 40px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    border-bottom-left-radius: 20%;
    border-top-right-radius: 20%;
}
figure {
    margin: 0px;
}#image_block_1 .image-box .image img {
    width: 100%;
    border-radius: 0px;
    border-bottom-left-radius: 20%;
    border-top-right-radius: 20%;
}
.SectionTitle {
    text-align: center;
    position: relative;
    padding: 20px 10px;
    margin-bottom: 50px;
}.SectionTitle::before {
    content: "";
    width: 200px;
    height: 2px;
    background-color: #d69e65;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-animation: sectionAnimation 2s infinite;
    animation: sectionAnimation 2s infinite;
}.SectionTitle::after {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    border: 2px solid #d69e65;
    position: absolute;
    left: 50%;
    bottom: -14px;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}.SectionTitle .title {
    font-weight: bold;
    color: #754c28;
    /* margin-bottom: 20px; */
}@-webkit-keyframes sectionAnimation {
    0% {
      width: 50px;
    }
    50% {
      width: 200px;
    }
    90% {
      width: 100px;
    }
    100% {
      width: 50px;
    }
  }
  .backproduct {
    position: relative;
    
}
  .backproduct:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../img/shapes/shr.png) right top no-repeat;
    opacity: .1;
    z-index: -1;
}
  .backproduct:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../img/shapes/shl.png) left top no-repeat;
    opacity: .1;
    z-index: -1;
}
.backabout {
    position: relative;
    
}
.backabout:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../img/shape.png) right top no-repeat;
    opacity: .1;
    z-index: -1;
}


::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #d69e65;
            box-shadow: inset 0 0 5px #d69e65;
    border-radius: 5px;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #d69e65;
    border-radius: 10px;
  }

.whats:hover {
    background: #d69e65;
    color: #ffffff;
}
.whats {
    position: fixed;
    bottom: 120px;
    right: 20px;
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #28a745;
    /* display: none; */
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    box-shadow: 0 0 0 0 #4CAF50;
    -webkit-animation: pulse 1.5s infinite;
}
@keyframes pulse {
    0% {
        transform: scaleX(1);
    }

    50% {
        transform: scale3d(1.05,1.05,1.05);
        box-shadow: 0 0 0 15px #4caf5078;
    }

    to {
        transform: scaleX(1);
        box-shadow: 0 0 0 0 #4caf5073;
    }
}

.product_section{
    margin: 50px 0px;
}

#image_block_1 .image-box .video-inner {
    position: absolute;
    right: 0px;
    bottom: 65px;
    text-align: center;
    padding: 42px 15px 36px 15px;
    max-width: 210px;
    width: 100%;
    /* box-shadow: 0 20px 30px #d69e65; */
    border-radius: 5px;
}
#image_block_1 .image-box .video-inner {
    /* background: #cf995e00; */
}#image_block_1 .image-box .video-inner a {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 88px;
    font-size: 24px;
    color: #ffffff;
    background: #976b45;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 19px;
}

#image_block_1 .image-box .video-inner a:after, #image_block_1 .image-box .video-inner a:before {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    /* background: #d69e6547; */
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    /* color: #fff; */
}#image_block_1 .image-box .video-inner a:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}@keyframes ripple {
    70% {
      -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
      box-shadow: 0 0 0 40px #754c282e;
    }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
      box-shadow: 0 0 0 40px #d69e6538;
    }
  }


  .testimonial_section{
    padding: 70px 0px;
}

 .imgtest {
    width: 100px;
    border-radius: 50%;
    height: 100px;
    border: 1px solid #d69e65;
    padding: 5px;
    box-shadow: 0 0px 20px #d69e6536;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

.testimonial_wrapper .slick-dots {
    justify-content: center;
    display: flex;
    margin-top: 40px;
    direction: rtl;
}
.testimonial_wrapper .slick-dots .slick-active {
    background: none repeat scroll 0 0 #754c28;
}
 
.testimonial_wrapper .slick-dots li {
    /* background: #7e7b7b; */
    display: block;
    margin: 0px 5px 0px 5px;
    transition: opacity 200ms ease 0s;
    width: 23px;
    height: 9px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #754c28;
}
.testimonial_author {
    display: flex;
    align-items: center;
    justify-content: center; /* توسيط الشرطتين والنص */
    gap: 12px; /* المسافة بين الشرطتين والنص */
}

.line {
    width: 30px; /* طول الشرطتين */
    height: 2px; /* سماكة الشرطتين */
    background-color: #8B5E34; /* لون الشرطتين */
}
.testimonial_wrapper .slick-dots li button{display: none;}

.testimnal {
    position: relative;
    
}
  .testimnal:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../img/testimnalright.png) right top no-repeat;
    opacity: .1;
    z-index: -1;
}
  .testimnal:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../img/testimnalleft.png) left top no-repeat;
    opacity: .1;
    z-index: -1;
}

 .readmore {
    color: #d69e65;
    font-weight: 600;
}
.readmore:hover {
    color: #f9d7b4;
}
.thumb3::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    border: 4px solid #d69e65;
    top: 0;
    right: 0px;
    border-radius: 5px;
    opacity: .6;
}
.thumb3 .img-about2 {
    /* max-width: 300px; */
    transform: translate(0px, 0px);
    border-radius: 10px;
    padding: 30px;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.img-about2 {
    border-radius: 20px;
    box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
    border-radius: 10px;
}
.tp-about-wapper {
    position: relative;
    margin-bottom: 30px;
}
.ourstory-style-three #content_block_3 .content-box1 {
    margin-right: 50px;margin-left: 0px;
}.thumb3 {
    height: 450px;
}

.offcanvas_main_menu li .active{
    color: #d69e65;
}

.sticky .header_top {
    display: none;
}
.socil a svg {
    fill: #64462d !important;
    padding:10px;
}
.socil a svg:hover {
    fill: #fff;
}

.header_account a svg {
    fill: #64462d !important;
    padding: 12px;
}
.header_account a svg:hover {
    fill: #fff;
}
.sideSocial a  {
    width: 36px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #754c28;
    color: #ffffff;
    border-bottom: 1px dashed #ffffff26;
}

.sideSocial a:first-child  {
    border-top-right-radius: 16px;
}

a:hover {
    /* color: #ffc107; */
}

defaultBtn:hover {
    text-decoration: none;
    color: #2f2e7a;
}

.sideSocial a:hover {
    border-radius: 0px 16px 16px 0px;
    width: 48px;
    background: #d69e65;
}

.sideSocial a:last-child  {
    border-bottom-right-radius: 16px;
} .sideSocial {
    position: fixed;
    left: 0px;
    top: 50%;
    z-index: 9999;
    transform: translateY(-50%);
    flex-direction: column;
    justify-content: start;
    direction: ltr;
}.googpemap {
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 18%);
    background: #754c2885;
    padding: 10px 10px 2px;
    border: 2px solid #754c2885;
    border-radius: 10px;
}
.single-contact-block {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}
.single-contact-block i {
    display: inline-block;
    font-size: 30px;
    border-radius: 5px;
    /* margin-left: 20px; */
    height: 80px;
    width: 80px;
    line-height: 80px;
    background: #754c28;
    text-align: center;
    color: #ffffff;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}
.single-contact-block i::after {
    position: absolute;
    right: -10%;
    bottom: -10%;
    height: 100%;
    width: 100%;
    content: "";
    background: #754c28;
    z-index: -1;
    border-radius: 5px;
    opacity: 0.3;
}
.single-contact-block .media-body {
    margin-right: 20px;
}
.single-contact-block h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #d69e65;
    margin: 9px 0;
}.single-contact-block p {
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 0;
    color: #754c28;
}
.single-contact-block p a:hover {
    color: #d69e65;
}
.single-contact-block:last-child { 
    border-bottom: 0px solid #ebebeb;
}
 .prodpage {
    width: 100%;
    gap: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
 .prodpageimg1 {
    aspect-ratio: 1;
    border: 24px solid #eeedec;
    border-radius: 50%;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.prodpageimg1 img{ 
   width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
 .vendor {
    padding: 10px 5px;
}
.vendor h4 {
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #725c48;
}
.iconvend {
    text-align: center;
    width: 25px;
    color: #c37321;
    font-size: 15px;
}
@media only screen and (max-width: 768px) {
    
    .thumb3 {
        height: 300px;
    }
    .ourstory-style-three #content_block_3 .content-box1 {
        margin-right: 0px;
        
    }
    .testimnal:after {
       display: none;
    }

    #image_block_1 .image-box .image-2, #image_block_1 .image-box .bg-layer {
        display: none;
    }
    #image_block_1 .image-box {
        padding-right: 0px;
        max-width: 450px;
        margin: 0 auto;
    }
    .ourstory-style-three #content_block_3 .content-box {
        margin-left: 0px;
       
    }
    .ourstory-style-three #image_block_1 .image-box {
        margin-left: 0px;
        margin-bottom: 40px;
    }
    .ourstory-style-three {
        padding: 30px 0px;
    }
    .testimonial_section{
        padding: 30px 0px;
    }
    .product_section{
        margin: 30px 0px;
    }
     .flex-direction {
        flex-direction: column-reverse;
    }
    .ourstory-style-three #content_block_3 .content-box .sec-title {
        margin-bottom: 17px;
    }#content_block_3 .content-box .text {
        margin-bottom: 11px;
    }.sec-title p {
       margin-bottom: 5px;
    }
    .sec-title h2 {
         font-size: 32px;
    }
    .product_content {
        padding: 8px 8px 12px;
    }
    .product_content h4 {
        font-size: 19px;
        margin-bottom: 0px;
    }
    .price_box span {
        font-size: 18px;   
    }
    #image_block_1 .image-box .video-inner {
        bottom: 0px;
    }
    .backproduct:after{display: none;}
}