.common_padding {
  padding: 80px 0;
}
.top_call_number {
  padding: 12px 0;
  border-bottom: 1px solid #656565;
}
.tcni_right span a {
  color: #000000 !important;
  font-size: 14px;
}
.hero_section video {
  width: 100%;
}
.hero_section_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 99.2%;
  background-color: rgba(0, 0, 0, 0.4);
}
.video_container {
  height: 100%;
}
.banner_video_inner_block {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner_video_inner_block h1 {
  color: #fff;
  font-size: 54px;
  font-family: "Archivo", sans-serif;
  line-height: 64px;
  font-weight: 600;
}
.banner_video_inner_block h1 span {
  display: block;
}
.about_us_right {
  padding: 36px 32px;
  background-color: #f2f2f2;
  position: relative;
  left: -180px;
  width: 146%;
  top: 50px;
}
.about_us_right h2 {
  color: #090f0c;
  font-size: 30px;
  font-weight: 600;
  font-family: "Archivo", sans-serif;
}
.about_us_right p {
  margin-top: 8px;
  color: #282828;
  font-size: 16px;
  line-height: 26px;
}
.gobal_exprence_text_block {
  margin-top: 20px;
}
.gobal_exprence_text_block h2 {
  text-transform: uppercase;
  color: #090f0c;
  font-size: 40px;
  font-weight: bold;
  font-family: "Archivo", sans-serif;
}
.gobal_exprence_text_block h2 span {
  display: block;
}
.headwear_block_inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.hw_card {
  position: relative;
  overflow: hidden;
  height: 500px;
  cursor: pointer;
}

/* IMAGE */
.hw_card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

/* DARK OVERLAY (BOTTOM GRADIENT) */
.hw_overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85),
    rgba(0, 0, 0, 0.3),
    transparent
  );
  transition: background 0.5s ease;
}

/* CONTENT */
.hw_content {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  color: #fff;
  z-index: 2;
}

.hw_content h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: "Archivo", sans-serif;
}

.hw_content p {
  font-size: 15px;
  line-height: 1.6;
  color: #ddd;
}

/* HOVER EFFECT */
.hw_card:hover img {
  transform: scale(1.08);
}

.hw_card:hover .hw_overlay {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.95),
    rgba(0, 0, 0, 0.5),
    transparent
  );
}
/* DEFAULT (VISIBLE TEXT) */
.hw_content h2,
.hw_content p {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s ease;
}

/* HOVER ANIMATION */
.hw_card:hover .hw_content h2 {
  transform: translateY(-10px);
}

.hw_card:hover .hw_content p {
  transform: translateY(-5px);
}

/* ADD SLIGHT STAGGER */
.hw_card:hover .hw_content h2 {
  transition-delay: 0.05s;
}

.hw_card:hover .hw_content p {
  transition-delay: 0.15s;
}
.active_street_wear_heading h2 {
  color: #090f0c;
  font-size: 24px;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  margin-bottom: 40px;
}
.asw_blloock {
  background-color: #e9e9e9;
  padding: 40px 24px;
  overflow: hidden;
  position: relative;
}

/* IMAGE */
.asw_blloock img {
  height: 280px;
  width: 100%;
  object-fit: cover;
  display: block;
}

/* WHITE DIAGONAL SHINE */
.asw_blloock::before {
  content: "";
  position: absolute;
  top: -100%;
  left: -100%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    120deg,
    transparent 40%,
    rgba(255, 255, 255, 0.6) 50%,
    transparent 60%
  );
  transform: rotate(25deg);
}

/* HOVER ANIMATION */
.asw_blloock:hover::before {
  animation: diagonalShine 1.2s ease;
}

@keyframes diagonalShine {
  0% {
    top: -100%;
    left: -100%;
  }
  100% {
    top: 100%;
    left: 100%;
  }
}

