.r-hex {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    height: 100%;
    transform: skewX(30deg);
    border-radius: 45px;
}

.r-hex *,
.r-hex *:before {
    display: block;
    overflow: hidden;
    width: inherit;
    height: inherit;
    border-radius: inherit;
}

.r-hex .image:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.r-hex .image .play-icon {
    z-index: 2;
}

.r-hex .image .play-icon img {
    width: 100px;
    height: 100px;
}

.r-hex:hover .image .play-icon img {
    animation: zoom 1s infinite;
}

.r-hex-inner {
    transform: skewX(-30deg) rotate(60deg) skewX(30deg);
}

.r-hex:first-child .r-hex-inner-2 {
    transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    background: white;
    content: '';
}

.r-hex-inner-2 img {
    transform: skewX(-30deg) rotate(240deg);
    background-size: cover;
    width: 100%;
    height: 100%;
    aspect-ratio: 4/3.5;
}

.header .image {
    transform: rotate(35deg);
    z-index: 2;
    position: relative;
}

.header .hexa1 {
    top: 13%;
    z-index: 1;
    transform: rotate(35deg);
}

.header .hexa2 {
    bottom: 8%;
    z-index: 3;
    transform: rotate(35deg);
    left: 17%;
}

.header .hexa3 {
    top: -13%;
    z-index: 2;
    transform: rotate(15deg);
    right: -21%;
}

.header .hexa4 {
    bottom: 15%;
    z-index: 2;
    transform: rotate(15deg);
    right: 21%;
}

@keyframes zoom2 {
    0% {
        width: 80px;
    }

    50% {
        width: 100px;
    }

    100% {
        width: 80px;
    }
}

@keyframes zoom3 {
    0% {
        width: 40px;
    }

    50% {
        width: 80px;
    }

    100% {
        width: 40px;
    }
}

.animation-custom1 {
    animation: zoom2 10s infinite;
}

.header .hexa5 {
    top: 15%;
    z-index: 2;
    right: 38%;
    width: 135px;
}

.animation-custom2 {
    animation: turn 10s linear infinite;
}

.header .hexa6 {
    top: 24%;
    z-index: 1;
    transform: rotate(35deg);
}

.category .cat-link {
    padding: 1rem 0;
    overflow: hidden;
    position: relative;
}

.category .cat-link img {
    width: 80px;
    height: 80px;
}

.category .cat-link i {
    display: flex;
    position: absolute;
    right: -1rem;
}

.category .cat-link:hover i {
    right: 1rem;
    transition: 0.5s;
}

.category .cat-link:hover .price {

    padding-right: 1.25rem;
    transition: 0.5s;
}

.category .cat-link:hover {
    background: #e5f5fc;
    border-radius: 25px;
    transform: scale(1.1);
    transition: 0.5s;
}

.category .shape {
    right: 15%;
    bottom: 0;
    transform: rotate(35deg);
}

.about {
    padding-bottom: 15rem;
    margin: 16rem 0;
    border: 2px solid var(--color-7);
}

.about .shape2 {
    transform: rotate(180deg);
    left: 100px;
    ;
}

.about .cover {
    transform: rotate(15deg) translate(0%, -50%) !important;
}

.about .cta a:hover img {
    animation: shake 0.2s infinite;
}

.about-mob .shape2 {
    transform: rotate(180deg);
}

.about-mob .cover {
    transform: rotate(15deg) !important;
}

.about-mob .feature {
    margin-bottom: 55%;
}

.about-mob .cta {
    transform: translate(50%, -80%) !important;
}

.order::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 250px solid white;
    border-top: 150px solid transparent;
    bottom: 0;
    left: 0;
    display: block;
}

.news .news-box img {
    border-radius: 25px;
}

.products .pro-box {
    background-color: #f8f8f8;
}

.suppliers .swiper-slide:hover .logo {
    transform: scale(1.3);
    transition: 0.5s;
}

