.food_brand_splash_page {
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0;
  overflow: hidden;
  z-index: 99999;
}

/* container */

.food_brand_splash_page .food_brand_splash_container {
  width: 100%;
  height: 100%;
  display: flex;
}

/* TOP LOGO */

.food_brand_top_logo img {
  width: 420px;
  max-width: 80vw;
  filter: drop-shadow(0px 10px 25px rgba(0, 0, 0, 0.5));
  animation: logoAnimation 1.5s ease;
}

@keyframes logoAnimation {
  from {
    opacity: 0;

    transform: translateY(-80px);
  }

  to {
    opacity: 1;

    transform: translateY(0);
  }
}

/* COMMON PANEL */

.food_brand_splash_page .food_brand_panel {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  transition: 0.8s ease;
}

/* LEFT BACKGROUND */

.food_brand_splash_page .shegaon_panel {
  background:
    linear-gradient(rgba(70, 0, 0, 0.85), rgba(35, 0, 0, 0.95)),
    url("/assets/images/SplashScreen/bg_1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* RIGHT BACKGROUND */

.food_brand_splash_page .kene_panel {
  background:
    linear-gradient(rgba(215, 160, 40, 0.75), rgba(160, 100, 10, 0.85)),
    url("/assets/images/SplashScreen//bg_2.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* OVERLAY */

.food_brand_dark_overlay {
  position: absolute;

  inset: 0;

  background: radial-gradient(circle, transparent, rgba(0, 0, 0, 0.35));
}

/* CONTENT */

.food_brand_content {
  position: relative;

  z-index: 2;

  text-align: center;

  color: #fff;

  animation: contentAnimation 1.3s ease;
}

@keyframes contentAnimation {
  from {
    opacity: 0;

    transform: translateY(70px);
  }

  to {
    opacity: 1;

    transform: translateY(0);
  }
}

/* ICON */

.brand_round_icon {
  width: 120px;

  height: 120px;

  margin: auto;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 60px;

  background: rgba(255, 255, 255, 0.15);

  border: 2px solid #d9ad50;
}

/* TITLE */

.food_brand_content h1 {
  margin-top: 35px;

  font-size: 60px;

  line-height: 60px;

  font-family: Georgia, serif;

  font-weight: 900;

  letter-spacing: 2px;

  color: #e7c06a;
}

.kene_panel .food_brand_content h1 {
  color: #6b2500;
}

.gold_line {
  width: 180px;

  height: 2px;

  background: #d9ad50;

  margin: 25px auto;
}

.food_brand_content p {
  font-size: 22px;

  line-height: 35px;
}

/* BUTTON */

.food_brand_content button {
  margin-top: 35px;
  width: 280px;
  height: 60px;
  border-radius: 50px;
  border: 2px solid #d9ad50;
  background: #fff2d2;
  color: #7a1700;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0px;
}

.food_brand_content button .inner_icon {
  transition: 0.3s;
  margin-bottom: 4px;
  padding-left: 5px;
}

.food_brand_content button:hover .inner_icon {
  transform: translateX(10px);
  transition: 0.3s;
}

.food_brand_content button:hover {
  background: #7a1700;

  color: white;
}

/* MOBILE */

@media (max-width: 767.98px) {
  .food_brand_splash_page {
    overflow: auto;
  }

  .food_brand_splash_container {
    flex-direction: column;
  }

  .food_brand_panel {
    width: 100% !important;

    height: 50%;
  }

  .food_brand_top_logo img {
    width: 250px;
  }

  .food_brand_content h1 {
    font-size: 35px;

    line-height: 38px;
  }

  .food_brand_content p {
    font-size: 16px;
  }
}

@media (min-width: 0px) and (max-width: 575px) {
  .food_brand_content {
    padding: 00px 0px 20px;
  }

  .food_brand_content button {
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .food_brand_content button {
    margin-top: 35px;
    width: 220px;
    height: 44px;
    font-size: 17px;
  }

  .food_brand_top_logo img {
    width: 60%;
  }

  .food_brand_content h1 {
    font-size: 30px;
  }

  .food_brand_content p {
    font-size: 15px;
  }

  .food_brand_content {
    padding: 0px 0px 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .food_brand_content {
    padding: 20px 0px 20px;
  }

  .food_brand_content button {
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .food_brand_top_logo img {
    width: 80%;
  }

  .food_brand_content h1 {
    font-size: 40px;
  }

  .food_brand_content p {
    font-size: 15px;
  }

  .food_brand_content {
    padding: 20px 0px 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .food_brand_content button {
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .food_brand_top_logo img {
    width: 80%;
  }

  .food_brand_content h1 {
    font-size: 40px;
  }

  .food_brand_content p {
    font-size: 15px;
  }

  .food_brand_content {
    padding: 20px 0px 0px;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .food_brand_content h1 {
    font-size: 50px;
  }

  .food_brand_content p {
    font-size: 19px;
  }
}