.asw_blloock_text h2 {
  color: #090f0c;
  font-size: 20px;
  font-family: "Archivo", sans-serif;
  margin: 10px 0;
}
.asw_blloock_a {
  border: 1px solid #111111 !important;
  padding: 8px 0;
  display: block;
  font-size: 16px;
  color: #111111 !important;
  text-align: center;
}
.extra-products {
  display: none;
  margin-top: 30px;
}
.explore-btn {
  color: #090f0c;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  margin: 30px 0;
}
.sustainable_carry_all_inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.partner_guru_enterprise_heading h2 {
  text-transform: uppercase;
  margin-bottom: 40px;
}
.partner_guru_enterprise_heading h2 span {
  display: block;
}
.partner_guru_enterprise_one {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
}
.partner_guru_enterprise_two {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
}
.hw_content_h2 span {
  display: block;
}
.partner_guru_enterprise {
  padding-top: 40px;
}
footer {
  padding: 50px 0;
  border-bottom: 1px solid #2b2b2b;
}
.footer_one p {
  font-size: 16px;
  line-height: 26px;
  color: #575757;
  margin-top: 20px;
}
.footer_two h2,
.footer_three_inner h2 {
  color: #2b2b2b;
  font-size: 18px;
  font-weight: 600;
  font-family: "Archivo", sans-serif;
  margin-bottom: 20px;
}
.footer_two ul li {
  margin-bottom: 12px;
}
.footer_two ul li:last-child {
  margin-bottom: 0;
}
.footer_two ul li a {
  color: #2b2b2b !important;
  font-size: 16px;
}
.footer_three {
  display: flex;
  justify-content: flex-end;
}
.number,
.email {
  display: grid;
  grid-template-columns: 105px 1fr;
}
.number_right a,
.email_right a {
  display: block;
  color: #2b2b2b !important;
  font-size: 16px;
}
.fa-phone-volume {
  position: relative;
  top: 6px;
}
.fa-envelope {
  position: relative;
  top: 4px;
}
.email_left p,
.number_left p {
  color: #2b2b2b;
  font-size: 16px;
}
.email {
  margin-top: 10px;
}
.copyright_block {
  padding: 20px 0;
}
.copyright_block_left p,
.copyright_block_right p {
  color: #2b2b2b;
  font-size: 14px;
}
.copyright_block_right p a {
  color: #2b2b2b !important;
  font-weight: bold;
}
.whatsapp_icon_block {
  position: fixed;
  bottom: 20px;
  right: 40px;
  z-index: 99999999999999999999999;
}
/* RESPONSIVE */
@media (min-width: 1399px) {
  .about_us_right {
    top: 107px;
    width: 127%;
  }
}
@media (max-width: 1306px) {
  .carry_all_media h2 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .hw_card {
    height: 400px;
  }

  .hw_content {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }

  .hw_content h2 {
    font-size: 22px;
  }

  .hw_content p {
    font-size: 14px;
  }
  .banner_video_inner_block h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .about_us_right {
    left: unset;
    width: 100%;
  }
  .about_us_left {
    display: flex;
    justify-content: center;
  }
  .partner_guru_enterprise_one,
  .partner_guru_enterprise_two {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .headwear_block_inner {
    grid-template-columns: 1fr;
  }
  .banner_video_inner_block h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .hero_section_inner {
    height: 98%;
  }
  .common_padding,
  footer {
    padding: 45px 0;
  }
  .about_us_right {
    padding: 20px 15px;
  }
  .about_us_right {
    top: 24px;
  }
  .about_us_right h2 {
    font-size: 24px;
  }
  .gobal_exprence_text_block h2 {
    font-size: 28px;
  }
  .active_street_wear_heading h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
  }
  .sustainable_carry_all_inner {
    grid-template-columns: 1fr;
  }
  .explore-btn {
    margin-bottom: 0;
  }
  .partner_guru_enterprise_one,
  .partner_guru_enterprise_two {
    grid-template-columns: 1fr;
  }
  .copyright_block_inner {
    flex-direction: column;
  }
  .copyright_block_left p,
  .copyright_block_right p {
    text-align: center;
  }
  .copyright_block_right p {
    margin-top: 8px;
  }
  .footer_three {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .gobal_exprence_text_block h2 {
    font-size: 24px;
  }
  .gobal_exprence_text_block h2 span {
    display: unset;
    margin-left: 4px;
  }
  .asw_blloock_text h2 {
    font-size: 14px;
  }
  .asw_blloock_a {
    font-size: 14px;
  }
  .asw_blloock img {
    height: 250px;
  }
  .footer_three {
    justify-content: unset;
  }
  .footer_two {
    margin-top: 30px;
  }
  .footer_two h2,
  .footer_three_inner h2 {
    margin-bottom: 10px;
  }
  .footer_two ul li {
    margin-bottom: 7px;
  }
}
@media (max-width: 494px) {
  .asw_blloock img {
    height: 200px;
  }
}
@media (max-width: 480px) {
  .banner_video_inner_block h1 {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 430px) {
  .asw_blloock img {
    height: 170px;
  }
}
@media (max-width: 403px) {
  .banner_video_inner_block h1 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 380px) {
  .asw_blloock img {
    height: 115px;
  }
}
@media (max-width: 358px) {
  .banner_video_inner_block h1 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 328px) {
  .banner_video_inner_block h1 {
    font-size: 18px;
    line-height: 28px;
  }
}
