/* Social icons start */

.social-icons {
    left: 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 */

.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));
}

.float-to-end {
    right: 1;
}
/* Section title circle start */
.title-circle {
    transform: translate(-18px, -6px);
}

/* Section title circle end */

/* Footer start */

/* Get in touch input */
.icon-touch-input {
    right: 1rem;
}
.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;
}

/* Footer end */


/* splide arrows start */
.splide__arrows{
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 280px;
    top:14em;
}

.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: 81px  !important;
    position: initial !important;
}
/* splide arrows start */
