/**====================================
Contents
====================================**/
.ecomm04-offer-card{
    height: 300px;
    overflow: hidden;
    position: relative;
    display: block;
}
.ecomm04-offer-card:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 42%;
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%);
    z-index: 2;
}
.ecomm04-offer-card figure{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.ecomm04-offer-card figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s all;
}
.ecomm04-offer-card:hover figure img{
    transform: scale(1.2) rotate(-6deg);
}
.ecomm04-offer-card .ecomm04-ocbody{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    z-index: 3;
}
.ecomm04-offer-card .ecomm04-ocbody h4{
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 5px;
    letter-spacing: 0.3px;
}
.ecomm04-offer-card .ecomm04-ocbody p{
    font-size: 13px;
    color: #FFFFFF;
    line-height: 1.3;
    letter-spacing: 0.3px;
}
.ecomm04-offer-card .ecomm04-tobtn{
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background: #0E5AA7;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
    transition: 0.3s all;
    border: 0;
    padding: 0;
}
.ecomm04-offer-card .ecomm04-tobtn img{
    display: block;
    max-width: 50%;
    max-height: 50%;
}
.ecomm04-offer-card:hover .ecomm04-tobtn{
    background: #EE2527;
}
.ecomm04-suboffer-card{
    display: flex;
    align-items: center;
    background: #E1F1FE;
}
.ecomm04-suboffer-card figure{
    flex: 0 0 auto;
    width: 100%;
    max-width: 57%;
}
.ecomm04-suboffer-card figure img{
    width: 100%;
    display: block;
}
.ecomm04-suboffer-card .ecomm04-suboffer-body{
    display: flex;
    flex-direction: column;
    padding: 30px 60px;
    flex: 0 0 auto;
    width: 100%;
    max-width: 43%;
}
.ecomm04-suboffer-card .ecomm04-suboffer-body h3{
    font-size: 38px;
    color: #0E5AA7;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: 0.3px;
    line-height: 1;
}
.ecomm04-suboffer-card .ecomm04-suboffer-body p{
    font-size: 24px;
    color: #333333;
    letter-spacing: 0.3px;
}
.ecomm04-suboffer-card .ecomm04-suboffer-body .ecomm04-soshop-btn{
    width: 200px;
    height: 40px;
    background: #EE2527;
    border-radius: 30px;
    padding: 0;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 35px;
}
.ecomm04-suboffer-card .ecomm04-suboffer-body .ecomm04-soshop-btn:hover{
    background: #0E5AA7;
    color: #fff;
}
.ecomm04-offer-sec .mb-px{
    margin-bottom: 1px;
}

/**====================================
Responsive 
====================================**/
@media (max-width: 1399px){
    .ecomm04-suboffer-card .ecomm04-suboffer-body{
        padding: 30px 40px;
    }
}
@media (max-width: 1199px){
    .ecomm04-offer-card{
        height: 250px;
    }
    .ecomm04-offer-card .ecomm04-ocbody h4{
        font-size: 16px;
    }
    .ecomm04-offer-card .ecomm04-ocbody p{
        font-size: 12px;
    }
    .ecomm04-suboffer-card .ecomm04-suboffer-body{
        padding: 30px;
    }
    .ecomm04-suboffer-card .ecomm04-suboffer-body h3{
        font-size: 30px;
    }
    .ecomm04-suboffer-card .ecomm04-suboffer-body p{
        font-size: 20px;
    }
    .ecomm04-suboffer-card .ecomm04-suboffer-body .ecomm04-soshop-btn{
        margin-top: 20px;
    }
}
@media (max-width: 991px){
    .ecomm04-offer-card{
        height: 300px;
    }
    .ecomm04-offer-card .ecomm04-ocbody h4{
        font-size: 18px;
    }
    .ecomm04-offer-card .ecomm04-ocbody p{
        font-size: 13px;
    }
    .ecomm04-offer-card:hover figure img{
        transform: none;
    }
    .ecomm04-suboffer-card .ecomm04-suboffer-body h3{
        font-size: 24px;
        margin-bottom: 6px;
    }
    .ecomm04-suboffer-card .ecomm04-suboffer-body p{
        font-size: 16px;
    }
    .ecomm04-suboffer-card .ecomm04-suboffer-body .ecomm04-soshop-btn{
        margin-top: 16px;
        width: 160px;
        height: 36px;
        font-size: 13px;
    }
}
@media (max-width: 767px){
    .ecomm04-suboffer-card .ecomm04-suboffer-body{
        padding: 20px;
    }
    .ecomm04-suboffer-card .ecomm04-suboffer-body h3{
        font-size: 20px;
    }
    .ecomm04-suboffer-card .ecomm04-suboffer-body p{
        font-size: 12px;
    }
    .ecomm04-suboffer-card .ecomm04-suboffer-body .ecomm04-soshop-btn{
        margin-top: 15px;
        width: 100px;
        height: 26px;
        font-size: 12px;
    }
}
@media (max-width: 575px){
    .ecomm04-offer-card{
        height: 240px;
    }
    .ecomm04-offer-card .ecomm04-ocbody p{
        font-size: 12px;
    }
    .ecomm04-offer-card .ecomm04-ocbody{
        padding: 15px;
    }
    .ecomm04-offer-card .ecomm04-tobtn{
        width: 30px;
        height: 30px;
        bottom: 15px;
        right: 15px;
    }
    .ecomm04-suboffer-card .ecomm04-suboffer-body h3{
        font-size: 16px;
        margin-bottom: 3px;
    }
    .ecomm04-suboffer-card .ecomm04-suboffer-body .ecomm04-soshop-btn{
        margin-top: 10px;
        width: 90px;
        height: 22px;
        font-size: 10px;
    }
}



