/* General Main Styling */

* {
    margin: 0;
}


/* End General Main Styling */

.Production-Container {
    height: 500px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}


/*About Us Styiling*/

.About-Us {
    line-height: 3;
    text-justify: distribute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


/*End About Us Styiling*/


/* End Main Styling */


/*      Swiper Sliding              */

.swiper {
    width: 75%;
    height: 55%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.swiper-slide p {
    padding: 5px 0;
    height: max(60px,3vw);
    display: flex;
    align-items: center;
    line-height: 30px;
    font-size:25px ;
}

.mySwiper2 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-image {
    height: min(300px, 17vw);
    width: max(300px,20vw);
}

.mySwiper2 {
    width: 100%;
}

.mySwiper {
    width: 90%;
}

.mySwiper div div {
    padding: 15px 0;
    display: flex;
  flex-direction: column;
  align-items: center;
}

.slider h3 {
    font-family: "Aviny";
    font-size: 40px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 10px;
}

.product-slider {
    background: url("../Pictures/Slide2BckG.jpg");
    width: 100%;
    height: 100%;
    padding-top: 30px;
    padding-bottom: 60px;
}

.article-slider {
    background: url("../Pictures/About Us-bckg.jpg");
    width: 100%;
    height: 100%;
    padding-top: 30px;
    padding-bottom: 60px;
}

.about-us {
    width: 100%;
    height: 100%;
}

.article-slider .swiper-slide {
    display: flex;
    flex-direction: column;
}

.swiper-body {
    margin-top: -15vh;
}

.btn_read-more {
    position: relative;
    padding: 5px 15px 5px 0;
    background-color: #f7f7f7;
    color: #747474;
    width: 180px;
    text-align: right;
    border-radius: 10px;
}

H1{
    font-family: "Aviny";
    color: #9c51d0;
    line-height: 1.5;
    font-size: 38px;
    
}



.article-slider_title , .product-slider_title{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 0;
}

.article-slider_title a , .product-slider_title a{
    color: white !important;
      font-size: 30px;

}

.btn_read-more:hover::after {
    background: linear-gradient(to right, rgba(4, 14, 39, 0) 0%, rgba(4, 14, 39, 0.6) 72%);
    position: absolute;
    border-radius: 5px;
    content: '';
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    -webkit-transition: all .5s;
    transition: all 0.5s;
    color: #fff;
}

.btn_read-more:hover::after {
    width: 100%;
}