h2 {
    font-size: 38px;
    font-weight: 700;
}

.footer_d>a {
    display: inline-block;
    position: relative;
    color: #fff;
    text-decoration: none;
}

.footer_d>a::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    border-radius: 5px;
    height: 0.05em;
    bottom: 0;
    left: 0;
    background: currentcolor;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.footer_d>a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

p {
    font-size: 18px;
}

.pad-10 {
    padding-top: 10px;
}

.pad-20 {
    padding-top: 20px;
}

.pad-30 {
    padding-top: 30px;
}

.abt_p {
    padding: 120px 0;
    padding-bottom: 60px;
}

.abt_p h1 {
    font-size: 77px;
    font-weight: 700;
    text-align: center;
}

.sec_s_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    align-items: center;
}

.sec_s_img img {
    width: 100%;
}

.sec_s_data {
    padding-left: 100px;
}

.mis_vis {
    padding: 80px 0;
}

.miss_viss {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px;
}

.fou_mis_vis {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.fou_mis_vis img {
    width: 140px;
}

.fou_mis_vis h3 {
    font-size: 32px;
    font-weight: 700;
}

.back_pro {
    padding: 80px 0;
}

.back_pro img {
    width: 100%;
}

.back_pro_ {
    padding: 0px 0 80px;
    text-align: center;
}

.back_pro_ img {
    width: 1200px;
    margin: auto;
    display: flex;

}

.certi {
    padding-bottom: 80px;
}

.certi_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* gap: 30px; */
}

.manufacter {
    padding: 0px 20px 50px;
}

.text_h h4 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    padding-top: 10px;
}

/*  */

.slider-wrapper {
    position: relative;
}

.slider-wrapper .slide-button {
    position: absolute;
    top: 50%;
    height: 40px;
    width: 40px;
    color: #fff;
    background-color: #000;
    font-size: 1.2rem;
    cursor: pointer;
    border-radius: 50%;
    border: none;
    outline: none;
    transform: translateY(-50%);
    transition: all 1s ease;
}

.slider-wrapper .slide-button:hover {
    background: #444;
}

.slider-wrapper .slide-button#prev-slide {
    left: -20px;
    display: none;
}

.slider-wrapper .slide-button#next-slide {
    right: -20px;
}

.slider-wrapper .image-list {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(10, 1fr);
    font-size: 0;
    margin-bottom: 30px;
    overflow-x: auto;
    scrollbar-width: none;
}

.slider-wrapper .image-list::-webkit-scrollbar {
    display: none;

}

.slider-wrapper .image-list .image-item {
    width: 600px;
    height: 450px;
    object-fit: cover;
}

.container .slider-scrollbar {
    height: 24px;
    width: 100%;

    display: flex;
    align-items: center;
}

.slider-scrollbar .scrollbar-track {
    height: 0px;
    width: 100%;
    background-color: #ccc;
    position: relative;
    border-radius: 4px;
}

.slider-scrollbar:hover .scrollbar-track {
    height: 0px;
}

.slider-scrollbar .scrollbar-thumb {
    position: absolute;
    height: 100%;
    width: 50%;
    background-color: #000;
    border-radius: inherit;
    cursor: grab;
}

.slider-scrollbar .scrollbar-thumb:active {
    cursor: grabbing;
    height: 8px;
    top: -2px;
}

.slider-scrollbar .scrollbar-thumb::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    bottom: -10px;
}

@media (max-width: 1024px) {
    .slider-wrapper .slide-button {
        display: none !important;
    }

    .slider-wrapper .image-list {
        gap: 10px;
        margin-bottom: 15px;
    }

    .slider-wrapper .image-list .image-item {
        width: 280px;
        height: 380px;
    }

    .slider-scrollbar .scrollbar-thumb {
        width: 30%;
    }
}

@media (max-width: 768px) {
    .slider-wrapper .slide-button {
        display: none !important;
    }

    .slider-wrapper .image-list {
        gap: 10px;
        margin-bottom: 15px;
    }

    .slider-wrapper .image-list .image-item {
        width: 220px;
        height: 320px;
    }

    .slider-scrollbar .scrollbar-thumb {
        width: 20%;
    }
}

