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

.hero-area .hero__maincontent {
  border-radius: 15px;
  background-image: linear-gradient(to bottom, #f8991d 0%, #b35e00 100%);
  background-color: #ee5311;
  background-position: center;
  background-size: cover;
  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, #f8991d 0%, #b35e00 100%);
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 400px) {
  .hero-area .hero__maincontent {
    padding: 70px 20px;
    background-image: linear-gradient(to bottom, #f8991d 0%, #b35e00 100%);
    padding-bottom: 40px;
  }
}
.hero-area .hero__maincontent .hero-zombie {
  position: absolute;
  width: 1081px;
  height: auto;
  bottom: 0;
  right: 3%;
  z-index: -1;
}
@media (min-width: 1368px) and (max-width: 1499px) {
  .hero-area .hero__maincontent .hero-zombie {
    width: 1000px;
    right: 2%;
  }
}
@media (min-width: 1200px) and (max-width: 1367px) {
  .hero-area .hero__maincontent .hero-zombie {
    width: 1102px;
    right: -8.5%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-area .hero__maincontent .hero-zombie {
    width: 705px;
    right: 0%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero__maincontent .hero-zombie {
    width: 702px;
    right: -18%;
    bottom: -25px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area .hero__maincontent .hero-zombie {
    width: 580px;
    bottom: -50px;
    right: 50%;
    transform: translateX(50%);
  }
}

@media only screen and (max-width: 500px) {
  .hero-area .hero__maincontent .hero-zombie {
    width: 466px;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (min-width: 520px) and (max-width: 767px) {
  .hero-area .hero__maincontent .hero-zombie {
    width: 600px;
  }
}
@media (min-width: 200px) and (max-width: 440px) {
  .hero-area .hero__maincontent .hero-zombie {
    width: 466px;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (min-width: 520px) and (max-width: 740px) {
  .hero-area .hero__maincontent .hero-zombie {
    width: 540px;
    bottom: -100px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (min-width: 200px) and (max-width: 400px) {
  .hero-area .hero__maincontent .hero-zombie {
    width: 466px;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
  }
}
.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-color: #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: #fff;
  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;
  }
}

.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: 18rem;
}
@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: 15px;
}
.hero-area .hero__maincontent .hero__bottom--wrapper span img {
  width: 12px;
  filter: brightness(0);
}
.hero-area .hero__maincontent .hero__bottom--wrapper h1 {
  font-size: 128px;
  line-height: 90%;
  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: 120px;
  }
}
@media (min-width: 1368px) and (max-width: 1499px) {
  .hero-area .hero__maincontent .hero__bottom--wrapper h1 {
    font-size: 110px;
  }
}
@media (min-width: 1200px) and (max-width: 1367px) {
  .hero-area .hero__maincontent .hero__bottom--wrapper h1 {
    font-size: 104px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-area .hero__maincontent .hero__bottom--wrapper h1 {
    font-size: 84px;
  }
  .hero-area .hero__maincontent .hero__bottom--wrapper {
    margin-top: 8rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero__maincontent .hero__bottom--wrapper h1 {
    font-size: 65px;
    line-height: 90%;
  }
  .hero-area .hero__maincontent .hero__bottom--wrapper {
    margin-top: 3rem;
  }
  .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: 90%;
  }
  .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  ---- --------*/
