body {
    font-family: 'vazir';
}

main {
    overflow: hidden;

    >header {
        background-image: url(../img/heromobile.webp);
        width: 100%;
        height: 200px;
        background-position: center;
        background-size: cover;
        position: relative;

        >div {

            /* display: flex;
    justify-content: space-between; */
            >a {
                >img {
                    width: 100px;
                    margin-top: 15px;
                    position: relative;
                }
            }

            >button {
                background-color: #4756b4;
                color: white;
                padding: 6px 10px;
                position: absolute;
                left: 15px;
                top: 15px;

                >i {
                    width: 36px;
                    color: white;
                }
            }
        }

        >.frm1 {
            position: absolute;
            bottom: -18px;
            position: relative;

            >i {
                position: absolute;
                right: 15px;
                top: 20px;
            }

            >input {
                cursor: pointer;
                width: 100%;
                height: 60px;
                border-radius: 14.5px;
                border: none;
                box-shadow: 0 0 1.5px 0 rgba(0, 0, 0, 0.282);
            }

            input::placeholder {
                margin-right: 15px;
            }

            >.div1 {
                display: none;
            }
        }
    }

    >section {
        /* margin-bottom: 1000px; */

        &:nth-of-type(1) {
            >div {
                >div {

                    min-width: 84px;
                    height: 120px;
                    border-radius: 15px;

                    &:hover {
                        background-color: #fbfbff;
                    }

                    &:nth-of-type(1) {
                        min-width: 64px;
                        height: 120px;
                        position: relative;

                        span {
                            &:nth-of-type(1) {
                                color: white;
                                text-align: center;
                                border-radius: 100px;
                                width: 50px;
                                height: 16px;
                                padding-top: 2px;
                                position: absolute;
                                top: 2px;
                                left: 33px;
                                margin-top: 2px;
                                background-color: #d92032;
                                font-size: 9px;
                            }



                            &:nth-of-type(2) {
                                font-size: 12px;
                                color: #48464c;
                            }
                        }
                    }

                    >span {
                        font-size: 12px;
                        color: #48464c;
                    }

                    >img {
                        padding: 10px;
                        background-color: #f1f2f8;
                        width: 52px;
                        height: 52px;
                        border-radius: 12px;
                    }
                }

                >.div23 {
                    >img {
                        width: 100%;
                        height: 100px;
                        object-fit: contain;
                        border-radius: 30px;
                    }
                }
            }
        }

        &:nth-of-type(2) {
            >h5 {}

            >div {
                display: flex;
                flex-direction: row;
                /* justify-content: center;
                align-items: center; */
                flex-wrap: nowrap;
                overflow: auto;
                background-color: white;

                >div {
                    width: 184px;
                    height: 218px;

                    >img {

                        width: 100%;
                        height: 100%;
                        background-color: white;
                    }

                    >div {
                        position: relative;
                        bottom: 42px;
                        right: 20px;
                        z-index: 1;
                    }
                }
            }
        }

        &:nth-of-type(3) {
            >div {
                >h5 {}

                >span {
                    >h6 {
                        color: #4756b4;
                    }

                    >i {
                        color: #4756b4;
                    }
                }

                &:nth-of-type(2) {

                    #sp {
                        display: flex;
                        flex-direction: row;
                        gap: 15px;
                        overflow: auto;

                        >div {
                            height: 380px;
                            position: relative;

                            >img {
                                width: 300px;
                                height: 231px;
                                border-radius: 12px;
                            }

                            >span {
                                &:nth-of-type(1) {

                                    >i {
                                        font-size: 19px;
                                        position: absolute;
                                        left: 15px;
                                        top: 15px;
                                        background-color: white;
                                        width: 30px;
                                        height: 25px;
                                        color: black;
                                        border-radius: 8px;
                                        text-align: center;

                                    }
                                }

                                &:nth-of-type(2) {
                                    margin-top: 15px !important;

                                    >i {
                                        color: #4756b4;
                                        margin-right: 5px;
                                    }

                                    >.span1 {
                                        font-weight: bold;
                                    }

                                    >.span2 {
                                        font-weight: 200;

                                    }
                                }
                            }

                            >p {}

                            >.sp7 {
                                >i {}
                            }

                            >.sp8 {
                                >strong {
                                    color: rgba(0, 0, 0, 0.808) !important;
                                }
                            }
                        }
                    }
                }

                &:nth-of-type(4) {

                    #sp {
                        display: flex;
                        flex-direction: row;
                        gap: 15px;
                        overflow: auto;

                        >div {
                            height: 370px;
                            position: relative;

                            >img {
                                width: 300px;
                                height: 231px;
                                border-radius: 12px;
                            }

                            >span {
                                &:nth-of-type(1) {

                                    >i {
                                        font-size: 19px;
                                        position: absolute;
                                        left: 15px;
                                        top: 15px;
                                        background-color: white;
                                        width: 30px;
                                        height: 25px;
                                        color: black;
                                        border-radius: 8px;
                                        text-align: center;

                                    }
                                }

                                &:nth-of-type(2) {
                                    margin-top: 15px !important;

                                    >i {
                                        color: #4756b4;
                                        margin-right: 5px;
                                    }

                                    >.span1 {
                                        font-weight: bold;
                                    }

                                    >.span2 {
                                        font-weight: 200;

                                    }
                                }
                            }

                            >p {}

                            >.sp7 {
                                >i {}
                            }

                            >.sp8 {
                                >strong {
                                    color: rgba(0, 0, 0, 0.808) !important;
                                }
                            }
                        }
                    }
                }

                &:nth-of-type(6) {

                    #sp {
                        display: flex;
                        flex-direction: row;
                        gap: 15px;
                        overflow: auto;

                        >div {
                            height: 370px;
                            position: relative;

                            >img {
                                width: 300px;
                                height: 231px;
                                border-radius: 12px;
                            }

                            >span {
                                &:nth-of-type(1) {

                                    >i {
                                        font-size: 19px;
                                        position: absolute;
                                        left: 15px;
                                        top: 15px;
                                        background-color: white;
                                        width: 30px;
                                        height: 25px;
                                        color: black;
                                        border-radius: 8px;
                                        text-align: center;

                                    }
                                }

                                &:nth-of-type(2) {
                                    margin-top: 15px !important;

                                    >i {
                                        color: #4756b4;
                                        margin-right: 5px;
                                    }

                                    >.span1 {
                                        font-weight: bold;
                                    }

                                    >.span2 {
                                        font-weight: 200;

                                    }
                                }
                            }

                            >p {}

                            >.sp7 {
                                >i {}
                            }

                            >.sp8 {
                                >strong {
                                    color: rgba(0, 0, 0, 0.808) !important;
                                }
                            }
                        }
                    }
                }

                &:nth-of-type(8) {

                    #sp {
                        display: flex;
                        flex-direction: row;
                        gap: 15px;
                        overflow: auto;

                        >div {
                            height: 370px;
                            position: relative;

                            >img {
                                width: 300px;
                                height: 231px;
                                border-radius: 12px;
                            }

                            >span {
                                &:nth-of-type(1) {

                                    >i {
                                        font-size: 19px;
                                        position: absolute;
                                        left: 15px;
                                        top: 15px;
                                        background-color: white;
                                        width: 30px;
                                        height: 25px;
                                        color: black;
                                        border-radius: 8px;
                                        text-align: center;

                                    }
                                }

                                &:nth-of-type(2) {
                                    margin-top: 15px !important;

                                    >i {
                                        color: #4756b4;
                                        margin-right: 5px;
                                    }

                                    >.span1 {
                                        font-weight: bold;
                                    }

                                    >.span2 {
                                        font-weight: 200;

                                    }
                                }
                            }

                            >p {}

                            >.sp7 {
                                >i {}
                            }

                            >.sp8 {
                                >strong {
                                    color: rgba(0, 0, 0, 0.808) !important;
                                }
                            }
                        }
                    }
                }

                &:nth-of-type(10) {

                    #sp {
                        display: flex;
                        flex-direction: row;
                        gap: 15px;
                        overflow: auto;

                        >div {
                            height: 370px;
                            position: relative;

                            >img {
                                width: 300px;
                                height: 231px;
                                border-radius: 12px;
                            }

                            >span {
                                &:nth-of-type(1) {

                                    >i {
                                        font-size: 19px;
                                        position: absolute;
                                        left: 15px;
                                        top: 15px;
                                        background-color: white;
                                        width: 30px;
                                        height: 25px;
                                        color: black;
                                        border-radius: 8px;
                                        text-align: center;

                                    }
                                }

                                &:nth-of-type(2) {
                                    margin-top: 15px !important;

                                    >i {
                                        color: #4756b4;
                                        margin-right: 5px;
                                    }

                                    >.span1 {
                                        font-weight: bold;
                                    }

                                    >.span2 {
                                        font-weight: 200;

                                    }
                                }
                            }

                            >p {}

                            >.sp7 {
                                >i {}
                            }

                            >.sp8 {
                                >strong {
                                    color: rgba(0, 0, 0, 0.808) !important;
                                }
                            }
                        }
                    }
                }
            }
        }

        &:nth-of-type(5) {
            >div {
                >h5 {}

                >span {
                    >h6 {
                        color: #4756b4;
                    }

                    >i {
                        color: #4756b4;
                    }
                }

                &:nth-of-type(2) {

                    #sp {
                        display: flex;
                        flex-direction: row;
                        gap: 15px;
                        overflow: auto;

                        >div {
                            height: 245px;
                            position: relative;

                            >img {
                                width: 265px;
                                height: 181px;
                                border-radius: 12px;
                            }

                            >span {
                                &:nth-of-type(1) {

                                    >i {
                                        font-size: 19px;
                                        position: absolute;
                                        left: 15px;
                                        top: 15px;
                                        background-color: white;
                                        width: 30px;
                                        height: 25px;
                                        color: black;
                                        border-radius: 8px;
                                        text-align: center;

                                    }
                                }

                                &:nth-of-type(2) {
                                    margin-top: 15px !important;

                                    >i {
                                        color: #4756b4;
                                        margin-right: 5px;
                                    }

                                    >.span1 {
                                        font-weight: bold;
                                    }

                                    >.span2 {
                                        font-weight: 200;

                                    }
                                }
                            }

                            >span {
                                font-size: 14px;
                                display: block;
                            }

                            >.sp7 {
                                >i {}
                            }

                            >.sp8 {
                                >strong {
                                    color: rgba(0, 0, 0, 0.808) !important;
                                }
                            }
                        }
                    }
                }
            }
        }

        &:nth-of-type(6) {
            >div {
                >h3 {}

                >div {
                    >.spsp1 {
                        display: block;
                        margin-top: 15px;
                        color: #7b7b7d;
                        font-size: 14px;
                    }

                    &:nth-of-type(3) {
                        >div {
                            &:nth-of-type(2) {
                                >a {
                                    >span {


                                        >i {
                                            margin-right: 30px;
                                            font-size: 26px;
                                            margin-bottom: 10px;

                                        }
                                    }
                                }
                            }
                        }
                    }

                    &:nth-of-type(4) {
                        >button {
                            width: 23%;
                            height: 44px;
                            border: 2px solid #65656583;

                            >i {
                                color: blue;
                                font-size: 25px;
                                position: relative;
                                top: 8px;
                            }
                        }
                    }
                }
            }
        }
    }

}



