/* Color Palette */

.primary-colors {
  color: #f5f4e8;
  color: #c50d66;
  color: #f07810;
  color: #ffcb8e;
}

.secondary-colors {
  color: #f6f4e7;
  color: #e93b81;
  color: #ffab73;
  color: #ffd384;
}

/* Background Color */

body {
  text-align: center;
  background-color: #d70067;
  padding: 0px;
}

.section-color {
  background-color: #d70067;
  color: #f5f4e8;
}

.section-value {
  background-color: #d70067;
}

.section-white {
  background-color: #f6f4e7;
}

.section-footer {
  background-color: #333;
  color: #e93b81;
}

/* Fonts */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

h1 {
  color: #d70067;
}

p {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  color: #333;
  line-height: 1.5;
}

.paragraph {
  text-align: justify;
}

.price {
  color: #d70067;
}

.price-currency {
  font-size: 1rem;
  position: relative;
  bottom: 10px;
}

.price-thousands {
  font-size: 1.2rem;
  position: relative;
  right: 5px;
}

/* Misc */

hr {
  border-top: 7px solid #ffc983;
  opacity: 1;
  width: 7%;
}

.hr-right {
  text-align: right;
  margin-left: auto;
}

.hr-left {
  text-align: left;
  margin-right: auto;
}

.hr-center {
  text-align: center;
  margin-inline: auto;
  width: 20%;
  margin: 7% 0;
  /* margin-top: 7%; */
  /* margin-bottom: 7%; */
}

.hr-invisible {
  border-style: none;
  margin: 3% 0;
}

textarea {
  resize: none;
}

.br-20px {
  margin: 10px;
}

.invisible-when-big{
  display: none;
}

/* BUTTON */

.btn-outline-primary {
  color: #f6f4e7;
  background-color: transparent;
  background-image: none;
  border-color: #f6f4e7;
  margin-top: 15%;
  margin-bottom: 5%;
}

.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  color: #d70067;
  background-color: #f5f4e8;
  background-image: none;
  border-color: #f5f4e8;
}

.btn-outline-primary.active {
  color: #d70067;
  background-color: #f5f4e8;
  background-image: none;
  border-color: #f5f4e8;
}

.btn-outline-primary:hover {
  color: #d70067;
  background-color: #f5f4e8;
  background-image: none;
  border-color: #f5f4e8;
}

.plan-button{
  font-size: 1rem;
}

.btn-group {
  width: 30%;
  display: inline;
}

.button-stumble {
  background-image: linear-gradient(
    to right,
    #d70067 0%,
    #ffc983 51%,
    #d70067 100%
  );
  margin: 10px;
  padding: 15px 5px;
  text-align: center;
  /* text-transform: uppercase; */
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  /* box-shadow: 0 0 20px #eee; */
  border-radius: 40px;
  display: block;
}

.button-stumble:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.button-stumble-simple {
  background-color: #d70067;
  border: none;
  border-radius: 25px;
}

/* Card Contents */

.card-title {
  margin-bottom: 35px;
  color: #333;
}

.card-text {
  text-align: left;
  color: #707070;
  margin-bottom: 25px;
}

.card-body {
  text-align: center;
  /* margin-top: 10px; */
}

.list-group-item {
  background-color: #ffd7a3;
  padding-left: 10%;
  border-style: none;
}

.list-highlight {
  background-color: #ffc983;
  padding-left: 10%;
  border-style: none;
}

.plan-title {
  color: #333;
  font-size: 1.7rem;
}

.plan-card {
  background-color: #ffd7a3;
  border-radius: 20px;
  padding: 3% 0;
}

.plan-check {
  width: 30px;
}

.plan-highlight {
  background-color: #ffc983;
}

.plan-purchase-text {
}

/* Navbar */

#navigation {
  padding: 17px 0;
}

.navbar-logo {
  width: 150px;
  margin-inline: 50%;
}

.navbar-dark .navbar-nav .nav-link {
  color: #f6f4e7;
  margin-inline: 50px;
}

