* {
    padding: 0;
    margin: 0;
}


:root {
    --main-color: #9587ff;
}
body {
    background-image: url("/المتجر\ الذهبي\ \(1\).webp");
    color: white !important;
    font-family: 'Cairo', sans-serif !important; 
}


a {
    text-decoration: none !important;
}

section {
    margin-bottom: 4rem;
}

span {
    color: var(--main-color);
}

.price {
    font-size: 2rem;
}
li {
    font-size: 1.5rem !important;
}

.contact-btn {
    background-color: var(--main-color);
    color: white;
    padding: 1rem 2rem;
    border-radius: 1rem;
    font-size: 1.3rem;
    transition: all 0.3s ease-in-out;
}
.text-btn{
    background-color: #fff;
        color: var(--main-color);
        padding: 1rem 2rem;
        border-radius: 1rem;
        font-size: 1.3rem;
        transition: all 0.3s ease-in-out;
        width: fit-content;
}
.contact-btn:hover {
    background-color: white;
    color: var(--main-color);
}

@media (min-width: 992px) {
    .border-right {
        text-align: center;
        border-left-width: 3px;
        border-left-color: var(--main-color);
        border-left-style: solid;
}
}

.icons img {
    background: white;
    border-radius: 50px;
    padding: 4px;
    width: 65px;
}

section.contacts-section .row {
    border-top: 2px solid;
    padding-top: 3rem;
}

@media (max-width: 992px) {
    .discount {
        text-align: center;

    }

    li {
        list-style: none;
    }
}