* {
  margin: 0;
  padding: 0;
  font-family: "Outfit", cursive;
}

.coming_soon {
  background: #f9d546;
  min-height: 100vh;
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 60px;
}
.coming_soon_images {
  position: absolute;
  max-width: 100%;
}
.phone_left {
  top: 50px;
  height: 400px;
  transform: translateX(-140px);
}
.phone_video_wrapper {
  position: relative;
  width: 260px;
  max-width: 260px;
  margin: 0 auto;
}
.phone_frame {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
}
.phone_video {
  position: absolute;
  top: 1%;
  left: 1%;
  width: 98%;
  height: 98%;
  object-fit: cover;
  border-radius: 30px;
  z-index: 1;
}
.phone_right {
  top: 50px;
  height: 400px;
  transform: translateX(140px);
}
.coming_soon_social_wrapper {
  margin-top: 50px;
  justify-content: start;
  transform: translateX(90px);
}
.coming_soon_social_icons {
  padding: 8px;
  background: #df4636;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.coming_soon_social_icons img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.coming_soon_right {
  margin-top: 60px;
  transform: translateX(-40px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.tribimi_logo {
  height: 55px;
  width: 389px;
  object-fit: cover;
}
.coming_soon_heading {
  font-family: "Cookie", cursive;
  font-size: 105px;
  color: #e91f0a;
}
.coming_soon_subheading {
  font-size: 20px;
  color: #191c1f;
  font-weight: 400;
}
.contact_title {
  margin-top: 20px;
  font-size: 25px;
  font-weight: 700;
  color: #191c1f;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.coming_soon_mail_phone {
  margin-top: 0;
}
.coming_soon_mail_phone a {
  font-size: 18px;
  color: #1f2324;
  text-decoration: none;
}
.coming_page_bottom_images img {
  position: absolute;
}
.bag_1 {
  right: 120px;
  bottom: -15px;
  width: 300px;
  z-index: 5;
}
.bag_2 {
  right: -40px;
  bottom: -15px;
  width: 370px;
}

@media (max-width: 1329px) and (min-width: 991px) {
  .bag_1 {
    width: 250px;
    right: 100px;
  }
  .bag_2 {
    width: 300px;
  }
  .coming_soon_right {
    transform: none;
    margin-top: 90px;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .coming_soon_heading {
    margin-top: 20px;
    font-size: 90px;
    line-height: 0.9;
  }
  .coming_soon_mail_phone {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 990px) {
  .coming_soon {
    padding: 60px 20px;
  }
  .coming_soon_social_wrapper {
    transform: none;
    margin-top: 10px;
    justify-content: center;
  }
  .coming_soon_right {
    transform: none;
    margin-top: 20px;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .coming_soon_heading {
    font-size: 90px;
  }
  .contact_title {
    font-size: 18px;
    letter-spacing: 1px;
  }
  .coming_soon_mail_phone {
    flex-direction: column;
    gap: 10px;
  }
  .tribimi_logo {
    height: 90px;
    width: 500px;
  }
  .coming_soon_mail_phone a {
    font-size: 18px;
  }
  .coming_soon_social_icons {
    margin-top: 70px;
  }
  .coming_soon_social_icons img {
    width: 18px;
    height: 18px;
  }
  .coming_page_bottom_images img {
    display: none;
  }
}

@media (max-width: 768px) {
  .coming_soon_page {
    padding: 0 30px;
  }
  .coming_soon_images {
    position: absolute;
  }
  .phone_video_wrapper {
    max-width: 220px;
  }
  .phone_frame {
    width: 100%;
    height: auto;
  }
  .phone_left,
  .phone_right {
    top: 20px;
  }
  .coming_soon_social_wrapper {
    margin-top: 20px;
    transform: none;
    justify-content: center;
  }
  .coming_soon_heading {
    font-size: 50px;
  }
  .tribimi_logo {
    height: 90px;
    width: 420px;
  }
  .coming_soon_subheading {
    font-size: 22px;
  }
  .coming_soon_mail_phone {
    margin-top: 15px;
  }
  .coming_soon_mail_phone a {
    font-size: 20px;
  }
  .coming_soon_contact_img {
    width: 30px;
    height: 30px;
  }
  .coming_soon_social_icons {
    margin-top: 40px;
    padding: 15px;
  }
  .coming_soon_social_icons img {
    width: 16px;
    height: 16px;
  }
  .coming_page_bottom_images img {
    display: none;
  }
}

@media (max-width: 480px) {
  .coming_soon {
    padding: 40px 15px;
  }
  .phone_right {
    top: 30px;
    height: 350px;
    transform: translateX(110px);
  }
  .phone_left {
    top: 30px;
    height: 350px;
    transform: translateX(-110px);
  }
  .coming_soon_social_wrapper {
    margin-top: 5px;
  }
  .coming_soon_heading {
    font-size: 40px;
  }
  .tribimi_logo {
    height: 50px;
    width: 250px;
  }
  .coming_soon_subheading {
    font-size: 20px;
  }
  .coming_soon_right {
    margin-top: 0;
    text-align: center;
  }
  .coming_soon_heading {
    font-size: 50px;
  }
  .coming_soon_mail_phone {
    margin-top: 10px;
  }
  .coming_soon_mail_phone a {
    font-size: 18px;
  }
  .coming_soon_contact_img {
    width: 30px;
    height: 30px;
  }
  .phone_video_wrapper {
    max-width: 200px;
  }
  .phone_video {
    border-radius: 20px;
  }
}
