/* Social icons start */

.social-icons{
    right: 0px;
    top: 350px;
    width: 64px;
    height: 300px;
    background: linear-gradient(310.39deg, rgba(31, 35, 39, 0.45) 2.17%, rgba(31, 35, 39, 0.04) 100%);
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.26);
    backdrop-filter: blur(6px);
    border-radius: 2px;
    z-index: 40;
}

/* Social icons end */

/* Arrow back to top start */

/* Arrow back to top end */

/* Section title circle start */
.title-circle{
    transform: translate(16px,-5px);
}
/* Section title circle end */


.translate-vision-items{
    --tw-translate-x: 4rem/* -64px */;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}


/* Class to reverse svgs */

.reversed{
    transform: scaleX(-1) ;
    margin-inline-end: auto ;
}

.mobile-reverse-image {
    --tw-rotate: 30deg !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(1) !important; scaleY(var(--tw-scale-y)) !important;
    margin-inline-end: auto;
}

.float-to-end{
    left:0;
}
/* Footer start */

/* Get in touch input */
.icon-touch-input {
    left: 1rem;


}

/* Footer end */

/* splide arrows start */
.splide__arrows{
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 280px;
    left: 0;
    bottom:2em;
}

.splide__arrows--ttb .splide__arrow--next {
    right: 0 !important;

    top: 0 !important;
    position: initial !important;
}

.splide__arrows--ttb .splide__arrow--prev {
    top: 0 !important;
    left: 0 !important;
    position: initial !important;
}
/* splide arrows start */

/* splide products start */

.splide__slide_rtl{
    transform: translateX(100%) !important;
}

.splide__slide_rtl:first-child{
    transform: translateX(0%) !important;
}
/* splide products end */
