/* ------------------------ Start wd-offerbanner Style ------------------------- */
#wdcmsofferbanner {
    float: left;
    margin: 0 0 150px;
    width: 100%;
    height: 600px;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-image: url(../img/offer-banner.jpg);
}
.offer-banner-text p {
    font-size: 16px;
    color: var(--primary-font-color);
    margin: 0 0 30px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}
.offer-banner-text h3 {
    font-size: 76px;
    line-height: 90px;
    color: var(--primary-font-color);
    font-family: var(--secondary-font);
    font-weight: 400;
    margin: 0 0 50px;
    text-transform: uppercase;
}
.offer-banner-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 24%;
    bottom: auto;
    text-align: center;
    width: 50%;
    margin: auto;
}
.offer-banner-btn {
    background: var(--primary-bg-color);
    padding: 12px 30px 13px;
    color: #fff;
    position: relative;
    overflow: initial;
}
.offer-banner-btn:hover{
    background: var(--secondary-bg-color);
    color: #111;
}

.offer-banner-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: all 0.3s;
  }
.offer-banner-btn:hover::before {
	opacity: 0 ;
	transform: scale(0.5,0.5);
  }
 .offer-banner-btn::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transition: all 0.3s;
	border: 1px solid var(--primary-bg-color);
	transform: scale(1.2,1.4);
  }
  .offer-banner-btn:hover::after {
    opacity: 1;
    transform: scale(1,1);
    border: 1px solid var(--secondary-bg-color);
}

@media(max-width:1300px){
#wdcmsofferbanner {
    height: 480px;
}
.offer-banner-text {
    top: 25%;
}

.offer-banner-text {
    width: 60%;
}
.offer-banner-text p {
    font-size: 21px;
}
.offer-banner-text h3 {
    font-size: 55px;
    line-height: 66px;
    margin: 0 0 30px;
}
}
@media(max-width:1199px){
    #wdcmsofferbanner {
        height: 380px;
    }
    .offer-banner-text p {
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 10px;
    }
    .offer-banner-text h3 {
        font-size: 45px;
        line-height: 50px;
    }
    button.btn.btn-primary.offer-banner-btn {
        padding: 8px 18px;
        font-size: 13px;
    }
    .offer-sale-img {
        top: 17%;
        right: 50%;
        width: 60px;
    }
   
    }
    @media(max-width:1040px){
        .offer-sale-img {
            top: 17%;
            right: 50%;
            width: 60px;
        }
    }

    @media(max-width:991px){
        #wdcmsofferbanner {
            margin: 0 0 80px;
        }
        #wdcmsofferbanner {
            height: 300px;
        }
        .offer-banner-text p {
            font-size: 14px;
            margin: 0 0 20px;
        }
        .offer-banner-text h3 {
            font-size: 38px;
            line-height: 45px;
            margin: 0 0 20px;
        }
        button.btn.btn-primary.offer-banner-btn {
            padding: 5px 16px;
        }
        .offer-sale-img {
            top: 12%;
            right: 51%;
            width: 50px;
        }
        .offer-banner-text {
            top: 22%;
        }
    }
    @media(max-width:890px){
        .offer-sale-img {
            top: 17%;
            right: 50%;
            width: 50px;
        }
    }
    @media (max-width:677px) {
        #wdcmsofferbanner {
            height: 200px;
        }
       
        .offer-banner-text p {
            font-size: 13px;
            margin: 0 0 15px;
        }
        .offer-banner-text h3 {
            font-size: 29px;
            line-height: 30px;
            margin: 0 0 15px;
        }
        button.btn.btn-primary.offer-banner-btn {
            padding: 4px 14px;
            font-size: 12px;
        }
        .offer-banner-text {
            top: 17%;
        }
    }
    @media(max-width:767px){
        .offer-banner-text {
            width: 70%;
        }
        #wdcmsofferbanner {
            margin: 0 0 60px;
        }
    }
@media(max-width:543px){
    #wdcmsofferbanner {
        margin: 0 0 40px;
    }
}
    @media (max-width:480px) {
     .offer-banner-text {
            right: 0;
            top: 11%;
            width: 55%;
    }
     #wdcmsofferbanner {
            height: 145px;
    }
     .offer-banner-text p {
            font-size: 12px;
            margin: 0 0 7px;
     }
     .offer-banner-text h3 {
        font-size: 21px;
        line-height: 25px;
        margin: 0 0 7px;
    }
    button.btn.btn-primary.offer-banner-btn {
        padding: 6px 8px;
        font-size: 10px;
        line-height: 12px;
    }
    .offer-banner-text {
        right: 0;
        top: 15%;
        width: 80%;
    }
}