@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
:root{
 --main-color: rgb(65, 88, 208);
  --colir-top: #1e73be;
 --color-bottom:  #1e73be;
 --webkit-padding: 10px;
  --webkit-margin: 10px;
}
*{
      padding: 0;
      margin: 0;
      font-family: "Cairo", sans-serif;
      box-sizing: border-box;
      line-height: 1.9;
      user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
   -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-text-size-adjust: 100%;
}
body{
    background-image: url(../../layout/images/pexels-alexander-isreb-880417-1797428.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
 }
  section{  
  width: 100%;
  height: auto;
  padding: 30px 10px;
  justify-content: center;
  text-align: center;
 }
 /* Start  Map and location  logo */
 .content-logo-location{
   position: fixed;
   top: 0px;
   left: 0;
   width: 100%;
  background-color:#1a252f;
  display: flex;
  justify-content: space-around;
  padding: 6px 0px ;
  z-index: 1000;
 }
  .content-logo-location div {
    padding: 6px 20px;
    justify-content: center;
    text-align: center;
  }
  .content-logo-location .logo-image,
 .content-logo-location  .text-call
  {
    border-left: 3px solid gray;
  }
  .content-logo-location img{
    width: 100px;
    height: 100px;
    border-radius:5px;
  }
    .content-logo-location h3{
      color: white;
      font-size: larger;
      font-weight: bold;
    }
       .content-logo-location h3 a{
       font-size: larger;
       font-weight: bold;
       }
    /* start  header*/
   header{
   box-shadow: 0 2px 10px rgba(0,0,0,0.2);
   width: 100%;
   height: 180px;
   position: fixed;
   top: 120px;
   right: 0;
   left: 0;
   z-index: 1000;
  background-color:  rgb(65, 88, 208);
  }
 /* start Advertisement bar */
   .customer-service-bar {
            color: white;
            padding: 12px 0;
            font-family: Arial, sans-serif;
        }
        
        .service-content {
            display: inline-block;
            white-space: nowrap;
            animation: moveText 25s linear infinite;
            padding-right: 100%;
        }
        
        .service-item {
            display: inline-block;
            margin-left: 60px;
            font-size: 18px;
        }
        
        .service-item strong {
            color: #f7d417;
            font-weight: bold;
        }
        
        @keyframes moveText {
            0% { transform: translateX(0); }
            100% { transform: translateX(100%); }
        }
  /* End Advertisement bar */

/*Start nav */
 nav{
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 20px;
 }
   .nav_logo a{
    text-decoration: none;
   }
  .nav_logo a img{
        width: 80px;
        height: 80px;
        border-radius: 50px;
        border: 3px solid whitesmoke;
    }
 .menu_icon{
      display: none;
      color: white;
      font-size: 24px;
      cursor: pointer;
      transition: all 0.2s ease;
  }

  .nav_light,
  .nav_logo,
  .nav_left{
    align-items: center;
  }
  .nav_right ul,
  .nav_left ul {
     display: flex;
  }
  .nav_right ul li,
  .nav_left ul li {
     list-style: none; 
     padding: var(--webkit-padding);
    }
   .nav_right ul li a,
   .nav_left ul li a {
    text-decoration: none;
    font-size: 16px;
    padding: 10px ; 
    color: white;
    position: relative;
    transition: all 0.3s ease;
    display: inline-block;
    cursor: pointer;
 
    }
  .nav_right ul li a span,
   .nav_left ul li a  span{
     padding:5px;
   }
   .nav_right ul li a::after,
   .nav_left ul li a::after {
         content: '';
         position: absolute;
         bottom: 0;
         left: 50%;  
         width: 0;    
         height: 4px;
         background: #3498db; 
         transition: all 0.3s ease;
         transform: translateX(-50%); 
    }
   .nav_right ul li a:hover::after,
   .nav_left ul li a:hover::after {
       width: 80%;
       border-radius: 10px;
   }
    .nav_right ul li a:hover,
    .nav_left ul li a:hover{
         color: black;
     }
   
    /************** start menu main***************/
   .menu_services{
     position: fixed;
     z-index: 1;
    padding-top: 300px;
     width: 100%;
     justify-content: left;
     text-align: left;
     padding-left: 240px; 
     direction: ltr;
   }
   .content_menu_services{
     justify-content: right;
     text-align: right;
     width: 100%;
     max-width: 170px;
     border-bottom-right-radius: 10px;
     border-bottom-left-radius: 10px;
     background: var(--main-color);
     display: none;
    border-top: 5px solid var(--colir-top);
   }
    .content_menu_services ul{
       padding:var(--webkit-padding);
      }
     .content_menu_services ul li{
        list-style: none;
        padding: var(--webkit-padding);
      }
     .content_menu_services ul li a{
        text-decoration: none;
        color: white;
      }
      .content_menu_services ul li a:hover{
         color:black;
     }
      .content_menu_services ul li a span{
       font-size: 1.5rem;
        font-weight: bold;
        border-radius: 50px;
        padding: 3px; 
      }
      .menu_services.show {
         display: block;
        }
     /*----------------- Mobile Menu ---------------------------- */
      .Big_menu{
         width: 100%;
        padding-top: 300px;
      }
     .mobile_menu{
        position: fixed;
        z-index: 1000;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        background-color: var(--main-color);
        width: 100%;
        height: auto;
        right: 0;
        display: none;
     }
     .mobile_menu ul{
        padding: 10px;
     }
    .mobile_menu ul li{
        padding: 10px;
        list-style: none;
     }
    .mobile_menu ul li a{
      text-decoration: none;
      font-size: larger;
      font-weight: 300;
      color: whitesmoke;
     }
     .mobile_menu.show {
         display: block;
     }
     /* end */

     /**************************** start image_rebet display photo in up **************************************************/
   .slide-imge-upweb{
    justify-content: center;
    text-align: center;
  }
  .slideshow-container1{
    min-width: 100px;
    justify-content: center;
    text-align: center;
  }
  .mySlides1 img{
    width: 100%;
    max-width:1000px ;
    height: 680px;
    border-radius: 5px;

  }
  .dotes{
    text-align:center;
  }
  .dot1{
    width: 3px;
    height: 3px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.6s ease;
  }
  .active{
    background-color: var(--main-color);
    width: 20px;
    height: 5px;
    border-radius: 50px;  
  }
/************************************************ end image_rebet***********************************/
/************************************************ start About_us ***************************************/

       /* one*/
       .About_us{
       background-image: url(../../layout/images/1\ \(2\).jpg);
       background-attachment: fixed;
       background-position: center;
       background-repeat: no-repeat;
       background-size: cover;
        width: 1200px;
        height:1000px;
        border-radius: 2px;
       }
    .About_us .content_About_us{
        padding-top: 50px;
        border-radius: 10px;
        justify-content: center;
        text-align: center;
        line-height: 1.9em;
       }
          .content_About_us h1 {
          font-size: 90px;
          font-weight: 900;
          color: black;
          text-transform: uppercase;
      
        }
        .content_About_us p{
          font-size: 20px;
          font-weight: 900;
          text-transform: uppercase;
          color: white;
          color:black;
        }
          .content_About_us img{
           width: 100px;
           height: 100px;
           border-radius: 50px;
          }

      .content_About_us h1 span{
        color:gold;
          
        }
        .content_About_us h2 span{
           font-size: 40px;
          font-weight: 900;
             color: gold;
        }
       .content_About_us h4{
           font-size: 40px;
           font-weight: 900;
            color: whitesmoke;
        }
        .content_About_us h4 span{
          color:var(--main-color);
        }
      .content_About_us a{
       text-decoration: none;
       border: 1px solid gold;
       border-radius: 5px;
       font-size: 20px;
       font-weight: 900;
       width: 150px;
       height: auto;
       color:gold;
       background-color: black;
       padding: var(--webkit-padding); 
       transition: all 1s; 
       transform: scale(1.1);
       display: inline-block; 
      }

   .content_About_us a:hover {
    background-color:gold; 
    color: black;
    transition: all 1s ease;
    transform: scale(1.3); 
    }

/***************************************************************** end About_us****************************************/
   /********************************************************* start servisces ***************************************/
         .haire_servises h1{
            color:gold;
            font-size: 70px;
            font-weight: 900;
         }
       
   
        .flip-card {
            background-color: transparent;
            width: 750px;
            height: 400px;
            perspective: 1000px;
            margin: 10px;
            cursor: pointer;
        }

        .flip-card-inner {
            position: relative;
            width: 100%;
            height: 100%;
            text-align: center;
            transition: transform 0.8s;
            transform-style: preserve-3d;
        }

        .flip-card:hover .flip-card-inner {
            transform: rotateY(180deg);
        }

        .flip-card-front, .flip-card-back {
            position: absolute;
            width: 100%;
            height: 100%;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }

        .flip-card-front {
            background-color: #f1f1f1;
            color: black;
            align-items: center;
            justify-content: center;
        }
         .flip-card-front h1{
          font-size: 50px;
          font-weight: 900;
          border-bottom: 4px solid  #3498db ;
          border-radius: 5px;
          background-color: cornsilk;
          color:gold;
         }
        .flip-card-front h3{
         font-size: 30px;
         font-weight: 900;
         padding-top: 10px;
         }
        .flip-card-back {
            background-color: #555;
            color: white;
            transform: rotateY(180deg);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .flip-card-back img {
            width: 750px;
            height: 400px;
            border-radius: 10px;
        }
        /*************************************** End servisces *********************************/
    /***************************************************** start content us ********************************************************/
         .haire_content_us{
        justify-content: center;
        text-align: center;
      }
     .haire_content_us h1{
         color:gold;
            font-size: 70px;
            font-weight: 900;
     }
      .content_us{
        display: flex;
        justify-content: center;
        text-align: center;
        width: 100%;
        max-width: 1000px;
        padding: var(--webkit-padding);
      }
      .content_us_text{
         padding: 20px;
         width: 100%;
         max-width: 500px;
        height: 400px;
         background-color:  var(--main-color) ;
         transform: skewX(-12deg);
         border-top-right-radius: 5px;
         border-bottom-right-radius: 5px;
      }
     .content_us  .content_us_text h1{
           color:white;
           font-size: larger;
         }
         
         .content_us  .content_us_text img{
         width: 100px;
         height: 100px;
         border-radius: 50px;
         border: 3px solid whitesmoke;
         }
          .content_us  .content_us_text  a{
            text-decoration: none;
              font-size:30px;
              color:gold;
             }

       .content_us  .content_us_text .arrow-container{
          color: #3498db;
          font-size: 2rem;
          display: inline-block;
         }
      .content_us_phone{
        padding: 20px;
          width: 100%;
          max-width: 500px;
          height: 400px;
          background-color: gray;
           transform: skewX(-12deg);
          border-top-left-radius: 5px;
          border-bottom-left-radius: 5px;
        }
        .content_us_phone h1{
            color:white;
           font-size: 1.6rem;
           font-weight: 900;
        }
       .content_us_phone h1 span{
           color: gold;
           padding: var(--webkit-padding);
        }
/********************************************* end content us ****************************************************/
     /* start opinions*/
         .haire_opinions{
        justify-content: center;
        text-align: center;
      }
      .haire_opinions h1{
          color:gold;
            font-size: 70px;
            font-weight: 900;
      }
        .slider-wrapper {
      width: 100%;
      max-width: 900px;
      height: 200px;
      margin: 50px auto;
      overflow: hidden;
      position: relative;
    }

    .slider-track {
      display: flex;
      gap: 20px;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      padding: 10px 0;
    }

    .card {
      flex: 0 0 auto;
      min-width: 280px;
      max-width: 280px;
      height: 170px;
      background-color: var(--main-color);
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      padding: 15px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      transition: transform 0.3s;
    }

    .card:hover {
      transform: scale(1.03);
    }

    .comment-header {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .avatar {
      width: 45px;
      height: 45px;
      border-radius: 50%;
      object-fit: cover;
      border: 2px solid #d1b58c;
    }

    .comment-info {
      display: flex;
      flex-direction: column;
    }

    .comment-info .name {
      font-weight: bold;
      font-size: 15px;
    }

    .comment-info .date {
      font-size: 13px;
      color: gray;
    }

    .comment-text {
      font-size: 14px;
      line-height: 1.5;
      color: whitesmoke;
    }
    /* end opinions*/
    /* start qutions? */
    .haire_qutions{
      justify-content: center;
      text-align: center;
    }
     .haire_qutions h1{
        color:gold;
        font-size: 70px;
        font-weight: 900;
     }
    .contanire_qutions{
     width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    justify-content: space-evenly;
    padding-top: var(--webkit-padding);
}
  .qutions1{
    width: 100%;
    max-width: 450px;
   }
  .qutions2{
    width: 100%;
    max-width: 450px;
   }
.accordion {
 background-color:var(--main-color);
  color: whitesmoke;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  height: 70px;
  border: none;
  text-align: right;
  outline: none;
  font-size: 20px;
  transition: 0.4s;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.accordion:after {
  content: '\002B';
  color: black;
  font-weight: bold;
  font-size: 20px;
  float: left;
  background-color: darkgoldenrod;
  border-radius:5px;
  width:40px;
  height:40px;
 text-align: center;
 justify-content: center;

}

.qutions:after {
  content: "\2212";
}
.panel {
color: whitesmoke;
background-color:var(--main-color);
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
 font-size: 20px;
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

    /* end qutions?*/
/*************************start footer*******************************/
  footer{
  bottom:  0;
  right: 0;
  left: 0;
  background-color:var(--main-color) ;
  padding-top: 70px;
  }
  .content_footer{
    display: flex;
    justify-content: space-evenly;
    text-align: center;
  }
  .links_service,
  .links_footer,
  .google_maps,
  .logo_footer{
    padding: var(--webkit-padding);
  }
    .logo_footer {
     justify-content: center;
     text-align: center;
    }
    .logo_footer a{
     text-decoration: none;
     }
   .logo_footer a img{
    width: 100px;
    height: 100px;
    border-radius: 50px;
    border: 3px solid gold;
   }
 .links_service h1,
  .links_footer h1{
   position: relative;
   color: gold;
   font-size: x-large;
  }
   .links_service h1::after,
  .links_footer h1::after{
    content: "";
    position: absolute;
    bottom: 0;
    right:  0;
    width: 80px;
    border-bottom:3px solid gold ;
  }
 .links_service ul{
    justify-content: center;
    text-align: center;
    display: flex;
    gap: 30px;
    padding-top: var(--webkit-padding);
 }
  .links_footer ul{
    justify-content: center;
    text-align: center;
    padding-top: var(--webkit-padding);

  }
 .links_service ul li,
 .links_footer ul li{
    list-style: none;
  }
 .links_service ul li a,
 .links_footer ul li a{
   text-decoration: none;
   font-size: larger;
   font-weight: 500;
   color: whitesmoke;
  }
 .links_service ul li a:hover,
 .links_footer ul li a:hover{
   color: gold;
 }
   .google_maps{
      align-items: center;
      justify-content: center;
   }

  .lest_footer{
    justify-content: center;
    text-align: center;
    background-color: #1a252f;
    color: whitesmoke;
  }
/*************************End footer*******************************/
 /*******************************************************Top button*************************************************/
     .Top_button{
      display: none;
      position: fixed;
      justify-content: right;
       text-align: center;
      z-index: 2;
      bottom: 20px;
      right: 20px;
      background-color: gold;
      color: black;
      width: 100%;
      max-width: 50px;
      height: 50px;
      text-decoration: none;
      border-radius: 10%;
        padding-top: 10px;
     }
      .Top_button:hover{
        background-color: rgba(255, 217, 0, 0.604);
        color: white;
      }

     /* end Top button*/
     /*****************start scrollbar**************************************/
/* Chrome, Safari, Opera*/
 ::-webkit-scrollbar{
  width:10px;
  overflow-y: scroll; /* Enable vertical scrolling */
  overflow-x: hidden; /* Hide horizontal scrolling */
  -ms-overflow-style: none; /*Firefox*/
  scrollbar-width: none ;    /*IE و Edge*/ 
 }
  ::-webkit-scrollbar-track{
   background-color: black;
   border-radius: 50px;
 }
  ::-webkit-scrollbar-thumb{
   background:linear-gradient(blue,var(--main-color));
    border-radius: 50px;
 }
/******************************************* end scrollbar******************************/
/***************************  start Responsive  phone web*******************************************************************/
@media (max-width: 767px) {
       /* Start  content-logo-location */
      .content-logo-location h3{
         font-size: 10px;
         padding: 5px;
       }
      .content-logo-location img{
           width: 50px;
           height: 50px;
       }  
       header{
        top:95px;
       }
     .nav_right, .nav_left {
        display: none;
       } 
      .menu_icon {
         display: block;
      }
        .Big_menu{
          padding-top: 260px;
        }
      /* haire=== address*/
    .haire_servises h1,
    .haire_content_us h1,
    .haire_opinions h1,
    .haire_qutions h1{
            color:gold;
            font-size: 40px;
            font-weight: 900;
         }
       /* About_us */
      .About_us{
        width: 345px;
        height:900px ;
       }
       .content_About_us h1 {
         font-size: 40px;
      }    
      .content_About_us h4 {
         font-size: 20px;
      }

       /* service */
       .flip-card {
          width: 310px;
          height: 320px;
          }
          .flip-card-front h1{
          font-size: 25px;
          font-weight: 900;
         
         }
        .flip-card-front h3{
            font-size: 25px;
          font-weight: 700;
        }
        .flip-card-back img {
           width: 310px;
          height: 320px;
         }
          /* content_us */
         .content_us{
          max-width: 400px;
         }
         .content_us_text{
             padding: 10;
             width: 100%;
             max-width:380px ;
             height: 430px;
             transform: skewx(-4deg);
         }
         .content_us  .content_us_text h1{
           color:white;
            font-size: 15px;
         }
         .content_us  .content_us_text  a{
              font-size:30px;
         }
         .content_us  .content_us_text img{
          width: 100px;
          height: 100px;
          border-radius: 50px;
         }
          .content_us_phone{
            padding: 10;
            width: 100%;
             max-width:380px ;
             height: 430px;
            transform: skewx(-4deg);
          }
          .content_us_phone h1{
             font-size: 15px;
          }
          /* Qutions */
          .contanire_qutions{
            flex-direction: column;
            padding: 10px ;
          }
          .qutions1 ,.qutions2{
            padding: var(--webkit-padding);
          }
           /* footer */
           .content_footer{
          flex-direction: column;
         
          }
       .links_service h1::after,
       .links_footer h1::after{
        bottom: 0;
        right:90px;
        width: 180px;
       }
          .google_maps iframe{
            width: 300px;
          }

        }
         
        /***************************  start Responsive  ipad  web*******************************************************************/
       @media screen and (max-width:820px)and (min-width:768px) {
         .nav_right, .nav_left {
        display: block;
       } 
      .menu_icon {
         display: none;
      }
      .menu_services{
      padding-left: 130px;
      }
   .nav_right ul li a,
   .nav_left ul li a {
    font-size: 10px;
   }
       /* haire=== address*/
    .haire_servises h1,
    .haire_content_us h1,
    .haire_opinions h1,
    .haire_qutions h1{
            color:gold;
            font-size: 50px;
            font-weight: 900;
         }
     /* About_us */
      .About_us{
        width: 700px;
        height:1000px ;
       }
       .content_About_us h1 {
         font-size: 60px;
         }    

       .content_About_us p span{
           font-size: 20px;
       }
           /* service */
       .flip-card {
            width: 700px;
            height: 320px;
          }
          .flip-card-front h1{
          font-size: 40px;
          font-weight: 900;
         
         }
        .flip-card-front h3{
            font-size: 25px;
          font-weight: 900;
        }
        .flip-card-back img {
          width: 700px;
          height: 320px;
         }
            /* content_us */
         .content_us{
          max-width: 900px;
         }
         .content_us_text{
             padding: 10;
             width: 100%;
             height: 450px;
             transform: skewx(-4deg);
         }
         .content_us  .content_us_text h1{
           color:white;
           font-size: 15px;
         }
         .content_us  .content_us_text  a{
              font-size:30px;
         }
         .content_us  .content_us_text img{
          width: 100px;
          height: 100px;
          border-radius: 50px;
         }
          .content_us_phone{
            padding: 10;
            width: 100%;
            height: 450px;
            transform: skewx(-4deg);
          }
          .content_us_phone h1{
             font-size: 15px;
          }
            /* Qutions */
          .contanire_qutions{
            justify-content: center;
            text-align: center;
            padding: 20px;
          }
              /* Qutions */
          .qutions1 ,.qutions2{
            padding: 20px;
          }
            /* footer */
              .content_footer{
          flex-direction: column;
         
          }
       .links_service h1::after,
       .links_footer h1::after{
        bottom: 0;
        right:300px;
        width: 150px;
       }
          .google_maps iframe{
            width: 600px;
          }
          
        }

     @media screen and (max-width:1024px)and (min-width:830px) {

     .nav_right, .nav_left {
        display: block;
       } 
      .menu_icon {
         display: none;
      }
         .menu_services{
      padding-left: 150px;
      }
   .nav_right ul li a,
   .nav_left ul li a {
    font-size: 10px;
   }
       /* haire=== address*/
    .haire_servises h1,
    .haire_content_us h1,
    .haire_opinions h1,
    .haire_qutions h1{
            color:gold;
            font-size: 50px;
            font-weight: 900;
         }
     /* About_us */
      .About_us{
        width: 900px;
        height:1000px ;
       }
       .content_About_us h1 {
         font-size: 60px;
         }    

       .content_About_us p span{
           font-size: 20px;
       }
           /* service */
       .flip-card {
            width: 700px;
            height: 320px;
          }
          .flip-card-front h1{
          font-size: 40px;
          font-weight: 900;
         
         }
        .flip-card-front h3{
            font-size: 25px;
          font-weight: 900;
        }
        .flip-card-back img {
          width: 700px;
          height: 320px;
         }
            /* content_us */
         .content_us{
          max-width: 900px;
         }
         .content_us_text{
             padding: 10;
             width: 100%;
             height: 450px;
             transform: skewx(-4deg);
         }
         .content_us  .content_us_text h1{
           color:white;
           font-size: 15px;
         }
         .content_us  .content_us_text  a{
              font-size:30px;
         }
         .content_us  .content_us_text img{
          width: 100px;
          height: 100px;
          border-radius: 50px;
         }
          .content_us_phone{
            padding: 10;
            width: 100%;
            height: 450px;
            transform: skewx(-4deg);
          }
          .content_us_phone h1{
             font-size: 15px;
          }
            /* Qutions */
          .contanire_qutions{
            justify-content: center;
            text-align: center;
            padding: 20px;
          }
              /* Qutions */
          .qutions1 ,.qutions2{
            padding: 20px;
          }
            /* footer */
              .content_footer{
          flex-direction: column;
         
          }
       .links_service h1::after,
       .links_footer h1::after{
        bottom: 0;
        right:400px;
        width: 180px;
       }
          .google_maps iframe{
            width: 700px;
          }

           }
  /********************** start pages  Display works == welcome and img filter ******************************************/
     .content_welcome_word {
            width: 100%;
            background: rgba(65, 89, 208, 0.507);
            height: 500px;
            padding-top: 160px;
            text-align: center;
        }
        .welcome_text {
            color: gold;
        }
        .content_welcome_word h2 {
            color: whitesmoke;
        }
        .filter-buttons {
            margin: 20px 0;
            text-align: center;
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 10px;
        }
        .filter-btn {
            padding: 8px 16px;
            width: 200px;
            margin: 0 5px;
            background: rgb(65, 89, 208);
            font-size: larger;
            font-weight: 500;
            border: none;
            cursor: pointer;
            border-radius: 4px;
            color: white;
            transition: all 0.3s ease;
        }
        .filter-btn:hover {
            background: rgb(45, 69, 188);
        }
        .filter-btn.active1{
            background: #4CAF50;
            color: white;
        }
        .works-container {
            width: 100%;
            max-width: 1500px;
            height: auto;
            margin: 0 auto;
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 20px;
            padding: 20px;
        }
        .works-container img {
            width: 100%;
            max-width: 350px;
            height: 250px;
            border-radius: 10px;
            object-fit: cover;
            transition: all 0.3s ease;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }
        .works-container img.hide {
            display: none;
        }

    @media (max-width: 768px) {
       .content_welcome_word {
          padding-top: 100px;
       } 
      .filter-buttons {
          margin: 20px 0;
          padding-top:10px ;
          display: flex;
       }
       .filter-btn {
         width: 100px;
          font-size: 13px;
         font-weight: 500;
      }
     .works-container img{
         max-width: 100%;
        height:250px;
     } 
    }
    /* style ipad*/
     @media screen and (max-width:1024px)and (min-width:768px) {
          .filter-buttons {
          margin: 40px 0;
          padding-top:10px ;
          display: flex;
       }
       .filter-btn {
         width: 250px;
          font-size: medium;
         font-weight: 500;
      }
     .works-container img{
        max-width: 350px;
        height:250px;
     } 
     }
 /* end  pages  Display works == welcome and img filter */

   