.position_box {
    width: 100%;
    height: calc(20px + 5rem);
    background: url(../images/service_banner.jpg) no-repeat;
    background-size: cover;

    .position_main {
        max-width: 1500px;
        width: 85%;
        margin: auto;
        height: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: calc(1px + 0.2rem);

        p {
            font-family: Archivo, Archivo;
            font-weight: 400;
            font-size: calc(10px + 0.5rem);
            color: #FFFFFF;
            line-height: calc(10px + 1rem);
            letter-spacing: 1px;

        }
    }
}

.service_box {
    width: 100%;
    padding: calc(23px + 5rem) 0;
    background: url(../images/service_bg.png) no-repeat;
    background-size: cover;

    .service {
        max-width: 1320px;
        width: 85%;
        margin: auto;

        .service_title {
            .p1 {
                font-family: Lalezar_Regular;
                font-weight: 400;
                font-size: calc(6px + 1.5rem);
                color: #333333;
                letter-spacing: 1px;
                text-align: center;
                font-style: normal;
                text-transform: none;
                text-transform: uppercase;
            }

            .p2 {
                font-family: Inter_Regular;
                font-weight: 400;
                font-size: calc(6px + 0.5rem);
                color: #999999;
                line-height: calc(4px + 1rem);
                text-align: center;
                font-style: normal;
                text-transform: none;
                margin-top: calc(2px + 0.25rem);
            }
        }
    }
}

.service_card {
    margin-top: calc(2px + 4rem);
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: calc(7px + 2rem);

    .service_card_item {
        width: 31.8181%;
        height: calc(96px + 10rem);
        background: rgba(217, 217, 217, 0);
        border-radius: calc(0px + 0.2rem);
        border: 1px solid #D9D9D9;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: .5s;
        cursor: pointer;

        .service_card_item_icon {
            width: calc(8px + 2rem);

            img {
                width: 100%;
                display: none;
            }

            img:nth-of-type(1) {
                display: block;
            }
        }

        .p1 {
            font-family: Inter_Semi_Bold;
            font-weight: normal;
            font-size: calc(6px + 0.5rem);
            color: #333333;
            line-height: calc(10px + 0.5rem);
            text-align: center;
            font-style: normal;
            text-transform: none;
            margin-top: calc(3px + 1.5rem);
        }

        .p2 {
            width: calc(7px + 15rem);
            font-family: Inter_Regular;
            font-weight: 400;
            font-size: calc(6px + 0.5rem);
            color: #999999;
            line-height: calc(4px + 1rem);
            text-align: center;
            font-style: normal;
            text-transform: none;
            margin-top: calc(5px + 0.5rem);
        }
    }

    .service_card_item:hover {
        background: linear-gradient(180deg, #104D8C 52%, #00A1E5 100%);

        .p1 {
            color: #ffffff;
        }

        .p2 {
            color: #ffffff;
        }

        .service_card_item_icon {
            img {
                display: block;
            }

            img:nth-of-type(1) {
                display: none;
            }
        }

    }
}

.production_box {
    width: 100%;
    padding-top: calc(18px + 3rem);

    .production {
        max-width: 1233px;
        width: 85%;
        margin: auto;

        .production_title {
            .p1 {
                font-family: Lalezar_Regular;
                font-weight: 400;
                font-size: calc(6px + 1.5rem);
                color: #333333;
                letter-spacing: 1px;
                text-align: center;
                font-style: normal;
                text-transform: none;
                text-transform: uppercase;
            }

            .p2 {
                font-family: Inter_Regular;
                font-weight: 400;
                font-size: calc(6px + 0.5rem);
                color: #999999;
                line-height: calc(4px + 1rem);
                text-align: center;
                font-style: normal;
                text-transform: none;
                margin-top: calc(2px + 0.25rem);
            }
        }

        .production_main {
            margin-top: calc(1px + 1.5rem);
            display: flex;
            justify-content: space-between;
            align-items: center;

            .production_item {
                width: 48.6618%;

                .production_item_pic {
                    width: 100%;
                    height: calc(60px + 15rem);

                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }
                }

                .production_item_text {
                    margin-top: calc(4px + 1.5rem);
                    width: calc(120px + 20rem);
                    font-family: Inter_Regular;
                    font-weight: 400;
                    font-size: calc(6px + 0.5rem);
                    color: #333333;
                    line-height: calc(8px + 1rem);
                    text-align: justified;
                    font-style: normal;
                    text-transform: none;
                }
            }
        }
    }
}

