/** Media Variables
 * ---------------- **/
/** Dir Variables
 * -------------- **/
/** Includes Variables 
 *  ------------------ **/
/** Helper Variables
 *  ---------------- **/
.home_hero_section {
  background-color: var(--secondary-color);
  position: relative;
  padding-bottom: 182px;
}
@media (max-width: 1200px) {
  .home_hero_section {
    padding-bottom: 120px;
  }
}
@media (max-width: 768px) {
  .home_hero_section {
    padding-bottom: 80px;
  }
}
.home_hero_section p {
  margin: unset;
}
.home_hero_section .hero_container {
  padding: 115px 46px 0 46px;
  max-width: 1728px;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 980px) {
  .home_hero_section .hero_container {
    padding: 48px 0 0 0;
  }
}
.home_hero_section .society_and_movement {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.home_hero_section .society_and_movement .society {
  max-width: 805px;
  position: relative;
}
.home_hero_section .society_and_movement .society .line {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 0;
}
.home_hero_section .society_and_movement .society .line:nth-child(1) {
  left: 0;
  height: 1800px;
  top: -100%;
}
.home_hero_section .society_and_movement .society .line:nth-child(2) {
  right: 0;
  height: 1160px;
  top: -100%;
}
.home_hero_section .society_and_movement .society .line:nth-child(3) {
  right: -414px;
  height: 1800px;
  top: -100%;
}
@media (max-width: 980px) {
  .home_hero_section .society_and_movement .society .line {
    display: none;
  }
}
.home_hero_section .society_and_movement .society .society_title {
  font-size: 50px;
  line-height: 100%;
  text-transform: uppercase;
  font-family: var(--tusker-5700-font-family);
  color: #070724;
  margin-bottom: 27px;
  padding-left: 2px;
}
.home_hero_section .society_and_movement .society .society_description {
  font-size: 18px;
  line-height: 150%;
  font-family: var(--montserrat-font-family);
  font-weight: 500;
  color: #1e1919;
  margin-bottom: 30px;
  padding-left: 2px;
}
.home_hero_section .society_and_movement .society .society_explore {
  overflow: hidden;
  padding: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.home_hero_section .society_and_movement .society .society_explore .society_explore_scroll {
  display: flex;
  align-items: center;
  gap: 15px;
  white-space: nowrap;
  animation: scroll-left 15s linear infinite;
  width: -moz-max-content;
  width: max-content;
}
.home_hero_section .society_and_movement .society .society_explore .society_explore_scroll .society_explore_item {
  font-family: var(--inter-font-family);
  font-weight: 900;
  font-style: italic;
  font-size: 18px;
  line-height: 150%;
  text-transform: uppercase;
  color: var(--primary-color);
  text-wrap: nowrap;
  flex-shrink: 0;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-33.333%);
  }
}
@media (max-width: 1650px) {
  .home_hero_section .society_and_movement .society .society_title {
    font-size: 40px;
  }
  .home_hero_section .society_and_movement .society .society_description {
    font-size: 16px;
  }
  .home_hero_section .society_and_movement .society .society_explore .society_explore_item {
    font-size: 16px;
  }
}
@media (max-width: 1400px) {
  .home_hero_section .society_and_movement .society {
    max-width: 650px;
  }
}
@media (max-width: 1200px) {
  .home_hero_section .society_and_movement .society {
    max-width: 400px;
  }
  .home_hero_section .society_and_movement .society .society_title {
    font-size: 30px;
  }
}
@media (max-width: 980px) {
  .home_hero_section .society_and_movement .society .society_title {
    font-size: 50px;
    line-height: 64px;
    padding: 0 24px;
  }
  .home_hero_section .society_and_movement .society .society_description {
    font-size: 18px;
    margin-bottom: 16px;
    padding: 0 24px;
  }
  .home_hero_section .society_and_movement .society .society_explore {
    padding: 16px 11px;
  }
  .home_hero_section .society_and_movement .society .society_explore .society_explore_scroll .society_explore_item {
    font-size: 12px;
    font-family: var(--montserrat-font-family);
  }
}
.home_hero_section .society_and_movement .movement {
  position: relative;
  background-color: #fff;
  padding: 28px 24px;
  display: flex;
  border-radius: 16px;
  width: 474px;
  margin-right: 81px;
}
.home_hero_section .society_and_movement .movement .movement_content {
  flex: 1;
  z-index: 1;
  position: relative;
}
.home_hero_section .society_and_movement .movement .movement_content .movement_title {
  font-family: var(--tusker-6700-font-family);
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #18181b;
  margin-bottom: 14px;
}
.home_hero_section .society_and_movement .movement .movement_content .movement_description {
  font-family: var(--montserrat-font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #6e6c6c;
  max-width: 263px;
  margin-bottom: 16px;
}
.home_hero_section .society_and_movement .movement .movement_content a {
  font-family: var(--inter-font-family);
  font-weight: 900;
  font-style: italic;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: var(--primary-color);
}
.home_hero_section .society_and_movement .movement .movement_image {
  margin-top: -68px;
  width: 96px;
  height: 198px;
  z-index: 1;
  position: relative;
}
.home_hero_section .society_and_movement .movement .movement_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home_hero_section .society_and_movement .movement .movement_pattern {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  border-radius: 0 0 16px 0;
}
html[dir=rtl] .home_hero_section .society_and_movement .movement .movement_pattern {
  transform: scaleX(-1);
}
@media (max-width: 1650px) {
  .home_hero_section .society_and_movement .movement {
    margin-right: 0;
  }
}
@media (max-width: 1200px) {
  .home_hero_section .society_and_movement .movement {
    width: 440px;
    padding: 20px;
    gap: 40px;
  }
  .home_hero_section .society_and_movement .movement .movement_content .movement_title {
    font-size: 20px;
  }
  .home_hero_section .society_and_movement .movement .movement_content .movement_description {
    font-size: 14px;
  }
  .home_hero_section .society_and_movement .movement .movement_image {
    width: 80px;
    height: 160px;
  }
  .home_hero_section .society_and_movement .movement .movement_pattern {
    width: 185px;
    height: 144px;
  }
}
@media (max-width: 980px) {
  .home_hero_section .society_and_movement .movement {
    padding: 24px;
    margin: 0 24px;
    gap: 10px;
    max-width: 342px;
  }
  .home_hero_section .society_and_movement .movement .movement_content .movement_title {
    font-size: 20px;
    margin-bottom: 9px;
  }
  .home_hero_section .society_and_movement .movement .movement_content .movement_description {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .home_hero_section .society_and_movement .movement .movement_content a {
    font-size: 16px;
  }
  .home_hero_section .society_and_movement .movement .movement_image {
    margin-top: -40px;
    width: 68px;
    height: 139px;
  }
  .home_hero_section .society_and_movement .movement .movement_pattern {
    width: 140px;
  }
}
@media (max-width: 980px) {
  .home_hero_section .society_and_movement {
    flex-direction: column;
    gap: 46px;
  }
  .home_hero_section .society_and_movement .society {
    max-width: 100%;
  }
  .home_hero_section .society_and_movement .movement {
    width: 100%;
  }
}
.home_hero_section .player_section {
  position: relative;
  margin-top: 28px;
}
html[dir=rtl] .home_hero_section .player_section {
  margin-top: 26.5px;
}
.home_hero_section .player_section .writing_text {
  position: absolute;
  top: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 21px 0;
}
.home_hero_section .player_section .writing_text .writing_text_item {
  font-size: 16px;
  color: #150909;
  line-height: 150%;
  font-style: italic;
  text-transform: uppercase;
  font-family: var(--montserrat-font-family);
  font-weight: 700;
}
.home_hero_section .player_section .writing_text .writing_text_item .char {
  display: inline-block;
  transform-style: preserve-3d;
}
.home_hero_section .player_section .player_img,
.home_hero_section .player_section .player_img_sm {
  max-width: 1313px;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
  position: relative;
  display: block;
  margin: 0 229px;
}
html[dir=rtl] .home_hero_section .player_section .player_img,
html[dir=rtl] .home_hero_section .player_section .player_img_sm {
  margin: 0 112px;
}
.home_hero_section .player_section .player_img_sm {
  display: none;
}
.home_hero_section .player_section .move_together_img {
  max-width: 1322px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 151px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
html[dir=rtl] .home_hero_section .player_section .move_together_img {
  max-width: 1387px;
  top: 204px;
}
@media (max-width: 1650px) {
  .home_hero_section .player_section .player_img {
    margin: 0 auto;
  }
  html[dir=rtl] .home_hero_section .player_section .player_img {
    margin: 0 auto;
  }
}
@media (max-width: 980px) {
  .home_hero_section .player_section {
    margin-top: 87px;
  }
  html[dir=rtl] .home_hero_section .player_section {
    margin-top: 87px;
  }
  .home_hero_section .player_section .move_together_img {
    padding: 0 24px;
    top: 48px;
  }
  html[dir=rtl] .home_hero_section .player_section .move_together_img {
    top: 48px;
  }
  .home_hero_section .player_section .writing_text {
    top: -75px;
    padding-left: 24px;
  }
  .home_hero_section .player_section .writing_text .writing_text_item {
    white-space: nowrap;
    font-size: 10px;
  }
}
@media (max-width: 480px) {
  .home_hero_section .player_section .player_img {
    display: none;
  }
  .home_hero_section .player_section .player_img_sm {
    display: block;
    margin: 0;
  }
  html[dir=rtl] .home_hero_section .player_section .player_img_sm {
    margin: 0;
  }
}
.home_hero_section .bottom_pattern .bottom_pattern_img,
.home_hero_section .bottom_pattern .bottom_pattern_img_sm {
  position: absolute;
  width: 100%;
  z-index: 2;
  overflow: hidden;
  bottom: -2px;
}
.home_hero_section .bottom_pattern .bottom_pattern_img {
  max-height: 332px;
}
.home_hero_section .bottom_pattern .bottom_pattern_img_sm {
  display: none;
}
@media (max-width: 480px) {
  .home_hero_section .bottom_pattern .bottom_pattern_img {
    display: none;
  }
  .home_hero_section .bottom_pattern .bottom_pattern_img_sm {
    display: block;
  }
}