html,
body {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.landing-bg {
  position: absolute;
  z-index: 9;
}
.landing-img {
  width: 100vw;
  height: 2000px;
}
.main {
  width: 100vw;
  height: 100%;
  background-color: #00131f;
}
.content-area {
  position: relative;
  z-index: 9999999;
  padding-top: 80px;
}
.content-area .main-area {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.content-area .main-area .img-area img {
  width: 214px;
  height: 138px;
}
.content-area .main-area .text-area {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 4px;
  padding-top: 8px;
}
.content-area .main-area .text-area .text-1,
.content-area .main-area .text-area .text-2 {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  text-decoration: unset;
}
.content-area .main-area .text-area .text-2 {
  color: #eb001b;
  text-decoration: unset;
}
.content-area .hero-area {
  padding-top: 72px;
  text-align: center;
}
.content-area .hero-area .hero-text {
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
}
.content-area .hero-area .hero-text-2 {
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
  padding: 0 208px;
  margin-top: 24px;
  margin-bottom: 12px;
}
.content-area .hero-area .small-text {
  color: var(--Color-300, #7f848d);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-top: 12px;
}
.content-area .campaign-box-area {
  display: flex;
  padding: 0 36px;
  margin-top: 100px;
  justify-content: center;
}
.content-area .campaign-box-area .campaign-box {
  display: flex;
  height: 140px;
  border: 4px solid #ac1209;
  background: #3b1417;
  align-items: center;
  justify-content: center;
}
.content-area .campaign-box-area .campaign-box .campaign-box-text {
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: center;
  font-size: 24px;
  padding: 0 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.content-area .instruction-area {
  flex-direction: column;
  gap: 64px;
  margin-top: 120px;
  display: flex;
  justify-content: center;
}
.content-area .instruction-area .text-area .main-text {
  padding: 0;
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.content-area .instruction-area .text-area .sub-text {
  color: var(--Color-300, #7f848d);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0;
  margin: 12px;
}
.content-area .instruction-box-area {
  display: flex;
  justify-content: center;
  gap: 32px;
}
.content-area .instruction-box-area .box {
  display: flex;
  width: 373px;
  height: 286px;
  padding: 24px 23px 88px 24px;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
  background: #cc1305;
  box-sizing: border-box;
}
.content-area .instruction-box-area .box .main-text {
  color: var(--Color-White, #fff);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
.content-area .instruction-box-area .box .second-text {
  color: var(--Color-100, #d4d6d9);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.movies-area {
  display: flex;
  padding: 64px 50px;
  flex-direction: column;
}
.movies-area .text {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.movies-area .movie-list {
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 32px;
  text-decoration: unset;
}
.movies-area .movie-list .movie .img-area img {
  width: 222px;
  height: 321px;
  -o-object-fit: fill;
  object-fit: fill;
}
.movies-area .movie-list .movie .text-area {
  margin-top: 32px;
  text-align: center;
}
.movies-area .movie-list .movie .text-area .text {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-decoration: unset;
}
.cta-button-area2 {
  margin-top: 64px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cta-button-area2 .cta-button {
  border: 4px solid #ac1209;
  background: #3b1417;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-decoration: unset;
  padding: 24px;
}
.bottom-area {
  display: flex;
  justify-self: center;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 120px;
  flex-direction: row;
  gap: 12px;
}
.bottom-area .wrapper {
  gap: 12px;
  display: flex;
}
.bottom-area .img-area img {
  width: 98px;
  height: 63px;
}
.bottom-area .text-area {
  display: flex;
  flex-direction: column;
  margin-top: 7px;
  gap: 8px;
}
.bottom-area .text-area .link-area {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.bottom-area .text-area .link-area a {
  text-decoration: unset;
  color: #eb001b;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.bottom-area .text-area .small-text {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (max-width: 1300px) {
  .hero-text-2 {
    padding: 0 24px !important;
  }
  .campaign-box {
    height: auto !important;
  }
  .movie-list {
    display: flex;
    flex-wrap: wrap;
  }
  .instruction-box-area {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .botton-area {
    margin-bottom: 24px !important;
  }
}
