/* STYLE 18 */
.style18 .title-header h4{
    font-size: 38px;
    font-weight: bold;
    font-weight: 700;
}

.style18 .title-header h4 span{
    line-height: 1;
    font-size: 22px;
    font-weight: 400;
}

.style18 .nav.nav1 li,.style18 .nav.nav2 li,.style18 .nav.nav3 li{
    font-weight: 400;
    font-size: 16px;
}

.style18 .parts-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 55px;
    grid-column-gap: 20px;
    /* background-color: #f3f3f3; */
}

.style18 .part {
    border-radius: 5px;
    background-color: #FFF;
    text-align: center;
    height: fit-content;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.style18 .part p{
    font-size: 15px;
}

.style18 .part img {
    position: relative;
    width: 80%;
    margin-top: 15px;
    max-height: 250px;
    object-fit: scale-down;
}

.style18 .part:hover {
    -webkit-box-shadow: 0px 33px 70px 0px rgb(0 0 0 / 19%);
    box-shadow: 0px 33px 70px 0px rgb(0 0 0 / 19%);
}

.style18 .part .lower-content {
    padding: 10px 20px;
    position: relative;
    text-align: center;
}

.style18 .part h4 {
    margin-bottom: 10px;
    position: relative;
    font-weight: 600;
    color: #242424;
}

.style18 .part h4 a {
    color: unset;
    text-decoration: none;
}

.style18 .part .lower-content p {
    color: #797979;
}

.style18 .part p.price {
    color: #e93030;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 15px;
}

.style18 .lower-content .lower-box {
    position: absolute;
    left: 0px;
    right: 0px;
    opacity: 0;
    bottom: 0px;
    padding: 0px 15px 0px;
    border-radius: 0px 0px 5px 5px;
    background-color: #ffffff;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.style18 .part .lower-content .lower-box {
    position: absolute;
    left: 0px;
    right: 0px;
    opacity: 0;
    bottom: 0px;
    padding: 0px 15px 0px;
    border-radius: 0px 0px 5px 5px;
    background-color: #ffffff;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.style18 .part .lower-content .lower-box a {
    bottom: -6px;
    font-size: 13px;
    font-weight: 600;
    padding: 9px 40px 9px;
    border-radius: 5px 5px 0px 0px;
    font-family: "Poppins", sans-serif;
}

.style18 .part .lower-content .lower-box a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    letter-spacing: 2px;
    padding: 12px 46px 12px;
    font-weight: 400;
    overflow: hidden;
    background: #a41a13;
    border-radius: 5px 5px 0 0;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    font-weight: 600;
}

.style18 .part .lower-content .lower-box a {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.style18 .lower-box a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background-color: #0f1924;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
}

.style18 .lower-box a:hover {
    color: #fff;
    z-index: 1;
}

.style18 .part .lower-content .lower-box a:hover:before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.style18 .part:hover .lower-content .lower-box {
    opacity: 1;
    bottom: -45px;
}
