﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    scrollbar-width: thin;
}

:root {
    --primary-color: #D00B13;
    --secondary-color: #153865;
}

body {
    font-family: "Poppins", serif;
    overflow-x:hidden;
}

.primary {
    color: var(--secondary-color);
}

.bg-secondary {
    background-color: var(--secondary-color) !important;
}

.form-control {
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0;
}

.form-check-label {
    font-size: 12px;
}

.btn {
    max-width: 220px;
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 24px;
    background-color: #2A2E44;
    border: 1px solid #656B8D;
    transition: all 0.3s ease-in-out;
    justify-content: center;
    font-size: 14px;
}

.btn-secondary {
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}

.btn:hover {
    background-color: white;
    color: #2A2E44;
    border: 1px solid #656B8D;
}

.btn-outline-primary {
    background: transparent;
    border: 1px solid white;
    color: white;
}

.btn-outline-secondary {
    background: transparent;
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
}

.btn img {
    height: 20px;
    width: 20px;
    margin-right: 4px;
}

.contactBtn {
    padding: 4px 20px;
    color: white;
    font-size: 14px;
    font-weight: 500;
    background-color: var(--secondary-color);
    border: none;
    border-radius: 4px;
}

.contactBtn1 {
    padding: 4px 20px;
    color: var(--secondary-color);
    font-size: 14px;
    font-weight: 500;
    border: none;
    border-radius: 4px;
}


.imgSlide {
    height: 90vh;
}

.Title {
    color: var(--secondary-color);
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
}

.icon {
    cursor: pointer;
}

    .icon img {
        height: 22px !important;
        width: 22px !important;
        object-fit: contain;
    }

.card {
    box-shadow: 0 4px 10px rgba(128,128,128,0.4);
    border: none;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

    .card:hover {
        transform: scale(1.02);
    }

.containerImg {
    height: 97vh;
    width: 100%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%), url('../Images/group2.JPG') no-repeat;
    background-size: cover;
}

    .containerImg h3 {
        font-size: 35px;
        font-weight: 700;
        color: white;
    }

    .containerImg p {
        color: white;
    }

.AbouutText {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .AbouutText span {
        font-size: 26px;
        font-weight: bold;
    }

    .AbouutText .left {
        width: 65%;
        display: flex;
        flex-direction: column;
    }

    .AbouutText .right {
        width: 30%;
        display: flex;
        flex-direction: column;
    }

        .AbouutText .right.ceoImg img {
            padding: 4px;
            border: 1px solid rgba(128,128,128,0.7);
            border-radius: 4px;
            width: 100%;
            height: 40vh;
            object-fit: fill;
        }

        .AbouutText .right img {
            width: 35px;
            height: 35px;
        }
        /* .AbouutText p {
        font-size: 18px;
        font-weight: 500;
    }*/
        .AbouutText .right b {
            color: var(--secondary-color);
        }

.valuable-client-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease;
}

    .valuable-client-card:hover {
        transform: scale(1.05);
    }

.valuable-client-photo {
    object-fit: contain;
    margin-bottom: 10px;
    width: 40%;
}

.valuable-client-content h3 {
    color: #D00B13;
    font-size: 18px;
    margin: 5px 0;
}

.company {
    font-weight: bold;
    color: #333;
}

.description {
    font-style: italic;
    color: #666;
}

.swiper-button-next, .swiper-button-prev {
    color: #282424 !important;
    padding: 4px;
    border: 1px solid gray;
    border-radius: 50%;
    height: 40px !important;
    width: 40px !important;
}

    .swiper-button-next:hover, .swiper-button-prev:hover {
        background-color: rgba(128,128,128,0.6);
    }

.swiper-pagination-bullet-active {
    background: var(--secondary-color);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 25px !important;
    color: black;
}

.tstImg img {
    border-radius: 12px;
    box-shadow: 3px 2px 20px rgba(0,0,0,0.1);
    width: 80%;
    height: 30vh;
}

.testimonials-section {
    text-align: center;
    padding: 60px 20px;
    background-color: #f8f9fa;
}

.subtitle {
    font-size: 18px;
    color: #6c757d;
    margin-bottom: 30px;
}

.testimonials-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.TestimonialView span {
    font-size: 13px;
    font-weight: 500;
    text-align: center;
}

.testimonial-card {
    background: white;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 320px;
    text-align: center;
    position: relative;
    transition: transform 0.3s ease-in-out;
}

    .testimonial-card:hover {
        transform: scale(1.05);
    }

.testimonial-photo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-top: -40px;
    border: 3px solid white;
}

.company {
    font-size: 14px;
    color: #777;
    margin-top: -5px;
    font-weight: bold;
}

blockquote {
    font-style: italic;
    color: #555;
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.5;
}

.right.contact p {
    font-size: 14px;
}

footer li {
    font-size: 14px;
    line-height: 35px;
    font-weight: 500;
    cursor: pointer;
}

.product-sweeper {
    max-width: 1000px;
}

    .product-sweeper .discount-card {
        height: 250px;
        background-color: #212844;
    }

        .product-sweeper .discount-card::before {
            content: '';
            position: absolute;
            top: -99px;
            right: 120px;
            width: 320px;
            height: 250px;
            background: radial-gradient( circle, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 40%, transparent 70% );
            border-radius: 50%;
            z-index: 0;
            filter: blur(2px);
            border: 1px solid;
        }

.discount-card {
    width: 250px;
    height: 140px;
    background-color: #2B2B2B;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    padding: 15px;
    color: white;
    font-weight: bold;
    font-size: 18px;
}

    .discount-card::before {
        content: '';
        position: absolute;
        top: -50px;
        right: -35px;
        width: 170px;
        height: 150px;
        background: radial-gradient( circle, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 40%, transparent 70% );
        border-radius: 50%;
        z-index: 0;
        filter: blur(2px);
        border: 1px solid;
    }

    .discount-card p {
        position: relative;
        z-index: 1; /* Ensure the text appears above the gradient */
    }

    .discount-card:hover::before {
        transform: scale(1.1);
        transition: transform 0.3s ease;
    }

    .discount-card img {
        height: 120px;
        z-index: 1;
    }

@media (max-width:560px) {
    .containerImg h3 {
        font-size: 20px;
        font-weight: 600;
        color: white;
    }

    .AbouutText span {
        font-size: 16px;
        font-weight: bold;
    }

    .AbouutText p {
        font-size: 12px;
        font-weight: 500;
    }

    .imgSlide {
        height: 40vh;
    }

    .containerImg .btn {
        display: none;
    }

    .d-xs-none {
        display: none !important;
    }

    .w-xs-100 {
        width: 100% !important;
    }

    .flex-xs-column {
        flex-direction: column !important;
    }

    .order-xs-2 {
        order: 2 !important;
    }

    .order-xs-1 {
        order: 1 !important;
    }

    .col-xs-6 {
        width: 50% !important;
        flex: 0 0 auto;
    }

    .product-card img {
        width: auto;
        height: 75px;
        border-radius: 4px;
        margin-bottom: 12px;
    }

    .product-card {
        width: 160px;
    }
    .discount-card img{
        height:65% !important;
    }
    .discount-card p {
        font-size: 11px;
    }
    .discount-card h3{
        font-size:12px !important;
    }
    .containerImg{
        height:35vh;
    }
    .swiper{
        height:25vh;
    }
}