.customers .swiper-slide:hover .logo {
    transform: scale(1.3);
    transition: 0.5s;
}

.customers .hexa5 {
    right: 30%;
    top: -10%;
    width: 135px;
}

.news .swiper-slide {
    overflow: hidden;
}

.news .swiper-slide .title {
    min-height: 60px;
}

.news .swiper-slide i {
    display: flex;
    position: absolute;
    right: -2rem;
}

.news .swiper-slide:hover i {
    right: 0.1rem;
    transition: 0.5s;
}

.news .swiper-slide:hover .detail {

    padding-right: 1.6rem;
    transition: 0.5s;
}

.news .swiper-slide a:hover .title {
    color: var(--color-2);
    transition: 0.5s;
}

.projects {
    padding: 35rem 0;
}

.projects .background {
    right: 0;
    left: 0;
}

.projects .swiper-slide {
    border-radius: 25px;
    cursor: pointer;
}

.projects .pro-img {
    border-radius: 25px;
}

.projects .swiper-slide .details::before {
    content: "\0020";
    display: block;
    background-color: white;
    height: 100%;
    position: absolute;
    bottom: -1px;
    right: 0;
    border-top-left-radius: 10px;
    width: 100%;
    transform: skewX(-20deg);
    z-index: 1;
    border-color: white;
}

.projects .swiper-slide .details::after {
    content: "\0020";
    display: block;
    background-color: white;
    height: 100%;
    position: absolute;
    bottom: -1px;
    right: 0;
    border-top-left-radius: 10px;
    width: 50%;
    z-index: 1;
    border-color: white;
}

.projects .swiper-slide .text {
    visibility: hidden;
    max-height: 0;
    overflow-y: auto;
}

.projects .swiper-slide .image {
    padding-bottom: 4rem;
}

.customers {
    margin-bottom: -40rem;
}

.customers .swiper {
    direction: ltr;
}

.customers .image .r-hex {
    border-radius: 30px;
    transform: rotate(-30deg) skewX(30deg);
}

.customers .shape {
    transform: translate(50%, 12%) !important;
}

.contact {
    margin-top: -40rem;
}

.contact .image .r-hex {
    border-radius: 30px;
    transform: rotate(-30deg) skewX(30deg);
}

.contact .shape {
    transform: translate(50%, 12%) !important;
}

.contact .hexa4 {
    left: 10%;
    bottom: 30%;

}

.top-30 {
    top: 30%;
}
.header .carousel-control-prev,
.header .carousel-control-next {
    width: 5%;
}
.header .carousel-control-prev {
    left: 100%;
    right: auto;
}

.header .carousel-control-next {
    left: auto;
    right: 100%;
}

@media (max-width:576px) {
    .header .carousel-control-prev,.header .carousel-control-next{
        width: 10% !important;
        opacity: 1 !important;
    }
    .header .carousel-control-prev i,.header .carousel-control-next i{
        color: #fff !important;
    }
    .header .carousel-control-prev{
        left: unset !important;
        right: 0 !important;
    }
    .header .carousel-control-next{
        right: unset !important;
        left: 0 !important;
    }
    .projects {
        background-image: url(../img/bg2New.webp);
        background-size: cover;
        background-position: center;
        padding: 1rem 0;
    }

    .customers {
        margin-bottom: 2rem;
    }

    .contact {
        margin-top: 1.5rem;
    }

    .about-mob .feature {
        margin-bottom: 55%;
    }
}

