
/* mainviual */

.priceWapper{
    height: 28rem;
    padding-top: 4rem;
    background-image: url("/Media/price/price-header.webp");
    background-size: cover;
    background-position: top;
    display: flex;
    align-items: center;
}

#mainviual h1::after{
    content: "Price";
    font-weight: 400;
    font-size: 5rem;
    line-height: 80px;
    color: #fff;
}

/* servisise */

.serviceWapper{
    margin: 5% 0;
    padding: 12% 0;
    background-image: url("/Media/price/price-ribon.webp");
    background-size: cover;
    background-position: bottom;
}

.serviceContainer{
    display: flex;
    width: 90%;
    max-width: 1000px;
    justify-content: space-between;
    margin: 0 auto;
}

.containerSecond{
    margin-top: 7%;
}

.serviceContainer img{
    width: 45%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.serviceContainer .serviceItemText{
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.serviceContainer .serviceItemText .serviceItemTitle{
    font-style: normal;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 40px;
    color: #fff;
}

.serviceContainer .serviceItemText .itemHeading{
    font-style: normal;
    font-weight: 700;
    font-size: 1.05rem;
    line-height: 30px;
    letter-spacing: 0.65024px;
    color: #2e2e2e;
}

.serviceContainer .serviceItemText .itemDetail{
    color: #333333;
    line-height: 30px;
}






/* price */

.priceContainer{
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
}

.priceTitle{
    padding: 2% 0;
    text-align: center;
    background: linear-gradient(180deg, rgba(0, 56, 130, 0.3) 0%, rgba(43, 118, 217, 0) 69.27%, rgba(43, 118, 217, 0.3) 100%), linear-gradient(196.03deg, rgba(128, 210, 242, 0.7) 0%, rgba(128, 210, 242, 0) 52.6%, rgba(128, 210, 242, 0.7) 100%, rgba(128, 210, 242, 0.625443) 100%), #2B76D9;
}

.priceTitle h1{
    font-size: 3rem;
    color: #fff;
    font-weight: 900;
    margin-bottom: 1%;
}

.priceTitle p{
    font-size: 1rem;
    color: #fff;
    font-weight: 700;
}

.arrertContainer{
    margin-top: 7%;
    width: 100%;
}

.arrertContainer h1{
    margin-bottom: 5%;
    font-size: 2rem;
    border-bottom: 1px solid #ddd;
}

.arrertContainer .arrertContainerImg{
    text-align: center;
}

.arrertContainer p{
    font-size: 1rem;
    margin-top: 3%;
}

.priceMapContainer{
    margin-top: 7%;
}

.priceMapContainer .priceMapTitle{
    margin-bottom: 2%;
    height: fit-content;
    border-bottom: 1px dashed #222222;
    padding-bottom: 3%;
}

.priceMapContainer .priceMapTitle h1{
    width: fit-content;
    font-size: 1.3rem;
    line-height: 27px;
    font-weight: 700;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, #1BC0E7 60%, #1B9AB8 100%);   
}

.priceTableContainer h1{
    width: fit-content;
    font-style: normal;
    font-weight: 900;
    font-size: 1.6rem;
    line-height: 29px;
    color: #333333;
    margin: 5% auto 2% auto;
}

.priceTableContainer
.big-price{
    text-align: center;
}

.priceTableContainer
.big-price h2{
    font-family: 'Inter';
    font-style:normal;
    font-weight: 100;
    font-size: 5.5rem;
    line-height: 100px;
    margin: 0 auto;
    color: #2B76D9;
}

.priceTableContainer
.big-price p{
    margin-top: 2%;
}

.priceTableContainer table{
    width: 100%;
    table-layout: fixed;
}

.priceTableContainer .price-table-sp{
    display: none;
}

.priceTableContainer .price-table-sp .tr{
    width: 100%;
}
.priceTableContainer .price-table-sp tr 
th:nth-child(1){
    width: 60%;
}

.priceTableContainer .price-table-sp tr
th:nth-child(2){
    width: 100rem;
}

.main-table{
    margin-bottom: 24px;
}

.priceTableContainer .table-title{
    margin-top: 5%;
}

.priceTableContainer .price-table tr th{
    border: 1px solid #ddd; 
}

.priceTableContainer .price-table tr th span{
    font-size: 0.8rem;
}

.priceTableContainer 
.price-table tr .first-column{ 
    width: 20%;
}

.priceTableContainer table tr{
    height: 3rem;
}

.priceTableContainer .training-table tr th{
    height: 3rem;
    width: 40%;
    border: 1px solid #ddd; 
}

.priceTableContainer .training-table .table-title{
    width: 20%;
}

.priceTableContainer table tr:nth-child(1){
    background-color: #2B76D9;
    color: #fff;
}

.priceTableContainer .colums{ 
    background-color: #80D2F2;
    text-align: left;
    padding-left: 2%;
    font-size: 1.1rem;
}

.werringText{
    margin-top: 5%;
}



.accidentPriceContainer{
    margin-top: 5%;
}

.accidentPriceContainer h1{
    border-bottom: 1px dashed #222222;
    padding-bottom: 3%;
    font-style: normal;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 27px;
}

.accidentPriceContainer .accidentTextBox{
    margin: 5% 0;
}

.accidentPriceContainer .accidentTextBox .mid{
    margin: 3% 0;
}

.accidentPriceContainer .workAccident h2{
    font-weight: 700;
    font-size: 1.15rem;
    line-height: 22px;
    margin-bottom: 2%;
}

.accidentPriceContainer .workAccident h2 span{
    margin-right: 1%;
}






@media (max-width:768px){

    .priceWapper{
        height: 18rem;
        padding: 2rem;
    }



    .serviceContainer{
        margin-top: 5%;
        flex-direction: column;
        width: 95%;
    }

    .containerSecond{
        flex-direction: column-reverse;
        margin-top: 7rem;
    }

    .serviceContainer img{
        width: 100%;
        aspect-ratio: 16/9;
        object-fit: cover;
    }
    
    .serviceContainer .serviceItemText{
        width: 100%;
    }

    .serviceContainer .serviceItemText .serviceItemTitle{
        font-size: 1.4rem;
        margin: 5% 0;
        color: #333333;
    }
    
    .serviceContainer .serviceItemText .itemHeading{
        margin-bottom: 3%;
    }
    
    .serviceContainer .serviceItemText .itemDetail{
        margin-bottom: 5%;
        line-height: 25px;
    }



    .priceContainer{
        width: 95%;
    }

    .arrertContainer,
    .arrertContainerImg,
    .arrertContainerImg img{
        width: 100%;
    }

    /* table */
    .priceTableContainer .price-table-sp{
        display: block;
    }

    .priceTableContainer .price-table{
        display: none; 
    }

    .priceTableContainer .colums{ 
        font-size: 1rem;
    }

    .priceTableContainer .training-table .table-title{
        width: 25%;
    }

}
