
.amazing-offer-two {
  margin-top: 71px;
}

.amazing-offer-two .container::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: -webkit-calc(100% - 72px);
  height: -moz-calc(100% - 72px);
  height: calc(100% - 72px);
  background: url("./../../../assets/images/bg-009.png");
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -1;
}

@media only screen and (max-width: 575px) {
  .amazing-offer-two .container::before {
      margin: 0 -12px;
      width: -webkit-calc(100% + 24px);
      width: -moz-calc(100% + 24px);
      width: calc(100% + 24px);
  }
}

.amazing-offer-two .section-heading {
  padding: 69px 33px 0 63px;
  margin-bottom: 56px;
}

.amazing-offer-two .section-heading-title,
.amazing-offer-two .section-heading-title b,
.amazing-offer-two .section-heading-sub-title {
  color: #fff;
}

@media only screen and (max-width: 575px) {
  .amazing-offer-two .section-heading {
      padding: 40px 24px 30px;
  }
}

.amazing-offer-two .swiper {
  border: 15px solid #f8f9fb;
  background: #fff url("./../../../assets/images/offer-bg.png") left bottom no-repeat;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 50px 54px 72px 46px;
  margin: 0 52px 0 72px;
  height: 100%;
}

.amazing-offer-two .swiper-button-next,
.amazing-offer-two .swiper-button-prev {
  top: 100px;
  left: 220px;
}

.amazing-offer-two .swiper-button-prev {
  right: auto;
  left: 268px;
}

@media only screen and (max-width: 991px) {
  .amazing-offer-two .swiper {
      padding: 40px 32px 32px;
      margin: 0;
  }
}

@media only screen and (max-width: 575px) {
  .amazing-offer-two .swiper {
      padding: 32px 15px;
  }

  .amazing-offer-two .swiper-button-next,
  .amazing-offer-two .swiper-button-prev {
      top: 70px;
      left: 24px;
  }

  .amazing-offer-two .swiper-button-prev {
      left: 56px;
  }
}