@media (min-width:576px) and (max-width:768px) {
    .header .carousel-control-prev,.header .carousel-control-next{
        width: 10% !important;
        opacity: 1 !important;
    }
    .header .carousel-control-prev i,.header .carousel-control-next i{
        color: #fff !important;
    }
    .header .carousel-control-prev{
        left: unset !important;
        right: 0 !important;
    }
    .header .carousel-control-next{
        right: unset !important;
        left: 0 !important;
    }
    .projects {
        background-image: url(../img/bg2New.webp);
        background-size: cover;
        background-position: center;
        padding: 1.5rem 0;
    }

    .customers {
        margin-bottom: 2rem;
    }

    .contact {
        margin-top: 1.5rem;
    }

    .about-mob .feature {
        margin-bottom: 35%;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .projects {
        background-image: url(../img/bg2New.webp);
        background-size: cover;
        background-position: center;
        padding: 2rem 0;
    }

    .customers {
        margin-bottom: 2rem;
    }

    .contact {
        margin-top: 1.5rem;
    }

    .about-mob .feature {
        margin-bottom: 15%;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .category .shape {
        left: 5%;
        bottom: 30%;
        right: unset;
    }

    .about {
        padding-bottom: 12rem;
    }

    .projects {
        padding: 25rem 0;
    }

    .projects .background {
        right: -20rem;
        left: -20rem;
    }

    .customers {
        margin-bottom: -30rem;
    }

    .customers .shape {
        transform: translate(50%, 0%) !important;
    }

    .contact {
        margin-top: -25rem;
    }

    .contact .shape {
        transform: translate(50%, 0%) !important;
    }

    .projects .swiper-slide:hover .text {
        visibility: visible;
        max-height: 120px;
        transition: 0.5s;
    }
}

@media (min-width:1200px) and (max-width:1400px) {
    .about {
        padding-bottom: 12rem;
    }

    .order::after {
        border-left: 150px solid white;
        border-top: 100px solid transparent;
    }

    .projects {
        padding: 25rem 0;
    }

    .projects .background {
        right: -10rem;
        left: -10rem;
    }

    .customers {
        margin-bottom: -30rem;
    }

    .customers .shape {
        transform: translate(50%, 0%) !important;
    }

    .contact {
        margin-top: -25rem;
    }

    .contact .shape {
        transform: translate(50%, 0%) !important;
    }

    .projects .swiper-slide:hover .text {
        visibility: visible;
        max-height: 120px;
        transition: 0.5s;
    }
}

@media (min-width:1400px) {
    .about {
        padding-bottom: 15rem;
    }

    .projects {
        padding: 35rem 0;
    }

    .projects .background {
        right: 0;
        left: 0;
    }

    .customers {
        margin-bottom: -40rem;
    }

    .customers .shape {
        transform: translate(50%, 12%) !important;
    }

    .contact {
        margin-top: -35rem;
    }

    .contact .shape {
        transform: translate(50%, 12%) !important;
    }

    .projects .swiper-slide:hover .text {
        visibility: visible;
        max-height: 150px;
        transition: 0.5s;
    }
}

@media (max-width:992px) {
    .header .hexa5 {
        top: 40%;
        left: 10%;
        right: unset;
        width: 80px;
    }

    .category .shape {
        left: 5%;
        bottom: 30%;
        right: unset;
    }

    .header .hexa4 {
        bottom: 35%;
        right: 5%;
    }

    .r-hex {
        border-radius: 20px;
    }

    .r-hex .image .play-icon img {
        width: 100px;
        height: 100px;
    }

    .order::after {
        display: none;
    }

    .customers .swiper {
        direction: rtl;
    }

    .category .cat-link:hover {
        transform: unset;
    }

    .animation-custom1 {
        animation: zoom3 10s infinite;
    }

    .category .cat-link {
        padding: 0.5rem;
    }

    .category .cat-link img {
        width: 50px;
        height: 50px;
        object-fit: contain;
    }

    .category .cat-link:hover i {
        display: none;
    }

    .category .cat-link:hover .price {

        padding-right: 0;
    }

    .projects .swiper-slide .image {
        padding-bottom: 3.5rem;
    }

    .contact .hexa4 {
        bottom: 0;

    }

    .customers .hexa5 {
        right: 10%;
        top: 7%;
        width: 100px;
    }

    .suppliers.container {
        max-width: 100%;
        padding-right: 0 !important;
        padding-left: 0 !important;
        padding-top: 5rem !important;
    }
}