.service_3_box {
    width: 100%;
    padding: calc(65px + 5rem) 0;

    .service_3 {
        max-width: 1321px;
        width: 85%;
        margin: auto;

        .service_3_item {
            display: flex;
            justify-content: space-between;
            align-items: center;

            .service_3_con {
                width: 42.7706%;

                .p1 {
                    font-family: Inter_Semi_Bold;
                    font-weight: normal;
                    font-size: calc(4px + 1rem);
                    color: #333333;
                    line-height: calc(10px + 0.5rem);
                    letter-spacing: 1px;
                    text-align: left;
                    font-style: normal;
                    text-transform: none;
                }

                .p2 {
                    margin-top: calc(10px + 0.5rem);
                    font-family: Inter_Medium;
                    font-weight: 500;
                    font-size: calc(6px + 0.5rem);
                    color: #333333;
                    line-height: calc(8px + 1rem);
                    text-align: justified;
                    font-style: normal;
                    text-transform: none;
                }

                .p3 {
                    margin-top: calc(20px + 0.35rem);
                    display: flex;
                    flex-direction: column;
                    justify-content: flex-start;
                    gap: calc(2px + 1rem);

                    .p3_text {
                        display: flex;
                        justify-content: flex-start;
                        gap: calc(2px + 1rem);

                        .icon {
                            width: calc(8px + 0.5rem);
                            position: relative;
                            top: calc(1px + 0.2rem);

                            img {
                                width: 100%;
                            }
                        }

                        p {
                            flex: 1;
                            font-family: Inter_Regular;
                            font-weight: 400;
                            font-size: calc(6px + 0.5rem);
                            color: #666666;
                            line-height: calc(8px + 1rem);
                            text-align: justified;
                            font-style: normal;
                            text-transform: none;
                        }
                    }
                }
            }
        }

        .service_3_item:nth-of-type(2) {
            flex-flow: row-reverse;
            margin-top: calc(15px + 4rem);
        }
    }

}

@media (max-width: 800px) {
    .service_box {
        .service {
            .service_title {
                .p1 {
                    font-size: calc(12px + 1rem);
                }

                .p2 {
                    font-size: calc(10px + 1rem);
                    line-height: 1.5;
                }
            }

            .service_card {
                .service_card_item {
                    width: 48%;
                    height: calc(96px + 46rem);

                    .service_card_item_icon {
                        width: calc(8px + 7rem);
                    }

                    .p1 {
                        font-size: calc(12px + 1rem);
                        line-height: 1.5;
                    }

                    .p2 {
                        font-size: calc(10px + 1rem);
                        line-height: 1.5;
                        width: 95%;
                    }
                }
            }
        }
    }

    .production_box {
        .production {
            .production_title {
                .p1 {
                    font-size: calc(14px + 1rem);
                }

                .p2 {
                    font-size: calc(10px + 1rem);
                    line-height: 1.5;
                }
            }

            .production_main {
                display: flex;
                flex-direction: column;
                justify-content: flex-start;
                gap: calc(10px + 1rem);

                .production_item {
                    width: 100%;

                    .production_item_pic {
                        width: 100%;
                        height: calc(60px + 33rem);
                    }

                    .production_item_text {
                        width: 100%;
                        font-size: calc(10px + 1rem);
                        line-height: 1.5;
                    }
                }
            }
        }
    }

    .service_3_box {
    .service_3 {
        .service_3_item{
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            gap: calc(10px + 1rem);
            .service_3_con {
                width: 100%;
                .p1{
                    font-size: calc(14px + 1rem);
                }
                .p2{
                    font-size: calc(10px + 1rem);
                    line-height: 1.5;
                }
                .p3{
                    .p3_text{
                        .icon {
                            width: calc(15px + 0.5rem);
                          
                        }
                        p{
                            font-size: calc(10px + 1rem);
                            line-height: 1.5;
                        }
                       
                    }
                }
            }
        }
        .service_3_item:nth-of-type(2){
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            gap: calc(10px + 1rem);
        }
    }
}


}