/* raunak start */
@font-face {
  font-family: "Anton SC";
  src: url("../fonts/Anton_SC/AntonSC-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "BL Melody";
  src: url("../fonts/bl-melody/BLMelody-Regular.otf") format("truetype");
  src: url("../fonts/bl-melody/BLMelody-SemiBold.otf") format("truetype");
  src: url("../fonts/bl-melody/BLMelody-Light.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Anton Sc";
  background: #121212;
  min-height: 100vh;
  position: relative;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.heading {
  font-family: "Anton Sc";
  color: #faf3e0;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
  margin: 8px 0 0 0;
  text-align: left;
}

.hero {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.image-box {
  flex: 0 0 300px;
}

.nigga-logo {
  max-width: 100%;
  height: auto;
  transform: rotate(4deg);
  border-radius: 16px;
}

.nigga-content-box {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 24px;
  background-color: #759711;
  transform: rotate(4deg);
}

.nigga-content {
  color: #ffffff;
  font-family: BL Melody;
  margin: 6px 0;
}

.nigga-content-1 {
  font-weight: 600;
  font-size: 20px;
}

.nigga-content-2 {
  font-weight: 400;
  font-size: 12px;
}

.alcher-logo {
  max-width: 140px;
  height: auto;
}

.info-row {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contactus-box {
  color: #f5f3de;
  min-width: 220px;
}

.contactus {
  font-family: "Anton Sc";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}

.contactus-details {
  font-family: "BL Melody";
  font-size: 1rem;
  margin-top: 10px;
}

.social-media-box {
  color: #f5f3de;
  min-width: 180px;
}

.social-media-heading {
  font-family: "Anton Sc";
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.social-media-logo-box {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.social-media-logo {
  height: 32px;
  width: 32px;
}

.copyright-box {
  color: #f5f3de;
  font-family: "BL Melody";
  font-weight: 300;
  font-size: 12px;
  text-align: center;
}

/* Responsive rules */
@media (max-width: 1024px) {
  .heading {
    font-size: 4.5rem;
  }

  .hero {
    gap: 24px;
  }

  .image-box {
    flex: 0 0 220px;
  }

  .info-row {
    gap: 20px;
  }

  .nigga-content-box {
    position: absolute;
    width: 170px;
    height: 60px;
    top: 405.16px;
    left: 40.47px;
    border-radius: 47px;
    transform: rotate(4deg);
  }

  .nigga-content-1 {
    font-weight: 600;
    font-size: 18px;
  }

  .nigga-content-2 {
    font-weight: 400;
    font-size: 10px;
  }
}

@media (max-width: 480px) {
  .heading {
    font-size: 2.4rem;
    text-align: center;
  }

  .container {
    padding: 20px 12px;
  }

  /* show the text box above the image on small screens */
  .hero {
    flex-direction: column-reverse;
    align-items: center;
    gap: 12px;
  }

  .image-box {
    flex: 0 0 60%;
  }

  .nigga-content-box {
    position: absolute;
    width: 200px;
    height: 60px;
    top: 520.16px;
    left: 70.47px;
    border-radius: 47px;
    transform: rotate(4deg);
    
  }

  .info-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .contactus,
  .social-media-heading {
    font-size: 1.2rem;
  }

  .social-media-logo {
    height: 28px;
    width: 28px;
  }

  /* hide Alcheringa logo on mobile */
  .alcher-logo {
    display: none;
  }
}

/* Restore original desktop layout for large screens */
@media (min-width: 1025px) {

  /* Heading position/size similar to original */
  .heading {
    position: absolute;
    top: 64px;
    left: 80px;
    width: 520px;
    height: 256px;
    font-size: 128px;
    text-align: left;
    margin: 0;
  }

  /* Large image on the right */
  .image-box {
    position: absolute;
    top: 96px;
    left: 842px;
    flex: initial;
  }

  .nigga-logo {
    width: 285px;
    height: 357px;
    object-fit: contain;
    transform: rotate(4deg);
    border-radius: 16px;
  }

  .nigga-content-box {
    position: absolute;
    width: 233px;
    height: 68px;
    top: 360px;
    left: 869.47px;
    border-radius: 47px;
    transform: rotate(4deg);
  }

  .alcher-logo {
    position: absolute;
    top: 520px;
    left: 80px;
    width: 132px;
    height: 152px;
  }

  .contactus-box {
    position: absolute;
    top: 520px;
    left: 620px;
    color: #f5f3de;
  }

  .contactus {
    font-size: 32px;
    width: 219px;
    height: 48px;
  }

  .contactus-details {
    font-size: 16px;
    width: 209px;
  }

  .social-media-box {
    position: absolute;
    top: 520px;
    left: 1053px;
    width: 272px;
    height: 64px;
  }

  .social-media-logo-box {
    width: 280px;
    height: 32px;
  }

  .social-media-logo {
    width: 32px;
    height: 32px;
  }

  .copyright-box {
    position: absolute;
    top: 740px;
    left: 550px;
    text-align: left;
  }

}

/* raunak end */