.navbar-dark .navbar-toggler {
  color: #f6f4e7;
  border: transparent;
}

.navbar-light .navbar-nav .nav-link {
  color: #333;
  margin-inline: 50px;
}

.navbar-light .navbar-toggler {
  color: #333;
  border: transparent;
}

/* Footer */

.footer {
  padding: 7.5rem;
}
.left-column {
  text-align: left;
  line-height: 2.3;
}

.footer-title {
  text-align: left;
}

.footer-links-text {
  text-align: left;
  color: #f5f4e8;
  text-decoration: none;
}

.footer-contacts-text {
  text-align: left;
  color: #ff7000;
}

.footer-logo-container {
  display: flex;
  align-content: center;
  justify-content: center;
}

.footer-logo-place {
  margin-top: auto;
  margin-bottom: auto;
}

.footer-logo {
  width: 60%;
}

.button-footer-submit {
}

/* Headline */

.headline {
}

.headline-bg {
  background-image: url("../images/home/headline/headline-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* height: 1050px; */
  text-align: left;
  padding-bottom: 200px;
}

.headline-title {
  /* margin-left: 14px; */
  color: #ffcb8e;
  font-size: 3rem;
  font-style: normal;
  line-height: 72px;
  position: relative;
  top: 45px;
}

.headline-column {
  padding: 85px;
  display: flex;
  justify-content: center;
  align-content: center;
}

.headline-image {
  width: 80%;
}

.headline-logo {
  width: 100%;
  position: relative;
  right: 3%;
}

.headline-more {
  /* margin-left: 14px; */
  font-size: 20px;
  line-height: 24px;
  color: #ffcb8e;
}

.headline-more .hover {
  opacity: 0.5;
}

.fa-chevron-right {
  font-size: 15px;
}

/* Value */

.value {
  padding-top: 5rem;
}
.value-bg {
  background-image: url(../images/home/value/Mask\ Group.png);

  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* background-size: max auto; */
  height: auto;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}

.value-title {
  color: #c50d66;
  font-size: 3 rem;
}

.value-subtitle {
  font-size: 15px;
}

.value-food-center {
  width: 70%;
  /* position: absolute; */
  /* bottom: 30px; */
}

.value-down-arrow {
  padding-top: 10%;
}

.down-arrow {
  height: 50px;
}

.rotating-food-container {
  background-color: #d70067;
}
.value-rotating-food {
  width: 60%;
  -webkit-animation: spin 10s linear infinite;
  -moz-animation: spin 10s linear infinite;
  animation: spin 10s linear infinite;
}

.value-rotating-food:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

/* Plans */


.carousel-indicators{
position: static;
}

.carousel-indicators [data-bs-target]{
  box-sizing: unset;
  width: 30%;
  height: max-content;
  text-indent: 0;
  margin: 20px 0;
  flex: auto;
  background-clip: initial;
  background-color: #f5f4e8;
  color: #d70067;
}

.tab-indicator .active {
  opacity: 1;
}

.button-plan {
  height: 50px;
}

/* PLAN */

.plan{
  /* padding: 30%; */
}

.plan-container {
  width: 80%;
  background-color: #f5f4e8;
  margin: 10%;
  margin-top: 5%;
  padding: 7% 3% 3% 3%;
  border-radius: 50px;
}

.plan-container-text-user {
  padding-right: 20px;
  text-align: left;
}

.plan-container-text-fnb {
  padding-left: 20px;
  text-align: right;
}

.plan-welcome {
  color: #707070;
}

.plan-picture-headline {
  width: 100%;
}

.plan-value-image {
  margin-bottom: 15px;
  width: 20%;
}

.plan-value-title {
  font-size: 1.5em;
}

.plan-value-container {
  padding: 5% 7%;
  box-shadow: 7px 7px 7px 7px #10101010;
  border-radius: 20px;
  text-align: justify;
  color: #333;
  height: 350px;
}

.plan-user-features {
  /* text-align: justify; */
}

.informative-content-container {
  padding: 3%;
  display: flex;
  justify-content: center;
  align-content: center;
}

.informative-content {
  box-shadow: 5px 5px 5px 5px #10101010;
  border-radius: 15px;
  padding: 3px;
  color: #333;
  display: flex;
  justify-content: center;
  align-content: center;
  height: 125px;
  width: 80%;
}

.informative-content-title {
  margin: auto;
}

.informative-content-text {
  font-size: 1em;
}

.informative-content-image-container {
  display: flex;
  justify-content: center;
  align-content: center;
}
.informative-content-image {
  /* width: 80%; */
  height: 80%;
}

.plan-user-list {
  text-align: left;
  list-style-type: square;
}

.plan-user-list-item {
  color: #c50d66;
}

.best-value {
  background-color: #d70067;
  border-radius: 15px 0 0 15px;
  padding: 2px 15px 2px 15px;
  height: 30px;
  position: absolute;
  right: 0%;
  top: 15%;
}

/* About */

.about {
  padding: 5%;
}

.about-logo {
  width: 30%;
  margin: 5%;
}

.about-text {
  font-size: 1.3rem;
  line-height: 2;
  padding: 5%;
}

.about-pictures {
  margin: 5%;
  width: 60%;
}

.about-card {
  position: absolute;
  height: 350px;
  bottom: 0;
}

.about-eats {
  color: #c50d66;
}

.about-app {
  color: #707070;
}

/* Vision Mission */

.vision-mission {
  background-image: url(../images/about/vision-mission/Subtract.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* height: 1050px;  */
}

.vision-mission-picture-container {
  padding-top: 15%;
}

.vision-mission-picture {
  /* height: 720px; */
  /* margin: 20% 10%; */
  text-align: left;
  /* padding: 25% 10%; */
  /* height: 80%; */
  width: 80%;
  /* width: 100%; */
}

.vision-mission-detail {
  /* margin-top: 25%; */
  padding: 20% 10%;
  display: flex;
  justify-content: center;
  align-content: center;
}

.vision-mission-heading {
  color: #ffab73;
  line-height: 3;
}

.vision-mission-text {
  color: #f5f4e8;
  line-height: 1.5;
}

/* Core Value */

.core-value {
  padding: 15% 15%;
}

.core-value-container {
  margin: 10%;
  padding: 10%;
  box-shadow: 7px 7px 7px 7px #10101010;
  border-radius: 20px;
  color: #333;
  height: 450px;
}

.core-value-image {
  margin-inline: 5%;
  width: 150px;
  height: 150px;
  margin: 50px 0;
}

/* Team */

.team {
  color: #f5f4e8;
  padding: 5%;
}

.team-heading {
  color: #ffab73;
}

.team-text {
  /* margin: 5%; */
  color: #f5f4e8;
}

.avatar-image {
  border-radius: 100%;
  height: 150px;
  margin: 5% 5% 20% 5%;
}

.team-job {
  color: #f5f4e8;
}

/* Contacts Graphics */

.contact-graphics {
  padding: 3%;
}

.contact-graphics-text-container {
  display: flex; /* displays flex-items (children) inline */
  justify-content: center; /* horizontally centered */
  align-items: center; /* vertically centered */
}

.contact-graphics-detail {
  display: block;
}

.contact-graphics-text {
  margin: 5% 0%;
}

.contact-graphics-image {
  width: 80%;
}

/* Contact Form */

.contact-form-background {
  background-image: url(../images/contact/contact-form/contact-form-background.png);
  background-size: 100% 100%;
}

.contact-form-container {
  margin-top: 50px;
  background-color: white;
  height: 500px;
  border-radius: 50px 50px 0 0;
  padding: 3%;
  text-align: left;
}

.contact-form {
  margin-top: 30px;
}

.contact-form-input {
  width: 100%;
}

.form-control{
  height: 130%;
}

.button-submit{
  /* position: relative; */
margin: 50px 0;
}

/* Contact Social */

.social-icons-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-social-icons {
  margin: 10% 3%;
}
