body,
html {
  padding: 0;
  margin: 0;
}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
}
/* Bold */
@font-face {
  font-family: "RBNo3.1";
  src: url("../assets/fonts/RBNo3.1/RBNo3.1-Bold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}

/* ExtraBold */
@font-face {
  font-family: "RBNo3.1";
  src: url("../assets/fonts/RBNo3.1/RBNo3.1-Extrabold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
/* Classic */
@font-face {
  font-family: "VTF Redzone Classic";
  src: url("../assets/fonts/VTFRedzone/VTFRedzone-Classic.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
/* hero start */
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.hero-content {
  position: absolute;
  bottom: 7%;
  right: 3%;
  text-align: center;
  color: #fff;
}
.hero-content .hero-title {
  display: flex;
  align-items: end;
  justify-content: end;
  margin-right: 7%;
}
.hero-content .hero-title h1 {
  font-size: 3cqw;
  color: #dcdcdc;
  margin-left: -16%;
  margin-bottom: 2%;
}
.hero-content .hero-title .jammy-title {
  width: 15cqw;
  margin-bottom: 4%;
  z-index: 1;
}
/* button  start */
.hero-content .hero-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3%;
}
.hero-content .hero-buttons .hero-button {
  position: relative;
  display: inline-block;
  transform: rotate(0deg);
  transition: transform 0.4s ease;
}

.hero-content .hero-buttons .hero-button .hero-button-img {
  width: 18cqw;
}

.hero-content .hero-buttons .hero-button:hover {
  transform: rotate(2deg);
  filter: brightness(1.1);
}

.hero-content .hero-buttons .hero-button p {
  position: absolute;
  top: 2%;
  left: 51%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 1.4cqw;
  font-weight: 500;
  text-shadow: 0px 4px 4px #c9008c;
  pointer-events: none;
  color: #fff;
  font-family: "VTF Redzone Classic", sans-serif;
}
/* button  end */
.hero-content .social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5%;
  margin-top: 2%;
}
.hero-content .social-icons .icon {
  width: 3cqw;
}
.hero-content .social-icons .icon a img {
  transition: transform 0.3s ease, filter 0.3s ease;
}
.hero-content .social-icons .icon:hover img {
  transform: scale(1.05);
  filter: brightness(1.4) drop-shadow(0 0 3px rgba(255, 102, 255, 0.9))
    drop-shadow(0 0 9px rgba(255, 0, 255, 0.6))
    drop-shadow(0 0 17px rgba(255, 0, 255, 0.4));
}
/* hero end */
/* section 2 start */
.trailer {
  position: relative;
}
.trailer-left {
  position: absolute;
  top: -2%;
  left: 2.5%;
  width: 23cqw;
}
.trailer-content {
  position: absolute;
  top: 10%;
  right: 5%;
  text-align: center;
  color: #fff;
}
.trailer-content .watch-now .trailer-img {
  width: 54cqw;
}
.trailer-content .watch-now .trailer-title-row {
  display: flex;
  justify-content: start;
  align-items: center;
}
.trailer-content .watch-now .trailer-title-row .trailer-title {
  font-family: "RBNo3.1";
  font-weight: 500;
  font-size: 1.5cqw;
  color: #eaeaea;
}
/* button  start */
.trailer-content .watch-now .hero-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3%;
  margin-top: -5%;
}
.trailer-content .watch-now .hero-buttons .hero-button {
  position: relative;
  display: inline-block;
  transform: rotate(0deg);
  transition: transform 0.4s ease;
}

.trailer-content .watch-now .hero-buttons .hero-button .hero-button-img {
  width: 18cqw;
}

.trailer-content .watch-now .hero-buttons .hero-button:hover {
  transform: rotate(2deg);
  filter: brightness(1.1);
}

.trailer-content .watch-now .hero-buttons .hero-button p {
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 1.4cqw;
  font-weight: 500;
  text-shadow: 0px 4px 4px #c9008c;
  pointer-events: none;
  color: #fff;
  font-family: "VTF Redzone Classic", sans-serif;
}
/* button  end */

/* listed on */
.trailer-content .listed-on {
  padding-top: 7%;
}
.trailer-content .listed-on .listed-img-row .listed-img {
  position: relative;
  width: 26cqw;
}
.trailer-content .listed-on .listed-img-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5%;
}
.trailer-content .listed-on .listed-title {
  font-family: "RBNo3.1";
  font-weight: 500;
  font-size: 1.5cqw;
  text-align: start;
  color: #eaeaea;
}
.trailer-content .listed-on .listed-img-row .listed-img .listed-content,
.trailer-content .buy-on .buy-on-row .buy-on-img .listed-content {
  position: absolute;
  top: 22%;
  left: 10%;
  line-height: 0.5;
  text-align: start;
}
.trailer-content .listed-on .listed-content h2,
.trailer-content .buy-on .buy-on-row .buy-on-img .listed-content h2 {
  font-family: "RBNo3.1";
  font-size: 1.2cqw;
  color: #dcdcdc;
}
.trailer-content
  .listed-on
  .listed-img-row
  .listed-img
  .listed-content
  .visit-button
  a,
.trailer-content
  .buy-on
  .buy-on-row
  .buy-on-img
  .listed-content
  .visit-button
  a {
  font-family: "RBNo3.1";
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10%;
  font-size: 1.2cqw;
  color: #dcdcdc;
  width: 10cqw;
}
.right-icon {
  width: 1cqw;
}
/* buy on */
.trailer-content .buy-on {
  padding-top: 10%;
}
.trailer-content .buy-on .buy-on-row {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5%;
}
.trailer-content .buy-on .buy-on-row .buy-on-img {
  position: relative;
  width: 26cqw;
}
.trailer-content .buy-on .buy-on-title {
  font-family: "RBNo3.1";
  font-weight: 500;
  font-size: 1.5cqw;
  text-align: start;
  color: #eaeaea;
}
.trailer-content .listed-on .listed-img-row .listed-img img,
.trailer-content .buy-on .buy-on-row .buy-on-img img {
  transition: transform 0.3s ease, filter 0.3s ease;
}

.trailer-content .listed-on .listed-img-row .listed-img:hover img,
.trailer-content .buy-on .buy-on-row .buy-on-img:hover img {
  transform: scale(1.03);
  filter: brightness(1) drop-shadow(0 0 2px rgba(255, 120, 255, 0.8))
    drop-shadow(0 0 5px rgba(255, 80, 255, 0.5))
    drop-shadow(0 0 9px rgba(255, 0, 255, 0.3));
}
.hero-mobile,
.trailer-mobile {
  display: none;
}

@media (max-width: 768px) {
  .hero,
  .trailer {
    display: none;
  }
  .hero-mobile,
  .trailer-mobile {
    position: relative;
    display: block;
  }
  .hero-mobile .hero-content {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
  }
  .hero-mobile .hero-content .hero-title {
    margin-left: -40%;
    width: 69cqw;
    margin-bottom: 15%;
  }
  .hero-mobile .hero-content .hero-buttons .hero-button .hero-button-img {
    width: 50cqw;
  }
  .hero-mobile .hero-content .hero-buttons {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .hero-mobile .hero-content .hero-buttons .hero-button p {
    top: 0%;
    left: 50%;
    font-size: 5.5cqw;
  }

  .hero-mobile .social-icons {
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5%;
  }
  .hero-mobile .social-icons .icon {
    width: 13cqw;
  }

  .trailer-mobile {
    background-color: #000;
    margin-top: -1%;
  }
  .trailer-content {
    top: 5%;
  }
  .trailer-bg {
    opacity: 0.6;
  }
  .trailer-left {
    position: absolute;
    top: -2%;
    left: 1.5%;
    width: 68cqw;
    opacity: 0.6;
  }
  .trailer-content .watch-now .trailer-title-row {
    justify-content: center;
    margin-bottom: 5%;
  }
  .trailer-content .watch-now .trailer-title-row .trailer-title {
    font-size: 5cqw;
  }
  .trailer-content .watch-now .trailer-img {
    width: 90cqw;
  }
  .trailer-content .watch-now .hero-buttons .hero-button .hero-button-img {
    width: 50cqw;
  }
  .trailer-content .watch-now .hero-buttons .hero-button p {
    position: absolute;
    top: 2%;
    left: 50%;
    font-size: 5cqw;
  }
  .trailer-content .watch-now .hero-buttons {
    margin-top: -8%;
  }
  .trailer-content .listed-on .listed-title,
  .trailer-content .buy-on .buy-on-title {
    font-size: 5cqw;
    text-align: center;
    margin-bottom: 10%;
  }
  .trailer-content .listed-on .listed-img-row .listed-img .listed-content,
  .trailer-content .buy-on .buy-on-row .buy-on-img .listed-content {
    top: 40%;
    left: 12%;
  }
  .trailer-content .listed-on .listed-content h2,
  .trailer-content .buy-on .buy-on-row .buy-on-img .listed-content h2 {
    font-size: 4cqw;
  }
  .trailer-content
    .listed-on
    .listed-img-row
    .listed-img
    .listed-content
    .visit-button
    a,
  .trailer-content
    .buy-on
    .buy-on-row
    .buy-on-img
    .listed-content
    .visit-button
    a {
    font-size: 4cqw;
    width: 22cqw;
    justify-content: center;
  }

  .trailer-content .listed-on .listed-content .visit-button,
  .trailer-content
    .buy-on
    .buy-on-row
    .buy-on-img
    .listed-content
    .visit-button {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .right-icon {
    width: 3cqw;
  }
  .trailer-content .buy-on .buy-on-row {
    justify-content: center;
  }
  .trailer-content .listed-on .listed-img-row .listed-img,
  .trailer-content .buy-on .buy-on-row .buy-on-img {
    width: 40cqw;
  }
}
