

/*--------------------------*/
.section-category{
  padding: 50px 0;
}
.service-holder{
    position: relative;
     height: 325px; /* ثابت */
}
.service-card{
     background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.05);
    transition: .3s;
    padding: 10px;
      transition: all .3s ease-in-out;
      height: 325px;
}

.service-card2{
     background: #fff;
      border-radius: 0 0 20px 20px;
    overflow: hidden;
    padding: 10px;
      transition: all .3s ease-in-out;
      position: absolute;
      bottom: 0px;
      left: 0;
      right: 0;
      margin: auto;
}


.service-card .service-image{
      height: 181px;
    transform-origin: center;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    transition: all .3s ease-in-out;
}

.service-content{
        padding: 15px 25px 25px 25px;
}

.service-title{
      font-size: 20px;
    font-weight: 700;
    color: #070707;
    display: block;
    margin-bottom: 10px;;
}

.service-text{
    color:#757575;
    font-size:16px;
    
}

.service-card a{
    text-decoration:none;
}
@media (min-width: 992px) {
.service-holder:hover .service-card2 {
    background: #ffffffd4;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.05);
    transition: .3s;
    min-height: 145px;
    padding: 0px;
    transition: all .3s ease-in-out;
        transform: translateY(-10px);
    margin: 0 15px;
}
.service-holder:hover .service-image{
   height: 380px;
}

.service-holder:hover  .service-card {
 
    padding: 0px;
    border-radius: 20px;
    height: 345px;
    
}
}
@media (max-width: 1199px) {
.service-text {
    color: #757575;
    font-size: 14px;
}

}

/*-----------------------------*/