.buttono {
    /* width: 50%; */
    height: 44px;
    border: 2px solid #65656583;

    >i {
        color: blue;
        font-size: 25px;
        position: relative;
        top: 8px;
    }
}


.icon-phone {
    margin-right: 7px;
    font-size: 22px;
}

.divv1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.buttonn {
    border: 1px solid #48464c;
    font-size: 12px;
    color: #322f35;
height: 30px;
margin-top: 5px;

}

.buttonon {
    font-size: 12px ;
    color: #4756b4;
}

h6 {
    margin-top: 30px;
    font-size: 22px;
}

.spsp2 {
    display: block;
    margin-top: 15px;
    font-size: 15px;
}

.spsp1 {
    display: block;
    margin-top: 15px;
    color: #7b7b7d;
    font-size: 14px;
}

.hightt {
    height: 40px;
}

@font-face {
    font-family: 'vazir';
    src: url('../fonts/IRANSansXFaNum-Bold.woff2');
}


.wi-search {
    width: 88%;
    border-radius: 20px;
}

@media screen and (min-width: 580px) {
    .wi-search {
        width: 88%;
        border-radius: 20px;
    }

    .div1 {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    main {
        >header {
            height: 55vh;
            object-fit: cover;
            position: relative;
            border-radius: 0 0 30px 30px;

            >div {
                >a {
                    >img {
                        width: 140px;
                    }
                }

                >button {
                    background-color: #4756b4;
                    color: white;
                    padding: 6px 10px;
                    position: absolute;
                    left: 15px;
                    top: 15px;

                    >i {
                        width: 36px;
                        color: white;
                    }
                }
            }

            >h2 {
                position: relative;
                bottom: -130px;

            }

            >p {
                position: relative;
                bottom: -83px;
                display: block;
                text-align: center;
            }

            >.frm1 {
                position: relative;
                bottom: -90px;

                >input {
                    width: 65%;
                    height: 48px;
                    margin: auto;
                    position: relative;
                }

                >i {
                    position: absolute;
                    top: 15px;
                    right: 125px;
                    box-shadow: none;
                    border: none;
                    z-index: 1;
                }
            }

            >.div1 {
                display: none;
            }
        }
    }
}

.margin1 {
    margin-top: 30px;
}

.margin {
    text-decoration: none;
    position: absolute;
    left: 155px;
    top: 25px;
}

@media screen and (min-width: 992px) {
    main {
        >header {
            min-width: 100%;
            object-fit: contain;
            height: 75vh;

            img {
                margin-right: 35px;
            }

            button {
                margin-left: 20px;
            }

            span {
                margin-left: 20px;
            }

            >.div12 {
                display: block;
                display: flex;
                justify-content: center;
                align-items: center;
                margin-top: 100px;

                >div {
                    width: 980px;
                    height: 65px;
                    background-color: white;
                    display: flex;
                    align-items: center;
                    justify-content: center;

                    >form {
                        i {
                            margin-right: 17px;
                        }

                        >input {
                            border: none;
                            width: 240px;
                            height: 45px;
                        }

                        >input:focus {
                            border: 2px solid red !important;
                        }

                        >span {
                            width: 10px;
                            height: 80px;
                            background-color: red;
                        }

                        >.btn1 {
                            border: none;
                            background-color: white;
                            width: 170px;
                            height: 60px;
                            margin-right: 15px;
                        }


                        >.btn2 {
                            border: none;
                            background-color: white;
                            width: 150px;
                            height: 60px;
                            margin-right: 50px;
                        }

                        >.btn3 {
                            border: none;
                            width: 200px;
                            height: 55px;
                        }
                    }
                }
            }
        }
    }
}

.fss {
    font-size: 12px;
}

.fss1 {
    font-size: 14px;
}

.fss2 {
    font-size: 17px;
}