@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Unbounded:wght@200;300;400;500;600;700;800;900&display=swap");

:root {
  --primary-color: rgb(24, 141, 12);
  --text-color: rgb(0, 0, 0);
  --text-color-2: rgb(28, 28, 28);
  --text-color-3: rgb(72, 72, 72);
  --bg-color: rgb(255, 255, 255);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
}
/*

body {
  width: 100%;
  height: auto;
  font-family: "Roboto";
  position: relative;
}
main {
  width: 100%;
  min-height: 100vh;
  background-image: url(../images/bg.png);
  background-size: cover;
  background-color: var(--bg-color);
  position: relative;
}

header {
  width: 100%;
  padding: 50px 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;

  flex-wrap: wrap;
}
.logo {
  font-size: 36px;
  font-family: "Unbounded";
  font-weight: bold;
  color: var(--text-color);
}
.logo img {
  width: auto;
  margin-right: 5px;
}

*/
.phoneInfo {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.phoneInfo article {
  margin-left: 10px;
}
.phoneInfo article h4 {
  font-size: 22px;
  color: rgb(19, 19, 20);
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.phoneInfo article p {
  font-size: 16px;
  color: rgb(100, 124, 159);
  font-weight: normal;
}
.asideHeading {
  font-size: 45px;
  color: var(--text-color);
  font-weight: bold;
  text-transform: uppercase;
  width: 85%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.page-aside{
  border-radius: 40px;
  background-color: var(--bg-color);
  box-shadow: 0px 8px 111.15px 5.85px rgba(0, 0, 0, 0.06);
  width: 100%;
  min-height: 500px;
  padding: 10px;
  position: sticky;
  top: 0;
  left: 0;	
}
/*
aside {
  border-radius: 40px;
  background-color: var(--bg-color);
  box-shadow: 0px 8px 111.15px 5.85px rgba(0, 0, 0, 0.06);
  width: 100%;
  min-height: 500px;
  padding: 55px 0 0 110px;
  position: sticky;
  top: 0;
  left: 0;
}
*/
.sideImg {
  border-radius: 10px;
  background-color: rgb(150, 150, 150);
  width: 100%;
  height: 333px;
  margin-bottom: 20px;
}
.sideImg img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.listHeding {
  width: 100%;
  font-size: 28px;
  font-weight: bold;
  color: var(--text-color);
  margin-bottom: 10px;
}
.contactInfo {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
.contactInfo li {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: solid 2px rgb(244, 244, 244);
  padding: 0 0 18px 0;
  margin: 0 0 22px 0;
}
.contactInfo li:last-child {
  border: 0;
}
.contactInfo li img {
  width: 38px;
}
.contactInfo li article {
  margin-left: 15px;
}
.contactInfo li article h5 {
  font-size: 20px;
  color: var(--text-color-2);
  font-weight: bold;
}
.contactInfo li article p {
  font-size: 18px;
  color: var(--text-color-3);
  font-weight: 500;
}
.ratingMain {
/*
  padding-left: 70px;
  margin-left: 70px;
  border-left: solid 2px rgb(213, 213, 213);
*/
  margin-bottom: 100px;
}

.inputField {
  border-radius: 40px;
  background-color: var(--bg-color);
  box-shadow: 0px 8px 111.15px 5.85px rgba(0, 0, 0, 0.06);
  width: 100%;
  min-height: 150px;
  margin-bottom: 30px;
  padding: 40px 20px 50px 80px;
  position: relative;
}
.labelHeading {
  font-size: 24px;
  font-weight: bold;
  color: var(--text-color);
  margin-bottom: 20px;
}
::placeholder {
  font-size: 17px;
  color: rgb(149, 149, 149);
  font-weight: 300;
}
.maxChar {
  font-size: 18px;
  color: rgb(18, 18, 18);
  font-weight: 400;
  display: block;
  width: 100%;
  text-align: end;
  margin-bottom: 40px;
}
.rating {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.rating .ratingSingle {
  border: solid 4px var(--primary-color);
  width: 50px;
  height: 50px;
  margin-right: 5px;
  transition: 0.3s;
  border-radius: 50%;
  cursor: pointer;
}
.rating .ratingSingle.fill,
.rating .ratingSingle.filled {
  background-color: var(--primary-color);
}
.rating .avgRating {
  font-size: 18px;
  color: var(--text-color);
  margin-left: 20px;
}
.inputField select {
  -webkit-appearance: none;
  border: solid 2px var(--text-color-2);
  border-radius: 30px;
  width: 191px;
  height: 67px;
  font-size: 18px;
  color: var(--text-color);
  font-weight: 500;
  padding: 0 0 0 25px;
  display: block;
  cursor: pointer;
}
.inputField select + i {
  width: 29px;
  height: 29px;
  background-color: var(--text-color-2);
  border: solid 1px var(--text-color);
  font-size: 16px;
  color: var(--bg-color);
  display: grid;
  place-content: center;
  position: absolute;
  border-radius: 50%;
  top: 115px;
  left: 230px;
  pointer-events: none;
}
.radioField {
  padding: 0 30px;
  display: grid;
  align-content: center;
  height: 63px;
  position: relative;
  margin-right: 9px;
  margin-bottom: 10px !important;
}
.radioField input {
  -webkit-appearance: none;

  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 29px;
  background-color: transparent;
  border: solid 2px var(--text-color-2);
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
.radioField label {
  font-size: 18px;
  color: var(--text-color);
  font-weight: 500;
  transition: 0.5s ease-in-out;
  position: relative;
  pointer-events: none;
}
.radioField input:checked {
  background-color: var(--text-color-2);
}
.radioField input:checked ~ label {
  color: var(--bg-color);
}
.inputField textarea {
  height: 200px;
  background-color: transparent;
  border: 0;
  resize: none;
  display: block;
  width: 100%;
}
.inputField textarea:focus,
.inputField input:focus {
  outline: none;
}
.inputField input[name="review"] {
  border: 0;
  display: block;
  width: 100%;
}

.inputField .optional {
  font-size: 17px;
  color: rgb(75, 75, 75);
  display: block;
}
.file {
  width: 94%;
  border-radius: 30px;
  background-color: rgb(223, 223, 223);
  height: 291px;
  display: grid;
  place-content: center;
  margin-top: 25px;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.file #file {
  display: none;
}
.file i {
  color: var(--text-color);
  font-size: 30px;
  margin-bottom: 20px;
}
.file h3 {
  font-size: 24px;
  color: rgb(0, 0, 0);
  font-weight: 600;
}
.file p {
  font-size: 20px;
  color: rgb(75, 75, 75);
}
.file.highlight::before {
  content: "Drop it Like it's Hot";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 30px;
  display: grid;
  background-color: rgba(255, 255, 255, 0.5);
  place-content: center;
  color: var(--text-color-3);
  transition: 0.5s ease-in-out;
  border-radius: inherit;
}

.apply {
  background-color: rgb(0, 0, 0);
  height: 97px;
  width: 100%;
  border-radius: 49px;
  border: 0;
  color: var(--bg-color);
  text-transform: uppercase;
  font-size: 21px;
  font-weight: bold;
}

#error {
  position: fixed;
  top: 20px;
  left: 20px;
}
