
.d2c_pricing_wrapper .d2c_container{
    padding: 0px 50px;
}
.d2c_pricing_wrapper {
    background: #F5F9FD;
    height: auto;
    padding: 100px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.d2c_pricing_wrapper .card {
    border-radius: 10px;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.05);
    padding: 140px 20px 70px 20px;
    text-align: center;
    position: relative;
    transition: .4s all ease;
}
.d2c_pricing_wrapper .card .d2c_bg_wrapper {
    position: absolute;
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    font-size: 280px;
    color: #0000000d;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
}
.d2c_pricing_wrapper .card .d2c_card_body .d2c_card_title {
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    font-size: 45px;
    line-height: 66px;
    color: #000000;
    margin-top: -75px;
}
.d2c_pricing_wrapper .card .d2c_card_body .d2c_card_subtitle {
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.d2c_pricing_wrapper .card .d2c_card_body .d2c_pricing_content {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}
.d2c_pricing_wrapper .card .d2c_card_body .d2c_pricing_content .d2c_pricing_content_wrapper {
    position: relative;
    width: 250px;
    height: 100px;
    display: flex;
    justify-content: center;
}
.d2c_pricing_wrapper .card .d2c_card_body .d2c_pricing_content .d2c_pricing_content_wrapper .d2c_icon {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    position: absolute;
    top: 25px;
    left: -9px;
}
.d2c_pricing_wrapper .card .d2c_card_body .d2c_pricing_content .d2c_pricing_content_wrapper .d2c_title {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 102px;
    color: #000000;
    position: relative;
}
.d2c_pricing_wrapper .card .d2c_card_body .d2c_pricing_content .d2c_pricing_content_wrapper .d2c_text {
    font-family: 'Heebo', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    text-transform: capitalize;
    position: absolute;
    bottom: -10px;
    right: -80px;
}
.d2c_pricing_wrapper .card .d2c_card_body .d2c_card_text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #000000;
    text-transform: capitalize;
}
.d2c_pricing_wrapper .card .d2c_card_body .d2c_card_text span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: #000000;
    text-transform: capitalize;
}
.d2c_pricing_wrapper .card .d2c_card_link {
    position: absolute;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #FFFFFF;
    background: #000000;
    padding: 12px 38px;
    text-decoration: none;
    left: 50%;
    bottom: -20px;
    border-radius: 5px;
    text-transform: uppercase;
    transform: translateX(-50%);
    transition: .4s all ease;
}
.d2c_price_column {
    padding: 10px !important;
}
.d2c_pricing_wrapper .card:hover .d2c_card_link{
    background: #000000d4;
    transition: .4s all ease;
}
.d2c_pricing_wrapper .d2c_price_column:first-child {
    margin-top: 80px;
}
.d2c_pricing_wrapper .d2c_price_column:last-child {
    margin-top: 80px;
}

/* 
    <!-- 
      KIT Name: 10+ Pricing Section - Bootstrap Bundle
      Product URL: https://www.designtocodes.com/product/10-pricing-section-bootstrap-bundle-2022/
      Product Description: The Pricing Plan kit is made of all the basic elements you need to create a stunning website, from the start. 
      Author: designtocodes.com
      Author URI: https://www.designtocodes.com/
    -->
*/