 
.amazing-offer-three {
    margin: 35px 0 77px;
  }
  
  .amazing-offer-three-wrapper {
    z-index: 2;
    padding: 95px 75px 0 40px;
  }
  
  .amazing-offer-three-wrapper::after {
    content: "";
    z-index: -2;
    background-color: #ee273a;
    width: 100%;
    height: 80%;
    top: 0;
    left: 0;
  }
  
  .amazing-offer-three-wrapper::before {
    content: "";
    top: 46px;
    left: 80px;
    height: 48px;
    width: 781px;
    z-index: -1;
    background: url("./../../images/patter-offer-000.png") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  
  @media only screen and (max-width: 991px) {
    .amazing-offer-three-wrapper::before {
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .amazing-offer-three-wrapper {
        padding: 24px 32px 0;
    }
  
    .amazing-offer-three-wrapper::after {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }
  }
  
  @media only screen and (max-width: 575px) {
    .amazing-offer-three-wrapper {
        padding: 24px 12px 0;
        margin: 0 -12px;
    }
  
    .amazing-offer-three-wrapper::after {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
  }
  
  .amazing-offer-three-timer {
    top: 0;
    left: 5px;
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    transform: translateY(-80px);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .amazing-offer-three-timer li {
    text-align: center;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
  }
  
  .amazing-offer-three-timer li:not(:last-child) {
    margin-left: 10px;
  }
  
  .amazing-offer-three-timer li span {
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #ffb035;
    line-height: 35px;
    font-size: 20px;
    font-weight: 900;
    color: #ffffff;
  }
  
  @media only screen and (max-width: 991px) {
    .amazing-offer-three-timer {
        right: 100px;
        left: auto;
        -webkit-transform: translateY(-97px);
        -moz-transform: translateY(-97px);
        -ms-transform: translateY(-97px);
        -o-transform: translateY(-97px);
        transform: translateY(-97px);
    }
  }
  
  @media only screen and (max-width: 575px) {
    .amazing-offer-three-timer {
        -webkit-transform: translateY(-143px);
        -moz-transform: translateY(-143px);
        -ms-transform: translateY(-143px);
        -o-transform: translateY(-143px);
        transform: translateY(-143px);
    }
  
    .amazing-offer-three-timer li span {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }
  }
  
  .amazing-offer-three .title h4 {
    font-size: 24px;
    font-weight: 900;
    line-height: 30px;
    margin-bottom: 58px;
  }
  
  .amazing-offer-three .title h4 span {
    font-size: 20px;
  }
  
  .amazing-offer-three .title .btn {
    font-size: 13px;
    font-weight: 500;
    padding: 6px 8px;
  }
  
  @media only screen and (max-width: 991px) {
    .amazing-offer-three .title {
        margin-bottom: 32px;
    }
  
    .amazing-offer-three .title h4 {
        margin-bottom: 0;
    }
  }
  
  @media only screen and (max-width: 575px) {
    .amazing-offer-three .title h4 {
        margin-bottom: 16px;
    }
  }
  
  .swiper-slide-active .amazing-offer-three-timer {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    opacity: 1;
  }
  
  .amazing-offer-three .swiper {
    margin: 0 auto 0 0;
    background: #fff url("./../../images/offer-bg.png") left bottom no-repeat;
    max-width: -webkit-calc(100% - 194px);
    max-width: -moz-calc(100% - 194px);
    max-width: calc(100% - 194px);
    width: 100%;
  }
  
  @media only screen and (max-width: 1199px) {
    .amazing-offer-three .swiper {
        max-width: -webkit-calc(100% - 150px);
        max-width: -moz-calc(100% - 150px);
        max-width: calc(100% - 150px);
    }
  }
  
  @media only screen and (max-width: 991px) {
    .amazing-offer-three .swiper {
        max-width: 100%;
    }
  }
  
  .amazing-offer-three .swiper,
  .amazing-offer-three .swiper::after {
    -webkit-box-shadow: 0 10px 75px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 10px 75px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 75px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
  }
  
  .amazing-offer-three .swiper::after {
    content: "";
    bottom: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.2;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    z-index: -1;
  }
  
  .amazing-offer-three .swiper-button-next,
  .amazing-offer-three .swiper-button-prev {
    top: 180px;
    right: 73px;
    left: auto;
  }
  
  .amazing-offer-three .swiper-button-next::after,
  .amazing-offer-three .swiper-button-prev::after {
    color: #fff;
  }
  
  .amazing-offer-three .swiper-button-prev {
    right: 110px;
  }
  
  @media only screen and (max-width: 991px) {
  
    .amazing-offer-three .swiper-button-prev,
    .amazing-offer-three .swiper-button-next {
        top: 55px;
        right: auto;
        left: 120px;
    }
  
    .amazing-offer-three .swiper-button-next {
        left: 150px;
    }
  }
  
  @media only screen and (max-width: 575px) {
  
    .amazing-offer-three .swiper-button-prev,
    .amazing-offer-three .swiper-button-next {
        left: 0;
    }
  
    .amazing-offer-three .swiper-button-next {
        left: 30px;
    }
  }
  
  .amazing-offer-three-item {
    padding: 37px 25px;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: 0s;
    -o-transition: 0s;
    -moz-transition: 0s;
    transition: 0s;
    opacity: 0;
  }
  
  .amazing-offer-three-item .detail {
    padding-right: 31px;
    margin-right: 55px;
    border-right: 1px solid #f5f3fc;
    padding-top: 8px;
  }
  
  .amazing-offer-three-item .detail::before {
    content: "";
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    background-color: #e7ebee;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(7px, -50%);
    -moz-transform: translate(7px, -50%);
    -ms-transform: translate(7px, -50%);
    -o-transform: translate(7px, -50%);
    transform: translate(7px, -50%);
  }
  
  .amazing-offer-three-item .detail h2 {
    font-size: 20px;
    font-weight: 900;
    color: #2d365d;
    line-height: 30px;
    margin-bottom: 24px;
  }
  
  .amazing-offer-three-item .detail ul {
    margin-bottom: 35px;
  }
  
  .amazing-offer-three-item .detail ul li {
    line-height: 30px;
  }
  
  .amazing-offer-three-item .detail ul li::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #2d365d;
    margin-left: 9px;
  }
  
  .amazing-offer-three-item .detail .offer {
    background-color: #ee232b;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    line-height: 28px;
    font-size: 16px;
    margin-left: 14px;
  }
  
  .amazing-offer-three-item .detail .offer del {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #fff9eb;
    padding: 0 20px;
    margin-right: -1px;
  }
  
  .amazing-offer-three-item .detail .offer span {
    padding: 0 7px 0 15px;
    color: #fff;
  }
  
  .amazing-offer-three-item .detail .price {
    font-size: 30px;
    font-weight: 900;
    color: #49be78;
    line-height: 47px;
  }
  
  .amazing-offer-three-item .detail .price span {
    font-size: 14px;
    font-weight: 300;
    color: #232323;
    line-height: 22px;
    margin-right: 7px;
  }
  
  @media only screen and (max-width: 1199px) {
    .amazing-offer-three-item .detail {
        padding-right: 20px;
        margin-right: 35px;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .amazing-offer-three-item {
        padding: 30px 15px;
    }
  
    .amazing-offer-three-item .detail {
        padding-right: 14px;
        margin-right: 20px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .amazing-offer-three-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
  
    .amazing-offer-three-item .detail {
        padding: 0;
        margin: 20px 0 0;
        border: none;
    }
  
    .amazing-offer-three-item .image,
    .amazing-offer-three-item .detail {
        width: 100%;
    }
  
    .amazing-offer-three-item .image img {
        margin: 0 auto;
        display: block;
    }
  }
  
  .swiper-slide-active .amazing-offer-three-item {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  
.amazing-offer-six {
    margin-top: 82px;
  }
  
  @media only screen and (max-width: 767px) {
    .amazing-offer-six {
        margin-top: 48px;
    }
  }
  
  .amazing-offer-six .container {
    padding: 70px 44px 0 50px;
    z-index: 2;
  }
  
  .amazing-offer-six .container::after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 68%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff3f0), color-stop(rgba(255, 239, 241, 0.36)), to(#fff));
    background-image: linear-gradient(to bottom, #fff3f0, rgba(255, 239, 241, 0.36), #fff);
    z-index: -8;
  }
  
  .amazing-offer-six-title {
    margin-left: 45px;
  }
  
  .amazing-offer-six-title h2 {
    font-size: 20px;
    line-height: 30px;
    color: #212341;
    margin-bottom: 49px;
  }
  
  .amazing-offer-six-title h2 span {
    font-size: 24px;
    font-weight: 900;
  }
  
  .amazing-offer-six-title .btn {
    font-size: 13px;
    font-weight: 500;
    padding: 8px 12px 4px;
  }
  
  
  .amazing-offer-six-timear li {
    font-weight: 300;
    line-height: 30px;
  }
  
  .amazing-offer-six-timear li:not(:last-child) {
    margin-bottom: 12px;
  }
  
  .amazing-offer-six-timear li span {
    width: 35px;
    height: 35px;
    background-color: #212341;
    line-height: 35px;
    font-size: 17px;
    font-weight: 900;
  }
  
  .amazing-offer-six-wrapper {
    margin-right: 29px;
    border-radius: 30px;
    -webkit-box-shadow: 0 10px 75px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 75px rgba(0, 0, 0, 0.05);
    max-width: calc(100% - 203px);
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    z-index: 2;
    padding: 10px;
  }
  
  .amazing-offer-six-wrapper::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background-color: #fff;
    opacity: 0.7;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    z-index: -2;
  }
  
  .amazing-offer-six-wrapper::after {
    content: "";
    top: -108px;
    right: 11px;
    width: 658px;
    height: 266px;
    background: url("./../../images/amazing-offer-2020.png") 0 0 no-repeat;
    background-size: 100% 100%;
    z-index: -3;
  }
  
  .amazing-offer-six-item .image {
    padding: 69px 23px 85px 53px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 75px rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 75px rgba(0, 0, 0, 0.08);
    margin-left: 56px;
  }
  
  .amazing-offer-six-item .detail h2 {
    font-size: 20px;
    font-weight: 900;
    color: #2d365d;
    margin-bottom: 24px;
    line-height: 31px;
  }
  
  .amazing-offer-six-item .detail ul {
    margin-bottom: 35px;
  }
  
  .amazing-offer-six-item .detail ul li {
    color: #212341;
    line-height: 30px;
  }
  
  .amazing-offer-six-item .detail ul li::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #2d365d;
    margin-left: 9px;
  }
  
  .amazing-offer-six-item .detail .offer {
    background-color: #ee232b;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    border-radius: 50px;
    padding-left: 15px;
    margin-left: 15px;
  }
  
  .amazing-offer-six-item .detail .offer del {
    background-color: #fff9eb;
    border-radius: 50px;
    line-height: 28px;
    font-size: 16px;
    color: #212341;
    padding: 0 22px;
    margin-left: 6px;
  }
  
  .amazing-offer-six-item .detail .price {
    font-size: 30px;
    font-weight: 900;
    color: #49be78;
    line-height: 45px;
  }
  
  .amazing-offer-six-item .detail .price span {
    font-weight: 300;
    color: #232323;
    font-size: 14px;
    line-height: 21px;
    margin-right: 8px;
  }
  
  @media only screen and (max-width: 1199px) {
    .amazing-offer-six-item .image {
        margin-left: 32px;
        padding: 60px 13px 76px 43px;
    }
  }
  
  .amazing-offer-six .swiper-button-next,
  .amazing-offer-six .swiper-button-prev {
    top: 0;
    right: 0;
    color: #212341;
    -webkit-transform: translate(212px, 80px);
    transform: translate(212px, 80px);
  }
  
  .amazing-offer-six .swiper-button-next::after,
  .amazing-offer-six .swiper-button-prev::after {
    font-size: 13px;
  }
  
  .amazing-offer-six .swiper-button-next {
    -webkit-transform: translate(185px, 80px);
    transform: translate(185px, 80px);
  }
  
  @media only screen and (max-width: 991px) {
    .amazing-offer-six .container {
        padding: 32px 28px 0;
    }
  
    .amazing-offer-six .container::after {
        border-radius: 20px;
    }
  
    .amazing-offer-six-title {
        position: relative;
        margin-left: 0;
    }
  
    .amazing-offer-six-title h2 {
        margin-bottom: 0;
    }
  
    .amazing-offer-six-title .btn {
        position: absolute;
        top: 12px;
        left: 0;
    }
  
    .amazing-offer-six-timear {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: translate(-117px, -119px);
        transform: translate(-117px, -119px);
    }
  
    .amazing-offer-six-timear li:not(:last-child) {
        margin: 0 0 0 12px;
    }
  
    .amazing-offer-six-wrapper {
        max-width: 100%;
        margin: 50px 0 0;
    }
  
    .amazing-offer-six-wrapper::before {
        border-radius: 20px;
    }
  
    .amazing-offer-six-wrapper::after {
        content: none;
    }
  
    .amazing-offer-six .swiper-button-next,
    .amazing-offer-six .swiper-button-prev {
        -webkit-transform: translate(105px, -80px);
        transform: translate(105px, -80px);
        right: auto;
        left: 0;
    }
  
    .amazing-offer-six .swiper-button-prev {
        -webkit-transform: translate(130px, -80px);
        transform: translate(130px, -80px);
    }
  }
  
  @media only screen and (max-width: 767px) {
    .amazing-offer-six .container {
        padding: 24px 12px;
    }
  
    .amazing-offer-six-wrapper {
        padding: 10px 15px;
    }
  
    .amazing-offer-six-item .image {
        margin: 0 auto 32px;
        border-radius: 20px;
        padding: 32px 13px;
    }
  
    .amazing-offer-six-item .detail {
        max-width: 100%;
        width: 100%;
    }
  }
  
  @media only screen and (max-width: 575px) {
    .amazing-offer-six-item .detail h2 {
        font-size: 16px;
        margin-bottom: 14px;
    }
  
    .amazing-offer-six-item .detail .price {
        font-size: 20px;
    }
  
    .amazing-offer-six-item .detail .price span {
        font-size: 12px;
    }
  }
  