﻿ 
body {
    font-family: 'iran', sans-serif !important;
   
    background-color: #f0f8ff;
    color: #333;
}

.container {
    width: 80%;
    margin: auto;
    padding: 20px;
}

.header {
    text-align: center;
    padding: 50px;
    background: radial-gradient(#3f51b55c, #3f51b500, #e0f7fa00);
    border-radius: 42px;
}

    .header img {
        width: 200px;
    }

.features, .pricing, .story {
    margin: 0px 0;
}

.feature-item, .pricing-item {
    margin-bottom: 20px;
}

    .feature-item img, .pricing-item img {
        width: 100%;
    }

.cta {
    text-align: center;
    margin: 50px 0;
}

    .cta button {
        padding: 2px 5%;
        color: #3F51B5;
        border: 1px solid #3F51B5;
        cursor: pointer;
        background: #062cff14;
        border-radius: 20px;
        font-size: 21px;
        transition: all 0.3s ease;
    }

        .cta button:hover {
            background: #3F51B5;
            color: white;
            transition: all 0.3s ease;
        }

.gradient-line {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, transparent, #3F51B5, transparent);
    margin: 20px 0;
}

.footer {
    background: #3F51B5;
    padding: 20px;
    text-align: center;
    color: white;
    border-radius: 40px;
    box-shadow: 5px 5px 8px 2px #acacac;
}

.form-group {
    margin-bottom: 15px;
}

    .form-group input, .form-group textarea {
        background: rgb(225, 225, 230);
        border: 1px solid rgb(72, 64, 64);
        border-radius: 30px; 
        padding: 1% 3%;
        font-size: 16px;
        width: 100%;
    }

    .form-group label {
        margin-right: 4%;
        font-size: 18px;
    }

h2 {
    text-align: center;
    font-size: 40px;
}

h2, h3, h4, h5, h1, p {
    font-family: 'iran', sans-serif !important;
}

.form-group {
    text-align: left;
    width: 50%;
    margin: 5% auto;
}

p {
    font-size: 20px;
    line-height: 2;
}

h4 {
    margin-bottom: 0px
}

.content p {
    font-size: 12px;
}

.position-relative i {
    font-size: 36px;
}

.features {
    height: 20vh;
    margin-bottom: 25%;
}

.footer {
    position: relative;
    background-image: url('/img/consolation.jpg'); /* اینجا URL تصویر پس‌زمینه خود را وارد کنید */
    background-size: cover;
    background-position: center;
    padding: 40px;
    color: white;
    height: 67vh;
}

    .footer::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5); /* کاور سیاه محو */
        z-index: 1;
    }

.form-con {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    z-index: 10000;
    padding: 7% 0;
}

.btn-costom {
    border: 1px solid white;
    background: unset;
    color: white;
    padding: 1% 4%;
    font-size: 20px;
    border-radius: 49px;
    transition: all 0.4s ease;
}

    .btn-costom:hover {
        background: white;
        color: black;
        transition: all 0.4s ease;
    }

.pricing {
    border-radius: 25px !important;
    border: 1px solid #3F51B5 !important;
    padding: 3% 0;
    text-align: center;
}

.list-unstyled {
    padding: 0;
    text-align: right;
}

    .list-unstyled li {
        padding: 3% 0;
    }

        .list-unstyled li span {
            color: #849ef7 !important;
        }

        .list-unstyled li i {
            color: #4CAF50;
        }

.priceing {
    justify-content: center;
}

.types {
    font-size: 14px;
    margin-top: 13px !important;
}

/* mobile */
@media screen and (max-width: 600px) {
    .container {
        width: 100%;
        margin: 0;
        padding: 0px;
    }

    .types {
        font-size: 14px;
        margin-top: -12px !important;
    }
}