.social-media {
    position: absolute;
    bottom: 20px;
    left: 50px;
    width: fit-content;
    z-index: 5;
}

.swiper-pagination-bullets {
    bottom: 50px;

}



.social-media .facebook a,
.instagram a,
.twitter a {
    color: var(--main-Webcolor);
    font-size: 35px;
}

.swiper-pagination-bullet-active {
    background: var(--main-Webcolor) !important;
    width: 15px;
    height: 15px;
}

.swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
}
@media (max-width:900px) {
      .social-media {
        position: absolute;
        bottom: -10px;
        left: 10px;
        z-index: 78787;
        
    }

}
@media (max-width:767px) {

  
    .social-media .facebook a,
    .instagram a,
    .twitter a {
        color: var(--main-Webcolor);
        font-size: 25px;
    }

    .swiper-pagination-bullet-active {
        background: var(--second-Webcolor) !important;
        width: 12px;
        height: 12px;

    }

    .swiper-pagination-bullet {
        width: 12px !important;
        height: 12px !important;
    }
}

.slider-text {
    position: relative;
    z-index: 2;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.slider-text::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    background-color: rgb(154, 136, 219, .5);
    clip-path: polygon(0 16%, 100% 0, 100% 86%, 0 79%);
    transform: rotate(-5deg);
}

.slider-text::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 0;
    border: 2px solid var(--main-Webcolor);
    transform: rotate(5deg);
    z-index: -1;
}

.slider-text h1 {
    font-weight: 600;
    color: var(--main-Webcolor);
}

.slider-text .des {
    color: #222;
}

@media (max-width:992px) {
    .slider-text::before {
        width: 80% !important;
    }

    .slider-text::after {
        width: 85%;
    }

    .slider-text .des {
        width: 85%;
        margin: 0 auto;
    }
}

.video_section .hed_video h3{
    width: fit-content;
    border-bottom:2px dashed var(--main-Webcolor) ;
    color: var(--main-Webcolor);
    font-family: 'Questv1';

}

.list_video li{
    list-style-type: disc;
    color: var(--main-Webcolor);
    font-family: 'Questv1';

}
.video_section .list_video_hed{
    font-family: 'Questv1';

}

/* .video-container {
    position: relative;
    width: 100%;
    max-width: 600px;
}
.video-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px; 
    height: auto;
    z-index: 10;
} */
/* End first home slider css */

