﻿.swipppppper {
    width: 100%;
    object-fit: cover !important;
    height: 500px;
}
.swipperrrr2 {
    width: 100% !important;
    height:146px;
    object-fit:cover;
}
@media only screen and (max-width: 1400px) {
    .swipperrrr2 {
        width: 100% !important;
        height: 120px!important;
        object-fit: cover;
    }
}
    @media only screen and (max-width: 540px) {
        .swipppppper {
            width: 100%;
            object-fit: cover !important;
            height: 250px !important;
        }

        .swipperrrr2 {
            height: 45px !important;
            width: 100% !important;
        }

        .single-product-title {
            font-size: 36px !important;
        }

        .single-product-summary {
            margin-top: 30px;
        }
    }

.svg-button {
    position: relative;
    display: inline-block;
    width: 220px;
    height: 80px;
    cursor: pointer;
    border: 3px solid rgb(244,82,4);
    border-radius: 50px;
}

    /* Inner Text */
    .svg-button .tt-big-round-ptn-inner {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: optika-light;
        font-size: 22px;
        font-weight: 700;
        color: rgb(244,82,4);
        text-align: center;
        line-height: 1.2;
        z-index: 2;
    }

    /* SVG Border */
    .svg-button svg.svg-border {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .svg-button svg rect {
        fill: transparent;
        stroke: #ff5722;
        stroke-width: 3;
        stroke-dasharray: 700;
        stroke-dashoffset: 700;
        rx: 38;
        ry: 38;
        /*animation: draw-border 2s linear infinite alternate, glow-border 2s ease-in-out infinite alternate;*/
    }

/* Border draw animation */
@keyframes draw-border {
    from {
        stroke-dashoffset: 700;
    }

    to {
        stroke-dashoffset: 0;
    }
}

/* Glow animation */
@keyframes glow-border {
    0% {
        stroke: #ff5722;
        filter: drop-shadow(0 0 0px #ff5722);
        -webkit-filter: drop-shadow(0 0 0px #ff5722);
    }

    50% {
        stroke: #00bcd4;
        filter: drop-shadow(0 0 10px #00bcd4);
        -webkit-filter: drop-shadow(0 0 10px #00bcd4);
    }

    100% {
        stroke: #ff5722;
        filter: drop-shadow(0 0 0px #ff5722);
        -webkit-filter: drop-shadow(0 0 0px #ff5722);
    }
}




@keyframes text-glow {
    0% {
        text-shadow: 0 0 0px #ff5722;
    }

    50% {
        text-shadow: 0 0 8px #00bcd4, 0 0 16px #00bcd4;
    }

    100% {
        text-shadow: 0 0 0px #ff5722;
    }
}

.animated-world-wrapper {
    display: inline-block;
    vertical-align: middle;
}

.world-svg {
    width: 100px;
    height: 100px;
    transform-origin: 50% 50%;
    animation: rotate-globe 10s linear infinite;
}
.tttrowwdiv {
    position: relative;
    height: auto; /* container height adjusts automatically */
    display: flex;
    justify-content: center;
    align-items: center;
}

    .tttrowwdiv::before {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 100%; /* image height fixed */
        background: url("/FileUpload/814142a2-44a9-41b3-9df1-4a36e9aac528.png") center center / cover no-repeat;
        opacity: 0.25;
        z-index: -1; /* behind content */
    }

.whatsapp-float {
    display: none !important;
}