/*** 

====================================================================
  Special Offer Section
====================================================================

***/

.special-offer{
  position: relative;
  background: var(--color-four);
  padding-bottom: var(--padding-bottom-100);
}

.special-offer .outer-container{
  position: relative;
  max-width: 1440px;
  padding-left: var(--padding-left-15);
  padding-right: var(--padding-right-15);
  margin: 0 auto;
  padding-top: var(--padding-top-80);
  padding-bottom: var(--padding-bottom-100);
  background: var(--color-five);
}

.special-offer .outer-container:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 100%;
  background: url(../../assets/resources/background/pattern-9.svg) center repeat;
}

.special-offer .outer-container:after{
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
  height: 100%;
  background: url(../../assets/resources/background/pattern-9.svg) center repeat;
}

.special-offer .title-box{
  margin-bottom: 40px;
}

.special-offer .offer-block-two.margin-top{
  margin-top: var(--margin-top-40);
}

.offer-block-two{
  position: relative;
  margin-bottom: var(--margin-bottom-30);
}

.special-offer .owl-theme .offer-block-two{
  margin-bottom: 0;
}

.offer-block-two .inner-box{
  position: relative;
  display: block;
  text-align: center;
}

.offer-block-two .inner-box .image{
  position: relative;
  display: block;
  overflow:hidden;
  margin-bottom: var(--margin-bottom-15);
  background-color:var(--main-color);
}

.offer-block-two .inner-box .image img{
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
}

.offer-block-two .inner-box:hover .image img{
  opacity:0.60;
  transform:scale(1.05,1.05) rotate(2deg);
}

.offer-block-two .image::before{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255,.2);
  border-radius: 0%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.offer-block-two .inner-box:hover .image::before {
  -webkit-animation: circle .95s;
  animation: circle .95s;
}

.offer-block-two h4{
  position: relative;
  text-transform: capitalize;
  margin-bottom: var(--margin-bottom-10);
}

.offer-block-two h4 a{
  color: var(--white-color);
}

.offer-block-two h4 a:hover{
  color: var(--main-color);
}

.offer-block-two .desc{
  position: relative;
  font-size: var(--font-14);
  color: var(--color-one);
  margin-bottom: var(--margin-bottom-15);
}

.offer-block-two .price{
  position: relative;
  font-family:var(--font-family-Forum);
  font-size: var(--font-20);
  color: var(--main-color);
}

.special-offer .lower-link-box{
  margin-top: var(--margin-top-40);
}

.special-offer .owl-theme .owl-dots{
  display: none;
}

.special-offer .owl-theme .owl-nav{
  position: absolute;
  left: -100px;
  right: -100px;
  height: 0;
  top: 50%;
  margin-top: -22px;
  display: block !important;
}

.special-offer .owl-theme .owl-nav .owl-next,
.special-offer .owl-theme .owl-nav .owl-prev{
  position: absolute;
  top: 50%;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: var(--font-24);
  text-align: center;
  background: transparent;
  color: var(--main-color);
  border-radius: 0%;
  -webkit-transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  -ms-transition:all 400ms ease;
  -o-transition:all 400ms ease;
  transition:all 400ms ease;
}

.special-offer .owl-theme .owl-nav .owl-next span,
.special-offer .owl-theme .owl-nav .owl-prev span{
  position: relative;
  z-index: 1;
}

.special-offer .owl-theme .owl-nav .owl-next:before,
.special-offer .owl-theme .owl-nav .owl-prev:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--main-color);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  -ms-transition:all 400ms ease;
  -o-transition:all 400ms ease;
  transition:all 400ms ease;
}

.special-offer .owl-theme .owl-nav .owl-next{
  right: 15px;
}

.special-offer .owl-theme .owl-nav .owl-prev{
  left: 15px;
}

.special-offer .owl-theme .owl-nav .owl-next:hover,
.special-offer .owl-theme .owl-nav .owl-prev:hover{
  color: var(--black-color);
}

.special-offer .owl-theme .owl-nav .owl-next:hover:before,
.special-offer .owl-theme .owl-nav .owl-prev:hover:before{
  background: var(--main-color);
}

.special-offer .oferts {
    font-size: var(--font-16);
    font-family: var(--font-family-Forum);
    text-decoration: line-through;
}
 