.sec-first {
    display: block;
    color: #000;
    height: auto
}

.sec-first img {
    width: 55%;
    position: absolute;
    left: 66px;
    top: 200px;
    z-index: 1
}

.title-pv {
    display: block;
    font-size: 22px;
    font-weight: 500;
    text-align: right;
    line-height: 2;
    padding: 7px 0
}

.subtitle {
    display: block;
    font-size: 15px;
    text-align: right;
    color: dimgrey
}

.context-pv {
    display: flex;
    font-size: 13px;
    text-align: right;
    width: 100%;
    line-height: 3;
    padding-top: 15px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}

.main-text {
    display: block;
    margin: auto;
    width: 100%;
    height: auto;
    padding-top: 20%;
    padding-bottom: 6%
}

.sec-two {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 100px
}

.list-service {
    display: block;
    float: right;
    height: 350px;
    padding: 10px
}

.enter-service {
    height: 100%;
    width: 100%;
    box-shadow: 3px 1px 10px 0 #00000017;
    background-color: #fff;
    border-radius: 5px
}

.img-service {
    display: block;
    padding: 0
}

.img-service img {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    width: 100%
}

.titr-service {
    display: block;
    height: auto;
    color: dimgrey;
    padding: 15px
}

.titr-service h3 {
    font-size: 15px;
    text-align: center;
    padding: 18px 0;
    color: #6b6b6b;
    margin: auto
}

.titr-service p {
    text-align: justify;
    font-size: 12px;
    padding: 0;
    direction: rtl;
    color: #696969;
    line-height: 2
}

.tit-ser {
    margin-top: 50px;
    display: block;
    text-align: right;
    margin-bottom: 40px
}

.tit-ser h2 {
    font-size: 17px;
    color: #6b6b6b;
    font-weight: 500;
    text-align: center;
    padding-top: 50px
}
.bac-blue{
    background: aliceblue;
}
.image-left img{
    width: 100%;
    height: auto;
}
.pv-img-back{
    display: flex !important;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.text-portal-main{
    height: 70%;
}
.pv-btn-service{
    background: #03A9F4;
    direction: ltr;
    font-size: 15px;
    color: white;
    padding: 3px 10px;
    border-radius: 3px;
    margin-right: 15px;
    text-align: center;
    line-height: 2.3;
}
.pv-btn-service:hover{
    color: white;
    background-color: #1d96f5;
}
.btn-red{
    background-color: #ff9800;
    font-size: 13px;
    padding: 5px 10px;
}
.sec-list-service{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.img-web{
    background-image: url("/img/service/webdesign.webp");
}
.img-portal{
    background-image: url("/img/service/potal.webp");
}
.img-insta{
    background-image: url("/img/service/insta.webp");
}
.img-digital{
    background-image: url("/img/service/digital.webp");
}
.img-seo{
    background-image: url("/img/service/seo.webp");
}
.img-write{
    background-image: url("/img/service/write.webp");
}
.img-ads{
    background-image: url("/img/service/ads.webp");
}
.img-application{
    background-image: url("/img/service/app.webp");
}
.text-hover{
    height: 100%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    transition: all 0.8s ease; /* زمان و نرمی انیمیشن */
}
.text-hover:hover{
    background: #00000040;
    justify-content: center;
}
.text-hover:hover .box-text-service{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.box-text-service{
    position: relative;
    bottom: 0;
    width: 100%;
    height: 62px;
    overflow: hidden;
    padding: 15px;
    color: #fff;
    backdrop-filter: blur(10px);
    background: linear-gradient(to top, rgb(11 59 110 / 77%), rgb(0 123 255 / 38%), rgb(255 255 255 / 0%));
    /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    transition: all 0.5s ease;
    border-radius: 10px;
}

.text-hover h3 ,.text-hover p {
    color: white;
    text-align: center;
    line-height: 2;
    margin: 6px;
    padding: 0;
}
@media only screen and (max-width: 600px) {
    .main-text {
        padding-top: 86%;
        padding-bottom: 19%
    }

    .pv-img-back {
        background-color: #f1f5fd !important;
        background-size: 100% !important
    }

    .sec-first img {
        width: 100%;
        position: absolute;
        left: 0;
        top: 400px;
        z-index: 1
    }

    .title-pv {
        text-align: center
    }

    .context-pv {
        display: block;
        font-size: 13px;
        text-align: center;
        width: 100%;
        line-height: 3;
        padding-top: 15px
    }

    .subtitle {
        text-align: center
    }

    .list-service {
        height: 420px
    }

    .img-service img {
        width: 100%
    }
}

@media only screen and (max-width: 320px) {
    .head-logo img {
        top: 6px
    }
}