@import url("https://fonts.googleapis.com/css2?family=Poetsen+One&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "kitchen";
  src: url("../assets/fonts/KitchenCupboard-Regular.ttf");
}
body {
  padding: 0px;
  margin: 0px;
  color: #3c3c3c;
  background-color: #fff100;
  scroll-behavior: smooth;
  font-family: "Poetsen One", sans-serif;
}

img {
  max-width: 100%;
}

.main-logo-wrapper {
  width: 100%;
  background-color: #e2211c;
  padding: 10px 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.main-logo-wrapper.tnc-main-logo-wrapper {
  position: fixed;
  z-index: 1;
}
.main-logo-wrapper img {
  height: 70px;
  visibility: hidden;
}
.main-logo-wrapper img.show-logo {
  visibility: visible;
}

.main-wrapper {
  max-width: 1920px;
  margin: 0 auto;
}

header {
  width: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 89px;
}
header.tnc-header {
  position: fixed;
  z-index: 1;
}

.main-section .main-maggi-logo-wrapper {
  text-align: center;
}
.main-section .main-maggi-logo-wrapper img {
  display: inline-block;
  margin: 0 auto 15px;
  padding-top: 10px;
}
.main-section .tnc-main-maggi-logo-wrapper img {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.main-section .main-content-area {
  padding: 15px 15px 30px;
}
.main-section .main-content-area.tnc-main-content-area {
  padding: 250px 15px 30px;
}
.main-section .main-content-area .heading {
  font-family: "kitchen", sans-serif;
}
.main-section .main-content-area .input-group-text {
  background-color: #e2211c;
  color: white;
  border-color: #e2211c;
}
.main-section .main-content-area .input-group .text-danger {
  width: 100%;
}
.main-section .main-content-area .login_btn {
  background-color: #e2211c;
  border-radius: 20px;
  color: white;
}
.main-section .main-content-area .login_container .login_btn {
  background-color: #e2211c;
  border-radius: 20px;
  color: white;
}
.main-section .main-content-area .pre-promo-text {
  color: #e2211c;
}
.main-section .left-col {
  display: inline-block;
  margin: 0;
}
.main-section .left-col.tnc-left-col {
  background-image: url("../images/part-left.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: calc(25% - 30px);
  background-position-y: 150px;
}
.main-section .left-col img {
  margin-top: 180px;
}
.main-section .right-col.tnc-right-col {
  background-image: url("../images/part-right.png");
  background-repeat: space no-repeat;
  background-attachment: fixed;
  background-size: calc(25% - 30px);
  position: fixed;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 2;
}
.main-section .right-col img {
  display: inline-block;
  margin: 0;
}

@media only screen and (max-width: 1199px) {
  .main-section .left-col img {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .main-section .main-maggi-logo-wrapper img {
    max-width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .main-section .left-col {
    text-align: center;
  }
  .main-section .left-col.tnc-left-col {
    background-image: none;
  }
  .main-section .left-col img {
    margin-top: 130px;
    margin-bottom: 15px;
    max-width: 80%;
  }
  .main-section .right-col.tnc-right-col {
    background-image: none;
    position: static;
    height: auto;
    z-index: 0;
  }
  .main-section .right-col img.right-img {
    margin: 0 auto;
  }
  .main-section .main-content-area.tnc-main-content-area {
    padding: 15px 15px 30px;
  }
  .main-logo-wrapper img {
    visibility: visible;
  }
  .main-logo-wrapper.tnc-main-logo-wrapper {
    position: absolute;
    z-index: -1;
  }
  header.tnc-header {
    position: absolute;
    z-index: -1;
  }
}
@media only screen and (max-width: 480px) {
  header {
    top: 86px;
  }
}
.table-warning {
  border-color: black;
  --bs-table-bg: #fff100;
  --bs-table-striped-bg: #fff100;
}/*# sourceMappingURL=styles.css.map */