* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100vh;
  width: 100%;
  font-family: "Poppins", sans-serif;
  background-color: #e6e6e6;
  backdrop-filter: blur(25px);
  padding-bottom: 60px;
  text-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px;
}

.baslik {
  text-align: center;
  font-size: 30px;
  margin-top: 20px;
}

.giris {
  margin: 10px;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}

.rating-stars {
  width: 50%;
  padding: 10px;
  border-radius: 40%;
}

input {
  display: none;
}

label {
  width: 5vmin;
  height: 5vmin;
  background: #000b;
  display: inline-flex;
  cursor: pointer;
  margin: 0.5vmin 0.65vmin;
  transition: all 1s ease 0s;
  clip-path: polygon(
    50% 0%,
    66% 32%,
    100% 38%,
    78% 64%,
    83% 100%,
    50% 83%,
    17% 100%,
    22% 64%,
    0 38%,
    34% 32%
  );
}

label[for="servis0"] {
  display: none;
}

label[for="lezzet0"] {
  display: none;
}

label[for="sunum0"] {
  display: none;
}

label[for="porsiyon0"] {
  display: none;
}

label[for="ambiyans0"] {
  display: none;
}

label:before {
  width: 90%;
  height: 90%;
  content: "";
  background: orange;
  z-index: -1;
  display: block;
  margin-left: 5%;
  margin-top: 5%;
  clip-path: polygon(
    50% 0%,
    66% 32%,
    100% 38%,
    78% 64%,
    83% 100%,
    50% 83%,
    17% 100%,
    22% 64%,
    0 38%,
    34% 32%
  );
  background: linear-gradient(
    90deg,
    yellow,
    orange 30% 50%,
    #184580 50%,
    70%,
    #173a75 100%
  );
  background-size: 205% 100%;
  background-position: 0 0;
}

label:hover:before {
  transition: all 0.25s ease 0s;
}

input:checked + label ~ label:before {
  background-position: 100% 0;
  transition: all 0.25s ease 0s;
}

input:checked + label ~ label:hover:before {
  background-position: 0% 0;
}

@keyframes pulse {
  50% {
    font-size: 6.25vmin;
  }
}

.c-text {
  border-radius: 10px !important;
  padding: 5px;
  margin: 15px;
  text-align: center;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, .1);
}



.pb-cmnt-container {
  font-family: "Lato", sans-serif;
  margin-top: 50px;
}

.pb-cmnt-textarea {
  resize: none;
  padding: 20px;
  height: 130px;
  width: 100%;
  border: none;
  background-color: #f2f2f2;
  border-radius: 5px;
  margin-bottom: 10px;
}

.anket {
  position: fixed;
  bottom: 15px;
  width: 100%;
  padding: 10px;
  left: 0;
}