.section2-about{
    min-height: 570px;
position: relative;
background: linear-gradient(90deg, #DAB38D 68.44%, #EAD5BE 100%);
padding: 50px 0;

}




.section2_title
{
  font-size: 28px;
    font-weight: 700;
    color: #070707;
    display: block;
    margin-bottom: 10px;
    border-bottom: 4px solid #070707;
        width: fit-content;
         padding-top: 20px;
}

.about_logos_holder
{
      display: flex;
    gap: 15px;
    align-items: center;
    margin: 30px 0 45px 0;
        flex-wrap: wrap;
}
.about-button
{
  background: #070707;
    color: #fff;
    border-radius: 11px;
    width: 110px;
    display: block;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    font-size: .9rem;
}
.about-text
{
    font-size: 16px;
    color: #070707
}
.about_logos_img
{
      background: #fbf6f1;
    border-radius: 30px;
    padding: 20px;
    width: 120px;
    height: 124px;
}
@media (max-width:1199px){

.about_logos_img{

    width: 100px;
    height: 105px;
    padding: 15px;
}

.about_logos_holder {
   
    justify-content: center;
}

.about-button {
    
    margin: auto;
}

}
@media (max-width: 991px) {
    .about_logos_img {
        width: 76px;
        height: 76px;
        border-radius: 15px;
        padding: 10px;
    }
}

/*------------------------------*/

.section3-properties {
    padding: 70px 0;
 
}


.features-list {
 
    padding: 0;
        margin-bottom: 0;

}

.features-list li {
   padding: 10px 0;
    color: #070707;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 2px solid #DAB38D;
    border-radius: 10px;
    font-weight: 700;
    justify-content: center;
    width: 290px;
    height: 72px;
    margin-bottom: 15px;
}

.features-list li:last-child{
    margin-bottom: 0px;
}

.properties-image {
      border-radius: 26px;
    box-shadow: 0 20px 30px -15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
    height: 424px;
    width: 621px;
    object-fit: cover;
}

.properties-image:hover {
    transform: scale(1.02);
}

.propertes-img{
  width: 48px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.propertes-title{
      min-width: 163px;
}

.section2-properties-column{
  gap: 25px

}

@media only screen and (max-width: 991px) {
.section2-properties-column {
   
    flex-direction: column;
}
.features-list {
  
    width: 100%;
}

.features-list li {
width: auto;
}
.properties-image {

    height: auto;
    width: auto;
}
}
/*----------------------*/

.section_custom{
  position: relative;
}
.special-products-box{
    width: 482px;
height: 88px;
background: linear-gradient(90deg, #FFFFFF 0%, #DAB38D 100%);
    display: flex;
    align-items: center;
    padding-right: 30px;
    white-space: nowrap;
    font-weight: 700;
    font-size: 24px;
border-radius: 0px 31.6318px 31.6318px 0px;
overflow: visible;
position: relative;
}

.special_products_figure{
    margin-bottom: 0;
}
.special-products-box a{
  color: #000;
}



    .special_products_figure img {
       position: relative;
        left: -64px;
        top: -1px;

                height: 246px;
        width: 300px;
    }

    .section4-special-products .swiper-slide-overflow {
        margin: 138px 0;
    }

.product-button-next {
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.section_custom:hover .product-button-next{
    opacity: 1;
    visibility: visible;
}
/*----------------------*/

.section5-image-home{
    position: relative;
    padding-bottom: 50px;
}
.section5-image-top
{
        background: linear-gradient(90deg, #DAB38D 62.54%, #EAD5BE 109.3%);
    height: 325px;
    width: 100%;
    position: absolute;
    z-index: -1;
}

.section5_img_holder img
{
        width: 100%;
    border-radius: 28px;
    margin-top: 139px;
        transition: transform 0.3s ease;
}
.section5_img_holder img:hover
{
    transform: scale(1.02);
}




/*-------------------------*/
.section6-use{
padding-bottom: 70px;
padding-top: 20px;
}
.section6_title
{
        font-size: 28px;
    font-weight: 700;
    color: #070707;
    display: block;
    margin: auto;
    margin-bottom: 25px;
}


.section6_subtitle
{
    color:#757575 ;
    
        font-size: 16px;
    
}
.section6_button
{
    height: 40px;
    display: flex;
    border: 1px solid #DAB38D;
    border-radius: 13px;
    width: 122px;
    color: #DAB38D;
    align-items: center;
    justify-content: center;
    font-size: 14px;
        margin-bottom: 30px;
}

.section6_swipper_img 
{
       height: 181px;
    object-fit: cover;
    border-radius: 25px;
  
}

@media only screen and (min-width: 1400px) {

.section6_swipper_img 
{
 
    width: 250px;
}


}

@media only screen and (max-width: 1199px) {
.section6_swipper_img {
   
    width: 100%;
}

}

.section6_swipper_title{
       color: #070707;
    font-size: 16px;
    display: block;
    font-weight: 600;
    padding: 8px;
}
.section6_swipper_button
{
        width: 93px;
    height: 28px;
    display: flex;
    border: 1px solid #DAB38D;
    background: #DAB38D;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #070707;
    border-radius: 8px;

}



/*-------------------------*/

.section7_title {
 font-size: 28px;
    font-weight: 700;
    color: #070707;
    display: block;
    margin-bottom: 30px;
    border-bottom: 4px solid #DAB38D;
    width: fit-content;
    margin: auto;
    margin-bottom: 35px;
}

.blog-button-next {
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.section_custom:hover .blog-button-next{
    opacity: 1;
    visibility: visible;
}

/*-----------------------------*/

@media only screen and (max-width: 991px) {
.section-category {
    padding: 30px 0;
}
.section3-properties {
    padding: 30px 0;
}


.section7_title ,.news-header,.section2_title,.header__center,.section6_title  {
    font-size: 21px;

}
.special-products-box {
    width: auto;
    height: 215px;
    font-size: 16px;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    border-radius: 31px;
}

.special_products_figure img {
    position: relative;
    left: 0;
    top: -1px;
    height: 146px;
    width: 175px;
}


.section4-special-products .swiper-slide-overflow {
    margin: 20px 0 50px 0;
}
.slider-column-left {
  
    display: flex;
    flex-direction: column;
    align-items: center;
}


.section5-image-top {

    height: 103px;
   
}
.section5_img_holder img {
    width: 100%;
    border-radius: 20px;
    margin-top: 15px;
   
}
.section6-use {
    padding-bottom: 50px;
    padding-top: 0;
}

}
@media only screen and (max-width: 767px) {
.use-button-next
{
display: none!important;
}
}