/*-------------- Hero Area Start  ---- --------*/
.hero-area {
  padding: 15px 0;
  position: relative;
}

.hero-area .hero__maincontent {
  border-radius: 15px;
  background-image: linear-gradient(to bottom, #ffbf00 0%, #b38600 100%);
  padding: 45px 45px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (min-width: 1368px) and (max-width: 1499px) {
  .hero-area .hero__maincontent {
    padding: 34px 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1367px) {
  .hero-area .hero__maincontent {
    padding: 30px 36px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-area .hero__maincontent {
    padding: 30px 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero__maincontent {
    padding: 25px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area .hero__maincontent {
    padding: 70px 20px;
    background-image: linear-gradient(to bottom, #ffbf00 0%, #b38600 100%);
    padding-bottom: 40px;
  }
}
.hero-area .hero__maincontent .hero-zombie {
  position: absolute;
  width: 958px;
  height: auto;
  bottom: 0;
  right: 2%;
  z-index: -1;
}
@media (min-width: 1368px) and (max-width: 1499px) {
  .hero-area .hero__maincontent .hero-zombie {
    width: 887px;
    right: -1%;
  }
}
@media (min-width: 1200px) and (max-width: 1367px) {
  .hero-area .hero__maincontent .hero-zombie {
    width: 828px;
    right: -0.5%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-area .hero__maincontent .hero-zombie {
    width: 818px;
    right: -7%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero__maincontent .hero-zombie {
    width: 824px;
    right: -7%;
    bottom: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area .hero__maincontent .hero-zombie {
    width: 650px;
    bottom: -2px;
    right: 52%;
    transform: translateX(50%);
  }
}
@media (min-width: 520px) and (max-width: 767px) {
  .hero-area .hero__maincontent .hero-zombie {
    width: 589px;
  }
}
.hero-area .hero__maincontent .hero__top--wrapper {
  display: flex;
  gap: 0 50px;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .hero-area .hero__maincontent .hero__top--wrapper {
    display: block;
  }
}
.hero-area .hero__maincontent .hero__top--wrapper .hero__top--left {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .hero-area .hero__maincontent .hero__top--wrapper .hero__top--left {
    width: 100%;
    text-align: center;
  }
}
.hero-area
  .hero__maincontent
  .hero__top--wrapper
  .hero__top--left
  .hero__top--content {
  max-width: 620px;
}
@media (min-width: 1368px) and (max-width: 1499px) {
  .hero-area
    .hero__maincontent
    .hero__top--wrapper
    .hero__top--left
    .hero__top--content {
    max-width: 500px;
  }
}
@media (min-width: 1200px) and (max-width: 1367px) {
  .hero-area
    .hero__maincontent
    .hero__top--wrapper
    .hero__top--left
    .hero__top--content {
    max-width: 480px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-area
    .hero__maincontent
    .hero__top--wrapper
    .hero__top--left
    .hero__top--content {
    max-width: 400px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-area
    .hero__maincontent
    .hero__top--wrapper
    .hero__top--left
    .hero__top--content {
    max-width: 460px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area
    .hero__maincontent
    .hero__top--wrapper
    .hero__top--left
    .hero__top--content {
    max-width: 420px;
    margin: 0 auto;
  }
}
.hero-area
  .hero__maincontent
  .hero__top--wrapper
  .hero__top--left
  .hero__top--content
  h2 {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "GrandHolidaySans";
  line-height: 50px;
  color: #000;
  margin-bottom: 20px;
}
@media (min-width: 1368px) and (max-width: 1499px) {
  .hero-area
    .hero__maincontent
    .hero__top--wrapper
    .hero__top--left
    .hero__top--content
    h2 {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (min-width: 1200px) and (max-width: 1367px) {
  .hero-area
    .hero__maincontent
    .hero__top--wrapper
    .hero__top--left
    .hero__top--content
    h2 {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-area
    .hero__maincontent
    .hero__top--wrapper
    .hero__top--left
    .hero__top--content
    h2 {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-area
    .hero__maincontent
    .hero__top--wrapper
    .hero__top--left
    .hero__top--content
    h2 {
    font-size: 38px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area
    .hero__maincontent
    .hero__top--wrapper
    .hero__top--left
    .hero__top--content
    h2 {
    font-size: 34px;
    line-height: 40px;
  }
}
.hero-area
  .hero__maincontent
  .hero__top--wrapper
  .hero__top--left
  .hero__top--content
  p {
  font-size: 22px;
  color: #000;
  font-family: "Poppins", sans-serif;
  max-width: 470px;
  font-weight: 400;
  letter-spacing: -0.5px;
}
@media (min-width: 1368px) and (max-width: 1499px) {
  .hero-area
    .hero__maincontent
    .hero__top--wrapper
    .hero__top--left
    .hero__top--content
    p {
    font-size: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1367px) {
  .hero-area
    .hero__maincontent
    .hero__top--wrapper
    .hero__top--left
    .hero__top--content
    p {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-area
    .hero__maincontent
    .hero__top--wrapper
    .hero__top--left
    .hero__top--content
    p {
    font-size: 18px;
    max-width: 350px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-area
    .hero__maincontent
    .hero__top--wrapper
    .hero__top--left
    .hero__top--content
    p {
    font-size: 18px;
    max-width: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area
    .hero__maincontent
    .hero__top--wrapper
    .hero__top--left
    .hero__top--content
    p {
    font-size: 17px;
    max-width: 290px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
.hero-area
  .hero__maincontent
  .hero__top--wrapper
  .hero__top--left
  .hero__top--content
  .hero__btn {
  margin-top: 35px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-area
    .hero__maincontent
    .hero__top--wrapper
    .hero__top--left
    .hero__top--content
    .hero__btn {
    margin-top: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-area
    .hero__maincontent
    .hero__top--wrapper
    .hero__top--left
    .hero__top--content
    .hero__btn {
    margin-top: 25px;
  }
}
.hero-area
  .hero__maincontent
  .hero__top--wrapper
  .hero__top--left
  .hero__top--content
  .hero__btn
  a {
  background: #000;
  color: #fff;
  font-weight: 500;
  border: none;
  font-size: 20px;
  padding: 10px 34px;
  padding-right: 8px;
}
@media (min-width: 1200px) and (max-width: 1367px) {
  .hero-area
    .hero__maincontent
    .hero__top--wrapper
    .hero__top--left
    .hero__top--content
    .hero__btn
    a {
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-area
    .hero__maincontent
    .hero__top--wrapper
    .hero__top--left
    .hero__top--content
    .hero__btn
    a {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-area
    .hero__maincontent
    .hero__top--wrapper
    .hero__top--left
    .hero__top--content
    .hero__btn
    a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area
    .hero__maincontent
    .hero__top--wrapper
    .hero__top--left
    .hero__top--content
    .hero__btn
    a {
    font-size: 18px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.hero-area
  .hero__maincontent
  .hero__top--wrapper
  .hero__top--left
  .hero__top--content
  .hero__btn
  a
  span {
  background-color: #fff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-area
    .hero__maincontent
    .hero__top--wrapper
    .hero__top--left
    .hero__top--content
    .hero__btn
    a
    span {
    margin-left: 12px;
  }
}
.hero-area
  .hero__maincontent
  .hero__top--wrapper
  .hero__top--left
  .hero__top--content
  .hero__btn
  a
  span
  svg
  path {
  fill: #000;
}
.hero-area .hero__maincontent .hero__top--wrapper .hero__top--right {
  width: 17%;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .hero-area .hero__maincontent .hero__top--wrapper .hero__top--right {
    width: 100%;
    margin-top: 271px;
  }
}

.hero-area
  .hero__maincontent
  .hero__top--wrapper
  .hero__top--right
  .hero__smart--text {
  text-align: right;
}
.hero-area
  .hero__maincontent
  .hero__top--wrapper
  .hero__top--right
  .hero__smart--text
  h2 {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 40px;
  font-size: 40px;
  font-family: "GrandHolidaySans";
}
@media (min-width: 1368px) and (max-width: 1499px) {
  .hero-area
    .hero__maincontent
    .hero__top--wrapper
    .hero__top--right
    .hero__smart--text
    h2 {
    font-size: 36px;
    line-height: 36px;
  }
}
@media (min-width: 1200px) and (max-width: 1367px) {
  .hero-area
    .hero__maincontent
    .hero__top--wrapper
    .hero__top--right
    .hero__smart--text
    h2 {
    font-size: 32px;
    line-height: 34px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-area
    .hero__maincontent
    .hero__top--wrapper
    .hero__top--right
    .hero__smart--text
    h2 {
    font-size: 28px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-area
    .hero__maincontent
    .hero__top--wrapper
    .hero__top--right
    .hero__smart--text
    h2 {
    font-size: 22px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area
    .hero__maincontent
    .hero__top--wrapper
    .hero__top--right
    .hero__smart--text
    h2 {
    font-size: 18px;
    line-height: 20px;
    display: none;
  }
  .hero-area
    .hero__maincontent
    .hero__top--wrapper
    .hero__top--right
    .hero__smart--text {
    display: none;
  }
}

.hero-area
  .hero__maincontent
  .hero__top--wrapper
  .hero__top--right
  .hero__smart--text
  .long__arrow {
  display: flex;
  justify-content: flex-end;
}
.hero-area
  .hero__maincontent
  .hero__top--wrapper
  .hero__top--right
  .hero__smart--text
  .long__arrow
  img {
  max-height: 250px;
  width: auto;
}
@media (min-width: 1200px) and (max-width: 1367px) {
  .hero-area
    .hero__maincontent
    .hero__top--wrapper
    .hero__top--right
    .hero__smart--text
    .long__arrow
    img {
    max-height: 220px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-area
    .hero__maincontent
    .hero__top--wrapper
    .hero__top--right
    .hero__smart--text
    .long__arrow
    img {
    max-height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-area
    .hero__maincontent
    .hero__top--wrapper
    .hero__top--right
    .hero__smart--text
    .long__arrow
    img {
    max-height: 180px;
  }
}
.hero-area .hero__maincontent .hero__bottom--wrapper {
  margin-top: 20rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero__maincontent .hero__bottom--wrapper {
    padding-top: 200px;
  }
}
.hero-area .hero__maincontent .hero__bottom--wrapper span {
  display: flex;
  align-items: center;
  gap: 0 15px;
  color: #000;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  margin-bottom: 25px;
}
.hero-area .hero__maincontent .hero__bottom--wrapper span img {
  width: 12px;
  filter: brightness(0);
}
.hero-area .hero__maincontent .hero__bottom--wrapper h1 {
  font-size: 118px;
  line-height: 85%;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  font-family: "GrandHolidaySans";
  letter-spacing: -2px;
  margin: 0;
}
@media (min-width: 1500px) and (max-width: 1599px) {
  .hero-area .hero__maincontent .hero__bottom--wrapper h1 {
    font-size: 110px;
  }
}
@media (min-width: 1368px) and (max-width: 1499px) {
  .hero-area .hero__maincontent .hero__bottom--wrapper h1 {
    font-size: 105px;
  }
}
@media (min-width: 1200px) and (max-width: 1367px) {
  .hero-area .hero__maincontent .hero__bottom--wrapper h1 {
    font-size: 95px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-area .hero__maincontent .hero__bottom--wrapper h1 {
    font-size: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero__maincontent .hero__bottom--wrapper h1 {
    font-size: 55px;
    line-height: 85%;
  }
  .hero-area .hero__maincontent .hero__bottom--wrapper h1 br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area .hero__maincontent .hero__bottom--wrapper h1 {
    font-size: 44px;
    line-height: 85%;
  }
  .hero-area .hero__maincontent .hero__bottom--wrapper h1 br {
    display: none;
  }
}
.hero-area .hero-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 380px;
  object-fit: cover;
  object-position: top;
}

/*-------------- Hero Area End  ---- --------*/

@media (min-width: 520px) and (max-width: 767px) {
  .hero-area.costume-hero-area .hero__maincontent .costume-hero-zombie {
    width: 518px;
    right: 16%;
  }
}

@media (min-width: 240px) and (max-width: 519px) {
  .hero-area.costume-hero-area .hero__maincontent .costume-hero-zombie {
    width: 563px;
    right: -29px;
  }
}

.hero-area.costume-hero-area
  .hero__maincontent
  .hero__top--left
  .hero__top--content {
  max-width: 480px;
}
@media (min-width: 1200px) and (max-width: 1367px) {
  .hero-area.costume-hero-area
    .hero__maincontent
    .hero__top--left
    .hero__top--content {
    max-width: 400px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-area.costume-hero-area
    .hero__maincontent
    .hero__top--left
    .hero__top--content {
    max-width: 380px;
  }
}
.hero-area.costume-hero-area
  .hero__maincontent
  .hero__top--left
  .hero__top--content
  h2 {
  font-size: 72px;
  line-height: 70px;
}
@media (min-width: 1368px) and (max-width: 1499px) {
  .hero-area.costume-hero-area
    .hero__maincontent
    .hero__top--left
    .hero__top--content
    h2 {
    font-size: 60px;
    line-height: 62px;
  }
}
@media (min-width: 1200px) and (max-width: 1367px) {
  .hero-area.costume-hero-area
    .hero__maincontent
    .hero__top--left
    .hero__top--content
    h2 {
    font-size: 50px;
    line-height: 52px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-area.costume-hero-area
    .hero__maincontent
    .hero__top--left
    .hero__top--content
    h2 {
    font-size: 44px;
    line-height: 46px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-area.costume-hero-area
    .hero__maincontent
    .hero__top--left
    .hero__top--content
    h2 {
    font-size: 64px;
    line-height: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area.costume-hero-area
    .hero__maincontent
    .hero__top--left
    .hero__top--content
    h2 {
    font-size: 46px;
    line-height: 48px;
  }
}
.hero-area.costume-hero-area
  .hero__maincontent
  .hero__top--left
  .hero__top--content
  p {
  font-size: 22px;
  max-width: 440px;
}
@media (min-width: 1368px) and (max-width: 1499px) {
  .hero-area.costume-hero-area
    .hero__maincontent
    .hero__top--left
    .hero__top--content
    p {
    font-size: 20px;
    max-width: 380px;
  }
}
@media (min-width: 1200px) and (max-width: 1367px) {
  .hero-area.costume-hero-area
    .hero__maincontent
    .hero__top--left
    .hero__top--content
    p {
    font-size: 18px;
    max-width: 340px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-area.costume-hero-area
    .hero__maincontent
    .hero__top--left
    .hero__top--content
    p {
    font-size: 18px;
    max-width: 320px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-area.costume-hero-area
    .hero__maincontent
    .hero__top--left
    .hero__top--content
    p {
    font-size: 18px;
    max-width: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area.costume-hero-area
    .hero__maincontent
    .hero__top--left
    .hero__top--content
    p {
    font-size: 18px;
  }
}
@media (min-width: 520px) and (max-width: 767px) {
  .hero-area.costume-hero-area
    .hero__maincontent
    .hero__top--left
    .hero__top--content
    p {
    font-size: 18px;
    max-width: 380px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