.slider .btn {
    width: 7em;
    height: 2.3em;
    margin: 0;
    background: var(--main-Webcolor);
    color: white;
    border: none;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.slider .btn:hover {
    color: var(--main-Webcolor);
}

.slider .btn:after {
    content: "";
    background: white;
    position: absolute;
    z-index: -1;
    left: -20%;
    right: -20%;
    top: 0;
    bottom: 0;
    transform: skewX(-45deg) scale(0, 1);
    transition: all 0.5s;
}

.slider .btn:hover:after {
    transform: skewX(-45deg) scale(1, 1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.swiper-slide {
    animation: slideInRight 1s ease-in-out forwards;
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(100%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* End first home slider css */

/* Start products-quilty  */
.products-quilty {
    background-color: #fcfbfb;
}

.products-quilty .text-box {
    position: relative;

}

.products-quilty .text-box .text-des {
    text-align: right;
}

.products-quilty .text-box .icon {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    background-color: var(--main-Webcolor);
    border-radius: 6px;
    right: 0px;
    top: 0;
}

.products-quilty .text-box .icon::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 30px;
    top: -9px;
    right: 5px;
    background-color: #fcfbfb;
    border-radius: 10px;
    z-index: 1;
    transform: rotate(55deg);
}

.products-quilty .text-box .icon::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 10px;
    top: -8px;
    right: -8px;
    background-color: var(--main-Webcolor);
    border-radius: 10px;
    z-index: 2;
    transform: rotate(55deg);
}



.products-quilty .go-to {
    width: 100%;
    font-weight: bold;
    background-color: #fff;
    padding: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 10px;
    margin-top: 40px;
    position: relative;
}

.products-quilty .go-to span {
    position: absolute;
    width: 60px;
    height: 100%;
    background-color: var(--main-Webcolor);
    top: 0;
    left: -50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.products-quilty .img-box {
    width: 100%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.products-quilty .img-box::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background-image: linear-gradient(to bottom, rgb(0, 0, 0, .0), rgb(0, 0, 0, .7));
    z-index: 5;
}

.products-quilty .img-box img {
    border-radius: 10px;
    width: 100%;
    height: 360px;
    object-fit: cover;
}

.products-quilty .img-box .title {
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding: 0 20px;
    z-index: 11;
}

@media (max-width: 567px) {


    .products-quilty .go-to span {
        left: 0 !important;
    }

    /* .products-quilty .img-box img {
      height: 250px;
  } */
}

@media (max-width:992px) {
    .products-quilty .text-box {
        padding-right: 0 !important;
        padding-left: 0 !important;
        /* text-align: center; */
    }

    .products-quilty .go-to {
        margin-top: 0 !important;
        margin-bottom: 40px;
    }
}

.products-quilty .img-box img {
    transition: transform 0.3s ease;
}

.products-quilty .img-box img:hover {
    transform: scale(1.5) rotate(10deg);
}

.products-quilty {
    position: relative;
}

.products-quilty .swiper-button-prev {
    background-color: var(--main-Webcolor) !important;
    position: absolute;
    top: 98%;
    right: 85% !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: 100;
}

.products-quilty .swiper-button-next {
    background-color: var(--main-Webcolor) !important;
    color: white;
    position: absolute;
    z-index: 100;
    font-size: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: 98%;
    right: 20px;
    z-index: 100;
}

.products-quilty .swiper-button-next:after,
.products-quilty .swiper-button-prev:after {
    font-size: 15px;
}

@media (max-width: 768px) {
    .products-quilty .swiper-button-next {
        left: 0 !important;
        right: auto !important;
    }
    .products-quilty .swiper-button-prev {
        left: 50px !important;
        right: auto !important;
    }
}

/* End products-quilty  */

/*start offers section  */
.offers .offer-div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;

}




.offers .box {
    position: relative;

}

.offers a {
    color: black !important;
}

.offers .offer-div a:nth-child(1),
.offers .offer-div a:nth-child(6) {
    background-color: #8bac8b;
    border-radius: 12px;
    transition: .3s;
}

.offers .offer-div a:nth-child(2),
.offers .offer-div a:nth-child(4) {
    background-color: #ffdbba;
    border-radius: 12px;
    transition: .3s;

}

.offers .offer-div a:nth-child(3),
.offers .offer-div a:nth-child(5) {
    background-color: #ddd7ff;
    border-radius: 12px;
    transition: .3s;

}

@media (min-width:768px) {
    .offers .offer-div a {
        margin-top: 20px;
    }

    .offers .offer-div a:nth-child(1):hover,
    .offers .offer-div a:nth-child(4):hover {
        transform: translateY(-20px);
    }

    .offers .offer-div a:nth-child(2):hover,
    .offers .offer-div a:nth-child(5):hover {
        transform: translateY(-20px);
    }

    .offers .offer-div a:nth-child(3):hover,
    .offers .offer-div a:nth-child(6):hover {
        transform: translateY(-20px);
    }
}

.offers .box-contant .hunt {
    position: absolute;
    background-color: var(--main-Webcolor);
    right: 0;
    top: -14px;
    padding: 2px 10px;
    width: fit-content;
    text-align: center;
    border-radius: 6px;
}

.offers .box-contant .name {
    font-weight: bold;
    padding-right: 20px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
    min-height: 70px;
}

.offers .box-contant .price {
    padding: 20px;
    font-size: 25px;
    font-family: 'Questv1';
}

.offers .box-contant .img-box {
    padding: 30px 0 0;
}

.offers .box-contant img {
    height: 220px;
    width: 100%;
    object-fit: contain;
    padding-bottom: 10px;
    mix-blend-mode: multiply;
}


@media (max-width:992px) {
    .offers .offer-div {
        grid-template-columns: 1fr;
    }
}

@media (max-width:768px) {
    .offers .offer-div {
        grid-template-columns: 1fr;
    }
}


.rate-topselling {
    top: 10px;
    left: 10px;
    flex-direction: row-reverse;
}

/*end offers section  */
/* start blackfriday css */
.blackfriday {
    background: url("../../images/friday.png") center center;
    background-size: 100% 100%;
    height: 550px;
}

@media (max-width:992px) {
    .blackfriday {
        height: 250px !important;
    }
}

/* End blackfriday css */
/* start our clients css */
.img-our {
    padding: 10px;
    box-shadow: 0px 0px 7px rgb(172, 172, 172);
}

.ourclients {
    background: url('../../images/bag.png') no-repeat;
    background-size: 100% 100%;
}

.our-header {
    color: var(--main-Webcolor);
    font-size: 60px;
    font-weight: 700;
}

.our-praghraph {
    font-size: 22px;
    font-weight: 400;
}

.img-bg {
    object-fit: contain;
    aspect-ratio: 1/1;
    height: 250px;

}

.img-sm {
    object-fit: contain;
    aspect-ratio: 1/1;
    height: 110px;
    ;

}

@media (max-width:992px) {
    .our-header {
        color: var(--main-Webcolor);
        font-size: 30px;
        font-weight: 700;
    }

    .our-praghraph {
        font-size: 19px;
        font-weight: 400;
    }
}

@media (max-width:768px) {
    .our-header {
        color: var(--main-Webcolor);
        font-size: 40px;
        font-weight: 700;
    }

    .our-praghraph {
        font-size: 17px;
        font-weight: 400;
    }

    .ourclients-logo {
        display: none;
    }

}

.ourclients-logo {
    left: 20px;
    width: 120px;
}

/* End our clients css */

/* start Exchange css*/
.Exchange i {
    font-size: 50px;
    color: white;
    background-color: var(--main-Webcolor);
    padding: 20px;
    border-radius: 15px;
}

/* end Exchange css*/
/* Start add to cart btn */



.owl-carousel .owl-stage-outer{
    direction: ltr;
}
/* Start add to cart btn */



/* end services & blogs */
/* start customers  */
 figure,
.logo {
    width: 150px;
    height: 150px;
    object-fit: contain;
    aspect-ratio: 1 / 1;

}

 figure {
    position: relative;
    background-color: #EDF6FF;
    border-radius: 50%;
}

figure::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scale(1.1);
    background-color: var(--sec);
    border-radius: 50%;
    animation: move-nave-shep 5s infinite ease-in;
    z-index: -1;
}

@keyframes move-nave-shep {
    0% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1.1);
    }
}

.owl-dots {
    text-align: center;
    margin-top: 15px;
    display: block !important;
}

.owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ccc !important;
    border-radius: 50%;
    margin: 0 5px;
    transition: background 0.3s ease;
}

.owl-dot.active {
    background: #333 !important; /* لون النقطة النشطة */
}


/* end customers  */