/*  */
.expeers {
    padding: 120px 0 50px;
}

.expeers h1 {
    padding-bottom: 25px;
    font-size: 77px;
    font-weight: 700;
    text-align: center;
}

.expeers p {
    font-size: 22px;
    text-align: center;
}

.exp img {
    width: 100%;
}

.shipping {
    padding: 50px 0;
    margin-top: 50px;
}

.ship_info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 115px;
    align-items: center;
}

.ship_img img {
    width: 100%;
}

/*  */
.what-we {
    padding: 50px 0 80px;
}

.what_we_con {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 115px;
    align-items: center;
}

.what_img img {
    width: 100%;
}


.blog {
    /*padding: 200px 0 100px;*/
   margin-top: 210px;
}

.blog h1 {
    padding-bottom: 25px;
    font-size: 77px;
    font-weight: 700;
    text-align: center;
}

.blog_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

/* .blog_data img {
    width: auto;
    height: 230px;
    object-fit: cover;
} */

.bolg_img1 {
    width: auto;
    height: 250px;
    object-fit: cover;
}

.blog_pad {
    padding: 0px 40px 100px
}

.blog_data h3 {
    font-size: 22px;
    text-align: start;
    font-weight: 700;
    margin-top: -12px;
}

.blog_data {
    display: flex;
    gap: 10px;
    flex-direction: column;
    text-align: start;
    width: 355px;
}

.blog_data a {
    transition: all 0.5s ease-out 0s;
    text-decoration: none !important;
    color: #fff;

    padding: 14px 24px;
    font-size: 16px;
    display: inline-block;
    box-sizing: border-box;
    line-height: normal !important;
    cursor: pointer;
    width: max-content;
    margin: auto;
    width: 354px;
    text-align: end;
    background-color: black;
}

.clock_text {
    color: #c8c9cb;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 12px;
}

.bolg_img2 {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.blog_text {
    padding: 0 140px;
    margin: auto;
}

.blog_text2 {
    margin-top: 30px;
}



/* .button2{
    transition: all 0.5s ease-out 0s;
    text-decoration: none !important;
    color: #fff;

    padding: 14px 24px;
    font-size: 16px;
    display: inline-block;
    box-sizing: border-box;
    line-height: normal !important;
    cursor: pointer;
    width: max-content;
    margin: auto;
    width: 354px;
    text-align: end;
    background-color: black;  
} */

/* .blog_img1 a {

    background-color: none;
    padding: 0;
    margin: 0;

} */

.blog_data a:hover {
    background: #888;
    color: #fff;
}

.border-b {
    border-bottom: 1px solid #77777757;
    padding: 10px 0;
}

.cont_det {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    padding: 0px 80px 100px;
    align-items: center;
}

.btn-sub {
    padding: 10px 25px;
    background-color: #252525;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #252525;
    transition: all ease-in-out .5s;
}

.btn-sub:hover {
    padding: 10px 25px;
    background-color: #fff;
    border-radius: 5px;
    color: #252525;
    border: 1px solid #252525;
    transition: all ease-in-out .5s;


}

.form-control {
    display: block;
    width: 100%;

    padding: 0.8rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: rgba(0, 0, 0, .04);
    background-clip: padding-box;
    border: 0px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.contact p {
    font-size: 22px;
    margin-bottom: 5px;
}

.contact h4 {
    font-weight: 700;
}

.contact a {
    text-decoration: none;
    color: #888;
}

.link {
    display: flex;
    gap: 20px;
    font-size: 25px;
    padding: 10px 0;
}


@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.animate {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/*=== Optional Delays, change values here  ===*/
.one {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.two {
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    animation-delay: 0.7s;
}






.img_hover {
    position: relative;
    width: 390px;
    /* max-width: 400px; */
  }
  
  .image_product {
    display: block;
    width: auto;
    height: 385px;
    margin-bottom: 30%;
  }
  
  .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 585px;
    width: auto;
    opacity: 0;
    transition: .3s ease;
    background-color: rgb(31, 31, 31);
  }
  
  .img_hover:hover .overlay {
    opacity: 0.5;
  }
  
  .icon2 {
    color: white;
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }
  
  .fa-user:hover {
    color: white;
  }
  