.container {
  padding: 0 15px;
}

@media (min-width: 575.98px) {
  .container {
    max-width: 540px;
    margin: auto;
    padding: 0 15px;
  }
}

@media (min-width: 767.98px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 991.98px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1199.98px) {
  .container {
    max-width: 1170px;
  }
}

body {
  position: relative;
}

.header-curve {
  background: url('../img/top-curve.png') no-repeat;
  position: absolute;
  bottom: -7px;
  width: 100%;
  height: 52px;
  z-index: -1;
}

.hero {
  position: relative;
  height: 630px;
  box-sizing: border-box;
  margin-top: -30px;
  color: #fff;
  background: url(../img/red-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 130px 0 320px 0;
  z-index: 0;
  overflow: hidden;
}

.hero ul {
  z-index: -1;
}

.hero .layer {
  position: absolute;
  height: 100%;
}

.hero__party-bg {
  width: 120%;
  margin-left: -10%;
  margin-top: -300px;
}

.hero__cicle-bg {
  width: 140%;
  margin-left: -20%;
  margin-top: -20%;
}

.hero__party {
  position: absolute;
  background: url(../img/party.png);
  height: 100%;
  width: 100%;
  top: 0px;
  right: 0;
  z-index: -1;
}

.hero__title {
  font-family: Circe ExtraBold;
  font-style: normal;
  font-weight: 700;
  font-size: 75px;
  font-size: 75px;
  text-shadow: 0px 5px 0px #D60800, 0px 8px 0em rgba(214, 8, 0, 0.3);
}

.hero__desc {
  font-size: 28px;
  font-weight: normal;
}

.cat {
  margin-top: -175px;
  position: relative;
}

.cat-curve {
  background: url('../img/top-second-curve.png') no-repeat;
  position: absolute;
  top: 140px;
  width: 100%;
  height: 52px;
}

.cat__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cat-img-1 img {
  width: 110%;
}

.cat-img-2 img {
  width: 120%;
  margin-left: -20px;
}

.cat-img-3 img {
  width: 110%;
  margin-left: -20px;
  margin-top: -20px;
}

.cat-img-4 img {
  width: 100%;
  margin-top: -20px;
}

.cat-img-5 img {
  width: 90%;
}

.cat-img-6 img {
  width: 52%;
}

.cat-item {
  text-align: center;
  margin-top: 50px;
  width: 360px;
  height: 400px;
  position: relative;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.cat-item:hover {
  -webkit-animation: shake 0.5s;
  animation: shake 0.5s !important;
}

.cat-item:nth-child(3n+2) {
  margin-top: -50px;
}

.cat-item:nth-child(3n+3) {
  margin-top: 70px;
}

.cat-item-1 {
  background: url("../img/cat-bg.png") #FFDBDB;
}

.cat-item-2 {
  background: url("../img/cat-bg.png") #F0DBFF;
}

.cat-item-3 {
  background: url("../img/cat-bg.png") #D5E8FF;
}

.cat-item-4 {
  background: url("../img/cat-bg.png") #D0F8FB;
}

.cat-item-5 {
  background: url("../img/cat-bg.png") #FFDBDB;
}

.cat-item-6 {
  background: url("../img/cat-bg.png") #CEFECD;
}

.cat-item__bg {
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}

.cat-item__img {
  width: 340px;
  height: 280px;
  text-align: center;
  position: absolute;
  top: -30px;
  left: 10px;
}

.cat-item__title {
  font-family: Circe ExtraBold;
font-style: normal;
  font-size: 28px;
  margin: 0 0 5px 0;
  position: absolute;
  bottom: 65px;
  left: 70px;
}

.cat-item__desc {
  font-size: 14px;
  position: absolute;
  bottom: 40px;
  left: 120px;
}

.features {
  margin-top: 100px;
  padding-top: 130px;
  padding-bottom: 500px;
  background: url(../img/bgbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #753E31;
}

.features__smile {
  height: 38px;
  margin-bottom: -4px;
}

.features__title {
  font-family: Circe ExtraBold;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  text-align: center;
}

.features__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.features-item {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  text-align: center;
  margin-top: 70px;
}

.features-item__title {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.features-item__title1:before {
  content: "";
  width: 230px;
  height: 30px;
  background: url("../img/text.png");
  background-size: 200px 30px;
  position: absolute;
  z-index: -1;
  left: 185px;
}

.features-item__title2:before {
  content: "";
  width: 220px;
  height: 30px;
  background: url("../img/text.png");
  background-size: 200px 30px;
  position: absolute;
  z-index: -1;
  left: 200px;
}

.features-item__title3:before {
  content: "";
  width: 230px;
  height: 30px;
  background: url("../img/text.png");
  background-size: 200px 30px;
  position: absolute;
  z-index: -1;
  left: 80px;
}

.features-item__title4:before {
  content: "";
  width: 130px;
  height: 30px;
  background: url("../img/text.png");
  background-size: 200px 30px;
  position: absolute;
  z-index: -1;
  left: 115px;
}

.features-item__text {
  color: #A08078;
  font-size: 18px;
}

.banner {
  margin-top: -360px;
}

.banner__wrapper {
  background: url(../img/banner1.png);
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  padding: 108px 0;
}

.banner__title {
  font-family: Circe ExtraBold;
  font-style: normal;
  font-size: 65px;
  color: #7D0855;
  padding-bottom: 50px;
  max-width: 550px;
  margin: 0 auto;
}

.banner__btn {
  font-family: Circe bold;
  font-style: normal;
  color: #665000;
  font-size: 21px;
  padding: 25px 47px;
  background: #FFED00;
  -webkit-box-shadow: 0px 20px 60px #FFC700;
          box-shadow: 0px 20px 60px #FFC700;
  border-radius: 50px;
}

.new-slider {
  margin-top: 70px;
  text-align: left;
}

.new-slider__title {
  font-family: Circe ExtraBold;
  font-style: normal;
  font-size: 50px;
  text-align: center;
}

.new-slider__title span {
  color: #66D532;
}

.new-slider__slider {
  position: relative;
}

.new-slider__btn {
  font-family: Circe bold;
  font-style: normal;
  background: #66D532;
}

.main-slider-btn {
  color: #FFFFFF;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  padding: 20px 36px;
  border-radius: 50px;
}

.banner2 {
  margin-top: 70px;
  position: relative;
  margin-bottom: -340px;
  z-index: 20;
}

.banner2__wrapper {
  background: url(../img/banner2.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 108px 87px;
}

.banner2__title {
  font-family: Circe ExtraBold;
  font-style: normal;
  font-size: 65px;
  color: #FFFFFF;
  padding-bottom: 50px;
  max-width: 550px;
}

.banner2__btn {
  font-family: Circe bold;
  font-style: normal;
  color: #665000;
  font-size: 21px;
  padding: 25px 47px;
  background: #FFED00;
  -webkit-box-shadow: 0px 20px 60px #FFC700;
          box-shadow: 0px 20px 60px #FFC700;
  border-radius: 50px;
}

.sale-slider {
  margin-top: 70px;
  text-align: left;
  background: url(../img/bgbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 350px;
  position: relative;
  padding-bottom: 200px;
}

.sale-slider__title {
  font-family: Circe ExtraBold;
  font-style: normal;
  font-size: 50px;
  text-align: center;
}

.sale-slider__title span {
  color: #FF4C25;
}

.sale-slider__slider {
  position: relative;
}

.sale-slider__btn {
  font-family: Circe bold;
  font-style: normal;
  background: #FF4C25;
}

.map {
  margin-top: -100px;
  margin-bottom: -90px;
  position: relative;
  z-index: -1;
}

.map img {
  width: 100%;
}

@media (max-width: 1200px) {
  .cat-item:nth-child(odd) {
    margin-top: 20px;
  }
  .cat-item:nth-child(even) {
    margin-top: 70px;
  }
  .banner__wrapper {
    padding: 70px 0;
  }
}

@media (max-width: 1000px) {
  .cat-item {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
  .cat-item:nth-child(odd) {
    margin-top: 70px;
  }
  .cat-item:nth-child(even) {
    margin-top: 70px;
  }
  .features-item__title1:before {
    display: none;
  }
  .features-item__title2:before {
    display: none;
  }
  .features-item__title3:before {
    display: none;
  }
  .features-item__title4:before {
    display: none;
  }
  .banner {
    background: url("../img/banner1.png");
    padding: 50px 0px;
    background-size: cover;
    background-position: center;
  }
  .banner__wrapper {
    background: none;
  }
  .banner2 {
    background: url("../img/banner2.png");
    padding: 50px 0px;
    background-size: cover;
    background-position: center;
  }
  .banner2__wrapper {
    background: none;
    text-align: center;
    padding: 50px 0;
  }
  .cat {
    margin-top: -255px;
  }
  .banner__wrapper {
    padding: 70px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__wrapper > div {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}

@media (max-width: 800px) {
  .cat__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .banner {
    background: url("../img/banner-mob.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 200px;
    padding-top: 200px;
  }
}

@media (max-width: 768px) {
  .features__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 600px) {
  .hero {
    background: url("../img/mob-bg123.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .hero__title {
    font-size: 45px;
    margin-bottom: 25px;
  }
  .card {
    margin: auto;
  }
}

@media (max-width: 450px) {
  .cat-item {
    text-align: center;
    margin-top: 50px;
    width: 270px;
    height: 350px;
    position: relative;
  }
  .cat-item__img {
    width: 270px;
    top: -30px;
    left: 10px;
  }
  .cat-item__title {
    text-align: center;
    font-size: 26px;
    position: absolute;
    bottom: 45px;
    left: 40px;
    max-width: 200px;
  }
  .cat-item__desc {
    font-size: 14px;
    position: absolute;
    bottom: 30px;
    left: 80px;
  }
  .features__title {
    font-weight: 700;
    font-size: 40px;
    text-align: center;
  }
  .features-item__text {
    color: #A08078;
    font-size: 18px;
    max-width: 280px;
  }
  .banner {
    background: url("../img/banner-mob.png");
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 50px;
    padding-top: 0px;
  }
  .banner__title {
    font-size: 35px;
    color: #7D0855;
    padding-bottom: 50px;
    max-width: 550px;
    margin: 0 auto;
  }
  .banner2__title {
    font-size: 45px;
    color: #FFFFFF;
    padding-bottom: 50px;
    max-width: 550px;
  }
  .banner__title {
    font-size: 30px;
  }
  .new-slider__title {
    font-size: 25px;
  }
  .sale-slider__title {
    font-size: 25px;
  }
}
/*# sourceMappingURL=main.css.map */