.amazing-offer-two-item a,
.amazing-offer-two-item a:hover,
.amazing-offer-two-item a:focus,
.amazing-offer-two-item a:active {
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.amazing-offer-two-item .detail {
  max-width: -webkit-calc(100% - 500px);
  max-width: -moz-calc(100% - 500px);
  max-width: calc(100% - 500px);
  width: 100%;
}

.amazing-offer-two-item .detail h2 {
  font-size: 20px;
  font-weight: 900;
  color: #2d365d;
  margin-bottom: 24px;
}

.amazing-offer-two-item .detail .info {
  margin-bottom: 35px;
}

.amazing-offer-two-item .detail .info li {
  font-size: 14px;
  line-height: 30px;
}

.amazing-offer-two-item .detail .info 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-two-item .detail .offer {
  line-height: 28px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 55px;
  z-index: 2;
  margin-left: 14px;
}

.amazing-offer-two-item .detail .offer del {
  background-color: #fff9eb;
  padding: 0 22px;
  font-size: 16px;
}

.amazing-offer-two-item .detail .offer span {
  font-size: 18px;
  color: #fff;
  background-color: #ee232b;
  padding: 0 41px 0 12px;
  top: 0;
  left: 0;
  z-index: -1;
}

.amazing-offer-two-item .detail .price {
  font-size: 30px;
  font-weight: 900;
  color: #49be78;
  line-height: 45px;
}

.amazing-offer-two-item .detail .price span {
  margin-right: 7px;
  font-size: 14px;
  color: #232323;
}

.amazing-offer-two-item .detail .timer {
  top: 0;
  left: 0;
}

.amazing-offer-two-item .detail .timer li {
  line-height: 30px;
}

.amazing-offer-two-item .detail .timer li:not(:last-child) {
  margin-left: 10px;
}

.amazing-offer-two-item .detail .timer li span {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #212341;
  margin-bottom: 2px;
  font-weight: 900;
  font-size: 18px;
}

.amazing-offer-two-item .detail .timer li:first-child span {
  background-color: #2d365d;
}

@media only screen and (max-width: 1199px) {
  .amazing-offer-two-item .detail {
      max-width: -webkit-calc(100% - 460px);
      max-width: -moz-calc(100% - 460px);
      max-width: calc(100% - 460px);
  }
}

@media only screen and (max-width: 991px) {
  .amazing-offer-two-item img {
      margin: 0 0 20px;
      display: block;
      width: 60%;
  }

  .amazing-offer-two-item .detail {
      max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .amazing-offer-two-item {
      padding-top: 80px;
  }
}

@media only screen and (max-width: 575px) {
  .amazing-offer-two-item img {
      width: 90%;
      margin: 0 auto 20px;
  }
}


.amazing-offer-five .container::after {
  content: "";
  background: #2d365d url("./../../../assets/images/pattern-02.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-border-radius: 35px 0 0 35px;
  -moz-border-radius: 35px 0 0 35px;
  border-radius: 35px 0 0 35px;
  top: 0;
  left: -60px;
  width: -webkit-calc(100vw + 60px);
  width: -moz-calc(100vw + 60px);
  width: calc(100vw + 60px);
  height: -webkit-calc(100% - 47px);
  height: -moz-calc(100% - 47px);
  height: calc(100% - 47px);
  z-index: -1;
}

.amazing-offer-five-wrapper {
  padding-top: 65px;
}

.amazing-offer-five-wrapper .amazing-offer-two-item img {
  margin-left: 38px;
}

.amazing-offer-five-wrapper .amazing-offer-two-item .detail {
  padding-right: 65px;
  border-right: 1px solid #f5f3fc;
  max-width: -webkit-calc(100% - 465px);
  max-width: -moz-calc(100% - 465px);
  max-width: calc(100% - 465px);
  width: 100%;
}

.amazing-offer-five-wrapper .amazing-offer-two-item .detail::after {
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  right: 275px;
  background-color: #e7ebee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

@media only screen and (max-width: 991px) {
  .amazing-offer-five-wrapper .amazing-offer-two-item img {
      margin: 0 auto 20px;
  }

  .amazing-offer-five-wrapper .amazing-offer-two-item .detail {
      max-width: 100%;
      padding-right: 0;
      border-right: none;
  }

  .amazing-offer-five-wrapper .amazing-offer-two-item .detail::after {
      content: none;
  }
}

@media only screen and (max-width: 575px) {
  .amazing-offer-five-wrapper .amazing-offer-two-item .detail .price {
      font-size: 20px;
  }

  .amazing-offer-five-wrapper .amazing-offer-two-item .detail .price span {
      font-size: 12px;
  }
}

.amazing-offer-five-slider {
  padding: 10px;
  z-index: 3;
}

.amazing-offer-five-slider::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  z-index: -1;
  opacity: 0.3;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}

.amazing-offer-five-slider::before {
  content: "";
  z-index: -2;
  left: 22px;
  bottom: 10px;
  width: -webkit-calc(100% - 44px);
  width: -moz-calc(100% - 44px);
  width: calc(100% - 44px);
  height: 100%;
  background-color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  opacity: 0.1;
}

.amazing-offer-five-slider .swiper {
  padding: 28px 33px 37px 46px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

@media only screen and (max-width: 575px) {
  .amazing-offer-five-slider {
      margin: 0 -10px;
  }

  .amazing-offer-five-slider .swiper {
      padding: 20px 15px;
  }
}

.amazing-offer-five .swiper-button-next,
.amazing-offer-five .swiper-button-prev {
  top: 0;
  left: 20px;
  -webkit-transform: translate(110px, -105px);
  -moz-transform: translate(110px, -105px);
  -ms-transform: translate(110px, -105px);
  -o-transform: translate(110px, -105px);
  transform: translate(110px, -105px);
}

.amazing-offer-five .swiper-button-next::after,
.amazing-offer-five .swiper-button-prev::after {
  font-size: 14px;
  color: #fff;
}

@media only screen and (max-width: 575px) {

  .amazing-offer-five .swiper-button-next,
  .amazing-offer-five .swiper-button-prev {
      left: 12px;
      -webkit-transform: translate(0px, -165px);
      -moz-transform: translate(0px, -165px);
      -ms-transform: translate(0px, -165px);
      -o-transform: translate(0px, -165px);
      transform: translate(0px, -165px);
  }
}

.amazing-offer-five .swiper-button-prev {
  right: auto;
  left: 50px;
}


.amazing-offer-eight-wrapper {
  padding: 70px 44px 0 50px;
}

.amazing-offer-eight-wrapper::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 67%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff3f0), color-stop(rgba(255, 239, 241, 0.36)), to(#fff));
  background-image: -webkit-linear-gradient(top, #fff3f0, rgba(255, 239, 241, 0.36), #fff);
  background-image: -moz-linear-gradient(top, #fff3f0, rgba(255, 239, 241, 0.36), #fff);
  background-image: -o-linear-gradient(top, #fff3f0, rgba(255, 239, 241, 0.36), #fff);
  background-image: linear-gradient(to bottom, #fff3f0, rgba(255, 239, 241, 0.36), #fff);
}

.amazing-offer-eight-wrapper .right,
.amazing-offer-eight-wrapper .left {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.amazing-offer-eight-wrapper .right {
  max-width: 174px;
  padding-top: 39px;
}

.amazing-offer-eight-wrapper .right .title {
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
  margin-bottom: 49px;
}

.amazing-offer-eight-wrapper .right .title span {
  font-size: 20px;
}

.amazing-offer-eight-wrapper .right .btn {
  padding: 8px 14px 7px 15px;
}

.amazing-offer-eight-item .timear {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(136px, -11px);
  -moz-transform: translate(136px, -11px);
  -ms-transform: translate(136px, -11px);
  -o-transform: translate(136px, -11px);
  transform: translate(136px, -11px);
}

.amazing-offer-eight-item .timear li {
  line-height: 21px;
  font-weight: 300;
  text-align: center;
}

.amazing-offer-eight-item .timear li:not(:last-child) {
  margin-bottom: 12px;
}

.amazing-offer-eight-item .timear li span {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  background-color: #fed844;
  margin: 0 auto 2px;
  font-size: 20px;
  font-weight: 900;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.amazing-offer-eight-wrapper .left {
  max-width: -webkit-calc(100% - 203px);
  max-width: -moz-calc(100% - 203px);
  max-width: calc(100% - 203px);
  margin-right: 29px;
  z-index: 2;
  padding: 50px 72px 12px 12px;
}

.amazing-offer-eight-wrapper .left::before {
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  top: 0;
  left: 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-backdrop-filter: blur(15px) brightness(115%);
  backdrop-filter: blur(15px) brightness(115%);
}

.amazing-offer-eight-wrapper .left::after {
  content: "";
  top: 0;
  right: 60px;
  width: 591px;
  height: 229px;
  z-index: -2;
  background: url("./../../../assets/images/amazing-offer-eight.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transform: translateY(-150px);
  -moz-transform: translateY(-150px);
  -ms-transform: translateY(-150px);
  -o-transform: translateY(-150px);
  transform: translateY(-150px);
}

.amazing-offer-eight-wrapper .left .swiper::before {
  content: "";
  top: 0;
  left: 0;
  width: 398px;
  height: 398px;
  top: 0;
  right: 115px;
  -webkit-transform: translateY(-199px);
  -moz-transform: translateY(-199px);
  -ms-transform: translateY(-199px);
  -o-transform: translateY(-199px);
  transform: translateY(-199px);
  background: url("./../../../assets/images/shape-amazing-offer-eight.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -3;
}

.amazing-offer-eight-wrapper .left .swiper::after {
  content: "";
  top: 10px;
  right: 10px;
  width: 213px;
  height: 319px;
  background-color: #fed844;
  -webkit-box-shadow: 0 10px 75px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 10px 75px rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 75px rgba(0, 0, 0, 0.08);
}

.amazing-offer-eight-item .image {
  margin-left: 67px;
}

.amazing-offer-eight-item .image img {
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
  opacity: 0;
}

.amazing-offer-eight-item .image img:last-child {
  -webkit-filter: blur(39px);
  filter: blur(39px);
}

.amazing-offer-eight-item .detail h2 {
  font-size: 20px;
  color: #2d365d;
  line-height: 30px;
  font-weight: 900;
  margin-bottom: 24px;
}

.amazing-offer-eight-item .detail h2 span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.amazing-offer-eight-item .detail ul {
  margin-bottom: 35px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
}

.amazing-offer-eight-item .detail ul li {
  font-size: 14px;
  line-height: 30px;
}

.amazing-offer-eight-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-eight-item .detail .price {
  font-size: 14px;
  font-weight: 300;
  color: #232323;
  line-height: 21px;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}

.amazing-offer-eight-item .detail .price .offer {
  background-color: #ee232b5c;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 16px;
  margin-left: 14px;
}

.amazing-offer-eight-item .detail .price .offer,
.amazing-offer-eight-item .detail .price .offer del {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.amazing-offer-eight-item .detail .price .offer del {
  background-color: #fff9eb;
  font-size: 16px;
  color: #212341;
  -webkit-text-decoration-color: #707070;
  -moz-text-decoration-color: #707070;
  text-decoration-color: #707070;
  padding: 0 22px;
  margin: 0 -2px 0 6px;
}

.amazing-offer-eight-item .detail .price>span {
  color: #49be78;
  font-size: 30px;
  font-weight: 900;
  line-height: 45px;
  margin-left: 7px;
}

.amazing-offer-eight-item .detail .btns {
  -webkit-transform: translate(-95px, 36px);
  -moz-transform: translate(-95px, 36px);
  -ms-transform: translate(-95px, 36px);
  -o-transform: translate(-95px, 36px);
  transform: translate(-95px, 36px);
  z-index: 9;
  opacity: 0;
}

.amazing-offer-eight-item .detail .btns .btn {
  padding: 8px 28px;
}

.swiper-slide-active .amazing-offer-eight-item .image img {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 1;
}

.swiper-slide-active .amazing-offer-eight-item .image img:last-child {
  opacity: 0.71;
}

.swiper-slide-active .amazing-offer-eight-item .detail h2 span {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.swiper-slide-active .amazing-offer-eight-item .detail ul {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.swiper-slide-active .amazing-offer-eight-item .detail .price {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 1.1s;
  -moz-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.swiper-slide-active .amazing-offer-eight-item .btns {
  -webkit-transform: translate(-95px, 12px);
  -moz-transform: translate(-95px, 12px);
  -ms-transform: translate(-95px, 12px);
  -o-transform: translate(-95px, 12px);
  transform: translate(-95px, 12px);
  opacity: 1;
  -webkit-transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.amazing-offer-eight .swiper-button-next,
.amazing-offer-eight .swiper-button-prev {
  top: 0;
  right: 0;
  left: auto;
  -webkit-transform: translate(208px, 120px);
  -moz-transform: translate(208px, 120px);
  -ms-transform: translate(208px, 120px);
  -o-transform: translate(208px, 120px);
  transform: translate(208px, 120px);
}

.amazing-offer-eight .swiper-button-next {
  right: 35px;
}

@media only screen and (max-width: 1199px) {
  .amazing-offer-eight-wrapper {
      padding: 70px 32px 0;
  }

  .amazing-offer-eight-wrapper .left {
      padding: 50px 50px 12px 12px;
  }

  .amazing-offer-eight-item .timear {
      -webkit-transform: translate(114px, -11px);
      -moz-transform: translate(114px, -11px);
      -ms-transform: translate(114px, -11px);
      -o-transform: translate(114px, -11px);
      transform: translate(114px, -11px);
  }
}

@media only screen and (max-width: 991px) {
  .amazing-offer-eight-wrapper {
      padding-top: 40px;
  }

  .amazing-offer-eight-wrapper .right,
  .amazing-offer-eight-wrapper .left {
      max-width: 100%;
  }

  .amazing-offer-eight-wrapper .right {
      padding-top: 0;
      margin-bottom: 24px;
  }

  .amazing-offer-eight-item .timear {
      right: auto;
      left: 0;
      -webkit-transform: translate(-12px, -223px);
      -moz-transform: translate(-12px, -223px);
      -ms-transform: translate(-12px, -223px);
      -o-transform: translate(-12px, -223px);
      transform: translate(-12px, -223px);
  }

  .amazing-offer-eight-item .timear li:not(:last-child) {
      margin: 0 0 0 12px;
  }

  .amazing-offer-eight-wrapper .left {
      margin-right: 0;
  }

  .amazing-offer-eight-wrapper .left::after,
  .amazing-offer-eight-wrapper .left::before,
  .amazing-offer-eight-wrapper .left .swiper::before {
      content: none;
  }

  .amazing-offer-eight .swiper-button-next,
  .amazing-offer-eight .swiper-button-prev {
      -webkit-transform: translate(7px, -91px);
      -moz-transform: translate(7px, -91px);
      -ms-transform: translate(7px, -91px);
      -o-transform: translate(7px, -91px);
      transform: translate(7px, -91px);
  }
}

@media only screen and (max-width: 767px) {
  .amazing-offer-eight-wrapper {
      padding: 32px 15px 0;
  }

  .amazing-offer-eight-wrapper .left {
      padding: 50px 20px 12px 12px;
  }

  .amazing-offer-eight-wrapper .left .swiper::after {
      right: 0;
  }

  .amazing-offer-eight-item .image {
      margin: 0;
  }
}

@media only screen and (max-width: 575px) {
  .amazing-offer-eight-wrapper {
      margin: 0 -12px;
  }

  .amazing-offer-eight-wrapper::before {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
  }
}

.amazing-offer-eight-item .image img {
height: 313px !important;
}

.amazing-offer-eight-item .image img:last-child {
-webkit-filter: unset !important;
filter: unset !important;
}
@media only screen and (max-width: 991px) {
.amazing-offer-eight .right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.amazing-offer-eight .right .title {
    margin-bottom: 0;
}

.amazing-offer-eight-item .timear {
    transform: translate(180px, -130px);
}

.amazing-offer-eight .swiper-button-next,
.amazing-offer-eight .swiper-button-prev {
    right: auto;
    transform: translate(110px, -55px);
}

.amazing-offer-eight .swiper-button-next {
    left: 0;
}

.amazing-offer-eight .swiper-button-prev {
    left: 35px;
}
}
@media only screen and (max-width: 767px) {
.amazing-offer-eight-wrapper::before {
    content: none;
}

.amazing-offer-eight .right {
    margin-bottom: 90px;
}

.amazing-offer-eight-item {
    align-items: center;
    padding: 52px 12px 26px;
}

@media only screen and (max-width: 575px) {
  .amazing-offer-eight-item {
    padding: 52px 12px 16px;
}
}

.amazing-offer-eight-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    box-shadow: 0px 160px 50px rgba(0, 0, 0, 0.06);
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
}

.amazing-offer-eight-item .timear {
    order: 2;
    position: relative !important;
    top: 0;
    left: 0;
    transform: unset;
    margin-bottom: 24px;
    transform: scale(0);
    transition: all 0.3s linear 0.6s;
}

.amazing-offer-eight-item .image {
    order: 1;
}

.amazing-offer-eight-item .image::before {
    content: "";
    position: absolute;
    top: 0;
    right: -28px;
    left: -28px;
    height: 60%;
    border-radius: 20px;
    background-color: #fed844;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.04);
    transform: translateY(-33px);
}

.amazing-offer-eight-item .image img:nth-child(2) {
    z-index: -1;
}

.amazing-offer-eight-item .detail {
    order: 3;
    width: 100%;
}

.amazing-offer-eight-item .detail h2 {
    transition-delay: 0.9s;
}

.amazing-offer-eight-item .detail ul {
    margin-bottom: 25px;
    transition-delay: 1.2s;
}

.amazing-offer-eight-item .detail .price {
    transition-delay: 1.5s;
}

.amazing-offer-eight-item .detail .btns {
    right: 0;
    transform: unset;
    text-align: center;
    margin-top: 30px;
    transition-delay: 1.8s;
}

.amazing-offer-eight .left {
    padding: 22px;
}

.amazing-offer-eight .left::after {
    content: "";
    right: 22px;
    left: 22px;
    width: auto;
    height: 130px;
    transform: translateY(-72px);
}

.amazing-offer-eight .left .swiper::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 309px;
    background-image: linear-gradient(to bottom, #fff3f0, rgba(255, 239, 241, 0.36), #fff);
    transform: unset;
    border-radius: 40px;
    right: 0;
}

.amazing-offer-eight .left .swiper::after {
    content: none;
}

.amazing-offer-eight .left .swiper-button-next,
.amazing-offer-eight .left .swiper-button-prev {
    top: 50%;
}

.amazing-offer-eight .left .swiper-button-next {
    right: auto;
    left: 0;
    transform: translate(-4px, -50%);
}

.amazing-offer-eight .left .swiper-button-prev {
    right: 0;
    transform: translate(4px, -50%);
}

.swiper-slide-active .amazing-offer-eight-item .timear {
    transform: scale(1);
}
}
@media only screen and (max-width: 575px) {
.amazing-offer-eight-item .image img {
    max-width: 121px;
    max-height: 164px;
}

.amazing-offer-eight-item .detail h2 {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
}

.amazing-offer-eight-item .detail .price {
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
}

.amazing-offer-eight-item .detail .price .offer {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.amazing-offer-eight-item .detail .price .offer del {
    font-size: 12px;
}

.amazing-offer-eight-item .detail .price span {
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
}

}

@media only screen and (max-width:991px) {
	.amazing-offer-two .container::before {
		height: 288px
	}

	.amazing-offer-two .section-heading {
		padding: 36px 0 0;
		margin-bottom: 35px
	}

	.amazing-offer-two-item {
		padding-top: 64px
	}

	.amazing-offer-two-item img {
		margin: 0 auto 20px
	}

	.amazing-offer-two-item .detail .info {
		display: flex;
		flex-wrap: wrap;
		gap: 12px 0
	}

	.amazing-offer-two-item .detail .info li {
		flex: 1 0 25%
	}

	.amazing-offer-two-item .detail .timer {
		right: -95px;
		transform: translateX(-50%);
	}

	.amazing-offer-two .swiper {
		padding: 7px 32px 32px
	}

	.amazing-offer-two .swiper,
	.amazing-offer-five .swiper,
	.amazing-offer-sixteen .swiper {
		position: relative;
		overflow: visible !important;
		margin: 0 24px
	}

	.amazing-offer-two .swiper-button-next,
	.amazing-offer-two .swiper-button-prev,
	.amazing-offer-five .swiper-button-next,
	.amazing-offer-five .swiper-button-prev,
	.amazing-offer-sixteen .swiper-button-next,
	.amazing-offer-sixteen .swiper-button-prev {
		border: 2px solid #000;
		width: 33px;
		height: 33px;
		top: 50%;
		border-radius: 50%;
		opacity: .4
	}

	.amazing-offer-two .swiper-button-next::after,
	.amazing-offer-two .swiper-button-prev::after,
	.amazing-offer-five .swiper-button-next::after,
	.amazing-offer-five .swiper-button-prev::after,
	.amazing-offer-sixteen .swiper-button-next::after,
	.amazing-offer-sixteen .swiper-button-prev::after {
		color: #000;
		font-size: 12px;
		line-height: 1;
		font-weight: 900
	}

	.amazing-offer-two .swiper-button-next,
	.amazing-offer-five .swiper-button-next,
	.amazing-offer-sixteen .swiper-button-next {
		left: 0;
		transform: translate(-24px, -50%)
	}

	.amazing-offer-two .swiper-button-prev,
	.amazing-offer-five .swiper-button-prev,
	.amazing-offer-sixteen .swiper-button-prev {
		right: 0;
		left: auto;
		transform: translate(24px, -50%)
	}

	.amazing-offer-five .container::after {
		width: 100vw;
		height: 50%;
		border-radius: 0;
		left: 0
	}

	.amazing-offer-five-wrapper {
		padding-top: 32px
	}

	.amazing-offer-five .section-heading {
		margin-bottom: 32px
	}

	.amazing-offer-five-slider::after {
		left: 24px;
		width: calc(100% - 48px)
	}

	.amazing-offer-sixteen {
		position: relative
	}

	.amazing-offer-sixteen-wrapper {
		padding: 0;
		position: unset !important
	}

	.amazing-offer-sixteen-wrapper .left {
		margin-top: 32px
	}

	.amazing-offer-sixteen-wrapper .left::before {
		content: "";
		width: 62%;
		height: 214px;
		border-radius: 100px 0 0 100px;
		top: 120px
	}

	.amazing-offer-sixteen-wrapper .left::after {
		content: none
	}

	.amazing-offer-sixteen-item .timear {
		position: relative !important;
		top: 0;
		left: 0;
		transform: unset;
		justify-content: center;
		order: 2
	}

	.amazing-offer-sixteen-item .image {
		order: 1
	}

	.amazing-offer-sixteen-item .detail {
		order: 3;
		border-radius: 15px;
		background-color: rgba(249, 249, 249, .7);
		padding: 19px 24px 34px;
		margin-top: 24px
	}

	.amazing-offer-sixteen-item .detail h2 {
		font-size: 16px;
		line-height: 25px;
		font-weight: 700
	}

	.amazing-offer-sixteen-item .detail ul {
		margin-bottom: 25px
	}

	.amazing-offer-sixteen-item .detail .offer,
	.amazing-offer-sixteen-item .detail .price {
		display: inline-block;
		vertical-align: middle
	}

	.amazing-offer-sixteen-item .detail .price {
		margin-right: 20px
	}

	.amazing-offer-sixteen-item .detail .price>div {
		margin-top: 0
	}

	.amazing-offer-sixteen-item .detail .btn {
		max-width: -moz-fit-content;
		max-width: fit-content;
		display: block
	}

	.amazing-offer-sixteen .swiper {
		margin: 0
	}

	.amazing-offer-sixteen .swiper-button-next,
	.amazing-offer-sixteen .swiper-button-prev {
		top: auto;
		bottom: 38px;
		left: 24px;
		transform: translate(0, 0)
	}

	.amazing-offer-sixteen .swiper-button-prev {
		right: auto;
		left: 72px
	}
}
