﻿.product {
    background-color: #f8f8f8;
    padding: 0px 50px;
}

.uk-card-media-top img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.outer-wrapper {
    padding: 50px;
    border-radius: 5px;
    background-color: #ffffff;
}

.padding-100 {
    padding-top: 87px;
}

.margin-right {
    margin-right: 350px;
}

.customize {
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.buttoon {
    background-color: #a20404;
    color: white;
    border: none;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

    .buttoon:hover {
        background-color: #870707;
        color: white;
    }

.custom-spaced-grid {
    gap: 140px;
}

@@media (max-width: 640px) {
    .custom-spaced-grid > * {
        width: 100% !important;
        margin-bottom: 3rem !important;
    }

        .custom-spaced-grid > *:last-child {
            margin-bottom: 0 !important;
        }

    .custom-spaced-grid {
        gap: 0;
    }

    .uk-responsive-width {
        max-width: 80% !important;
    }
}

.text-white {
    color: white !important;
}

:lang(en) .swiper-slide {
    height: 100vh !important;
}

.height-100 {
    height: 100% !important;
}

.text-gray {
    color: #494949;
}

.arrow-container {
    display: flex;
    align-items: end;
    margin-left: 60px;
}

.line {
    width: 12px; /* Adjust the length of the line as needed */
    height: 2px; /* Adjust the thickness of the line as needed */
    background-color: red;
    margin-bottom: 4px;
}

.arrow {
    width: 0;
    height: 0;
    border-top: 5px solid transparent; /* Reduced for better appearance with line */
    border-bottom: 5px solid transparent; /* Reduced for better appearance with line */
    border-left: 5px solid red; /* Reduced for better appearance with line */
}

.card {
    position: relative;
    overflow: hidden;
}

.image-container {
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    transform-origin: bottom left; /* Keep bottom-left fixed */
}

.card:hover .image-container {
    transform: scale(1.5); /* Only scale, no translation */
    opacity: 0.7;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 165, 0, 0); /* Light orange with transparency */
    transition: background-color 0.3s ease-in-out;
    pointer-events: none; /* Ensure the overlay doesn't block interactions */
}

.card:hover .overlay {
    background-color: rgba(245, 134, 11, 0.6); /* Light orange with transparency */
}

.logo-size {
    height: 75px;
}

.uk-slidenav {
    border: black;
    color: #1e87f0;
}

@media (max-width: 426px) {
    .uk-responsive-width {
        max-width: 80% !important;
    }

    .swiper-slide.padding-100 {
        padding-top: 75px !important;
        margin-top: 0 !important;
        height: 100% !important;
    }
}

.padding-75 {
    padding-top: 75px !important;
}

.padding-80 {
    padding-top: 80px !important;
}

.swiper-slide {
    height: calc(100vh - 75px) !important;
}

#home-footer {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 10px 0;
    width: 100%;
    color: #fff;
}

.rahavard-w-d {
    width: 520px;
    height: 90px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 25px;
    border-radius: 4px;
    overflow: hidden;
}

.rahavard-w {
    width: 520px;
}