/* lato fonts */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');


* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
body {
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
  font-size: 18px;
  font-weight: 400;
  background-color: #e1dfda;
}
.lafontaine-rating-sec{
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
  padding:50px  30px;
}
.lafontaine-rating-sec h2{
  font-size: 40px;
}
.lafontaine-rating-sec h3{
  margin: 0 0 10px 0;
  font-size:30px;
}
.lafontaine-rating-sec p{
  font-size: 18px;
}
.rate {
  padding: 10px;
  float: left;
}
.rate:not(:checked) > input {
  position:absolute;
  top:-9999px;
}
.rate:not(:checked) > label {
  float:right;
  width:1em;
  overflow:hidden;
  white-space:nowrap;
  cursor:pointer;
  font-size:50px;
  color: #a9a4a4;
}
.rate:not(:checked) > label:before {
  content: '★ ';
}
.rate > input:checked ~ label {
  color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}
#less-star.d-block,#exact-star .d-block{
  display: block;
}

#less-star.d-opacity, #exact-star .d-opacity {
  opacity: 1;
}

#less-star,#exact-star{
  clear: both;
  max-width: 640px;
  text-align: left;
  margin: 0 auto;
  opacity: 0; 
  transition: opacity 0.6s linear;
}

#feedback {
  opacity: 0; 
  transition: opacity 0.6s linear;
}

#feedback.d-opacity {
  opacity: 1;
}

.d-none {
  display: none;
}
.tare-main{
  display: flex;
  justify-content: center;
}
#less-star textarea{
  width: 100%;
  height: 140px;
  margin-top: 15px;
  background-color: transparent;
  outline: none;
  padding: 15px;
  font-size: 18px;
}
#less-star button{
  padding: 9px 40px;
  line-height: 1.6;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 700;
  border-style: solid;
  background-color: #806f27;
  color: #fff;
  margin-top: 7px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  outline: none;
}
#less-star button:hover{
  background-color: #000;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
@media screen and (max-width:991px){
  .lafontaine-rating-sec h3{
    font-size: 28px;
  }
  .lafontaine-rating-sec h2 {
    font-size: 35px;
  }
}
@media screen and (max-width:767px){
  .lafontaine-rating-sec{
    padding: 40px 20px;
  }
  .lafontaine-rating-sec h2 {
    font-size: 30px;
  }
  .lafontaine-rating-sec h3{
    font-size: 25px;
  }
  .lafontaine-rating-sec p {
    font-size: 16px;
  }
  #less-star textarea{
    height: 120px;
  }
  .rate:not(:checked) > label{
    font-size: 45px;
  }
}