* {
  margin: 0;
  padding: 0;
}

.launch_page {
  background-image: url("../assets/images/coming-soon.png");
  background-size: cover;
  min-height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
}
.tribimi_logo {
  height: 120px;
  width: 650px;
  object-fit: cover;
}
.launch_subheading {
  font-size: 26px;
  color: #191c1f;
  font-weight: 400;
  letter-spacing: 4.1;
}
.dividing_line {
  width: 11px;
  border-radius: 10px;
  height: 393px;
  background: #241f21;
  position: relative;
}
.dividing_line::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 200px;
  background: #df4636;
  border-radius: 10px;
}
.launch_right {
  margin-top: 80px;
  margin-left: -60px;
}
.launch_heading {
  font-size: 60px;
  color: #191c1f;
  font-weight: 500;
}
.launch_mail_phone {
  margin-top: 20px;
}
.launch_mail_phone a {
  font-size: 26px;
  color: #1f2324;
  text-decoration: none;
}
.launch_social_icons {
  margin-top: 80px;
  padding: 15px;
  background: #df4636;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.launch_social_icons img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

@media (max-width: 950px) {
  .tribimi_logo {
    height: 90px;
    width: 500px;
  }
  .launch_subheading {
    font-size: 22px;
  }
  .dividing_line {
    width: 8px;
  }
  .launch_right {
    margin-top: 60px;
    margin-left: -30px;
  }
  .launch_heading {
    font-size: 50px;
  }
  .launch_mail_phone a {
    font-size: 22px;
  }
  .launch_social_icons {
    margin-top: 60px;
  }
  .launch_social_icons img {
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 768px) {
  .launch_page {
    padding: 0 30px;
  }
  .tribimi_logo {
    height: 90px;
    width: 420px;
  }
  .launch_subheading {
    font-size: 22px;
  }
  .dividing_line {
    width: 350px;
    height: 8px;
    margin: 40px auto;
  }
  .dividing_line::after {
    width: 50%;
    height: 100%;
  }
  .launch_right {
    margin-top: 20px;
    margin-left: 0;
  }
  .launch_heading {
    font-size: 50px;
  }
  .launch_mail_phone {
    margin-top: 15px;
  }
  .launch_mail_phone a {
    font-size: 20px;
  }
  .launch_contact_img {
    width: 30px;
    height: 30px;
  }
  .launch_social_icons {
    margin-top: 40px;
    padding: 15px;
  }
  .launch_social_icons img {
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 480px) {
  .launch_page {
    padding: 30px 40px;
  }
  .tribimi_logo {
    height: 70px;
    width: 350px;
  }
  .launch_subheading {
    font-size: 20px;
  }
  .dividing_line {
    width: 393px;
    height: 6px;
    margin: 50px auto;
  }
  .dividing_line::after {
    width: 50%;
    height: 100%;
  }
  .launch_right {
    margin-top: 0;
    margin-left: 0;
  }
  .launch_heading {
    font-size: 45px;
  }
  .launch_mail_phone {
    margin-top: 10px;
  }
  .launch_mail_phone a {
    font-size: 18px;
  }
  .launch_contact_img {
    width: 30px;
    height: 30px;
  }
  .launch_social_icons {
    margin-top: 50px;
    padding: 15px;
  }
  .launch_social_icons img {
    width: 20px;
    height: 20px;
  }
}
