/* STYLE 13 */
.style13 .title-header h4{
    color: #FFF;
    font-size: 40px;
    text-transform: capitalize;
    font-weight: 400;
}

.style13 .title-header h4 span{
    line-height: 1;
    font-size: 20px;
    font-weight: normal;
}

.style13 .nav.nav1 li,.style13 .nav.nav2 li,.style13 .nav.nav3 li{
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
}
.style13 .parts-container {
    display: grid;
    padding: 20px !important;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
    background-color: #212529;
    /* padding-top: 20px; */
    padding-bottom: 50px;
}

.style13 .container13 {
    background-color: #212529;
}

.style13 .part {
    border: 2px dashed #d1d1d1;
    border-radius: 10px;
    padding: 80px 10px 160px;
    position: relative;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    margin-top: 60px;
    margin-bottom: 110px;
}

.style13 .part:hover .price {
    background-image: url(../images/offer-shape-white.png);
}

.style13 .part:hover .price small, .style13 .part:hover .price p {
    color: #222;
}

.style13 .part-content {
    text-align: center;
    color: #fff;
}

.style13 .part-content ul {
    margin: 0;
    padding-left: 0;
}

.style13 .part-content ul li {
    list-style-type: none;
}

.style13 .price {
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-size: 15px;
    font-family: roboto, sans-serif;
    visibility: visible;
    box-sizing: border-box;
    right: 25px;
    background: url(../images/offer-shape-red.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 122px;
    height: 124px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    align-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    background-image: url(../images/offer-shape-red.png);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -61px);
    transition: all .3s linear;
}

.style13 .price div {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.style13 .price div small {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #fff;
    line-height: 1;
}

.style13 .price div p {
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    margin: 0;
}

.style13 .part-content h4 a {
    color: unset;
    text-decoration: none;
}

.style13 .part-content a:nth-child(3) {
    position: relative;
    overflow: hidden;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-family: roboto, sans-serif;
    visibility: visible;
    box-sizing: border-box;
    line-height: 1.5;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    padding: 15px 27px;
    text-align: center;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid transparent;
    transition: all .3s linear !important;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    box-shadow: none;
    background: #fff;
    color: #e7272d;
    margin-top: 20px;
}

.style13 .part-content a:nth-child(3):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background-color: #e7272d;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
}

.style13 .part-content a:nth-child(3):hover {
    color: #fff;
    z-index: 1;
}

.style13 .part-content a:nth-child(3):hover:before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.style13 .part-content h4 {
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: 400;
}

.style13 .part-content div {
    margin-top: 30px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-size: 15px;
    font-family: roboto, sans-serif;
    visibility: visible;
    text-align: center;
    box-sizing: border-box;
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateY(-150px);
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
}

.style13 .part-content div img {
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-size: 15px;
    font-family: roboto, sans-serif;
    visibility: visible;
    text-align: center;
    box-sizing: border-box;
    vertical-align: middle;
    width: 70%;
    height: auto;
    transition: transform .3s cubic-bezier(.25, .55, .4, 2.1) 0s, -webkit-transform .3s cubic-bezier(.25, .55, .4, 2.1) 0s;
}

.style13 .part:hover .part-content div img {
    transform: translateY(-20px);
}