@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap");
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box; }

:root {
  --Primary-color: #edf2f4;
  --Sec-color: #d90429;
  --Third-color: #8d99ae;
  --last-color: #2b2d42; }

body {
  background-color: var(--Primary-color);
  margin: 0;
  font-family: "Roboto", sans-serif; }

p,
h1,
h2 {
  margin: 0;
  padding: 0; }

.main-build {
  background-color: var(--Primary-color);
  padding: 10px 0px 3px 20px;
  border-bottom: 1px solid var(--Sec-color);
  display: grid;
  grid-template-columns: repeat(3, 1fr); }
  .main-build .left img {
    width: 100px;
    padding: 0; }
  .main-build .Center {
    padding: 0; }
    .main-build .Center .search {
      width: 500px;
      height: 20px;
      background: #444;
      background: rgba(0, 0, 0, 0.2);
      border-radius: 3px;
      border: px solid #fff; }
      .main-build .Center .search ::placeholder {
        color: var(--last-color); }
      .main-build .Center .search input {
        width: 370px;
        height: 20px;
        padding: 10px 5px;
        float: left;
        color: #ccc;
        border: 0;
        background: transparent;
        border-radius: 3px 0 0 3px; }
        .main-build .Center .search input:focus {
          outline: 0;
          background: transparent;
          color: var(--Sec-color); }
      .main-build .Center .search button {
        position: relative;
        float: right;
        border: 0;
        padding: 0;
        cursor: pointer;
        height: 20px;
        width: 120px;
        color: red;
        background: transparent;
        border-left: 1px solid red;
        border-radius: 0 3px 3px 0; }
        .main-build .Center .search button:hover {
          background: var(--last-color);
          color: var(--Primary-color); }
        .main-build .Center .search button:active {
          box-shadow: 0px 0px 12px 0px #e1e1e1; }
        .main-build .Center .search button:focus {
          outline: 0; }

.grid-container {
  max-width: 800px;
  border-radius: 10px;
  margin: auto;
  overflow: hidden;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 2fr;
  grid-template-rows: auto auto auto auto auto auto;
  gap: 10px 10px;
  grid-template-areas: "about about about about" "about-tow about-tow about-tow Service" "gallery gallery gallery Contact" "Review Review Review Related" "Review Review Review Related" "Review Review Review Related" "Review Review Review Related"; }

.about {
  margin-top: 10px;
  border-radius: 10px;
  grid-area: about;
  background-color: white; }
  .about .header {
    border-radius: 10px 10px 0px 0px;
    background-color: black;
    height: 100px; }
  .about .vendor-img img {
    position: absolute;
    width: 150px;
    top: 10%;
    left: 24%;
    border: 3px solid white;
    border-radius: 130px; }
  .about .vendor-info {
    padding: 0px 30px;
    padding-bottom: 10px;
    margin-top: 90px;
    display: flex;
    justify-content: space-between;
    color: var(--Sec-color); }
    .about .vendor-info h1 {
      font-size: 20px; }
    .about .vendor-info p {
      font-size: 10px; }
    .about .vendor-info .info-de {
      display: flex;
      justify-content: center;
      height: 22px; }
      .about .vendor-info .info-de p,
      .about .vendor-info .info-de h1 {
        font-size: 10px; }
      .about .vendor-info .info-de .de {
        border-right: 1px solid black;
        border-left: 1px solid black;
        margin: 0 10px;
        padding: 0 10px; }

.about-tow {
  border-radius: 10px;
  grid-area: about-tow;
  text-align: justify;
  font-size: 10px;
  background-color: white;
  padding: 20px; }
  .about-tow h1 {
    font-size: 25px; }
  .about-tow p {
    margin-top: 10px; }

.Service {
  border-radius: 10px;
  grid-area: Service;
  background-color: white;
  padding: 20px;
  text-align: justify; }
  .Service h1 {
    font-size: 25px; }
  .Service p {
    font-size: 12px;
    padding: 5px 0; }
  .Service button {
    background-color: var(--Sec-color);
    border: none;
    width: 100%;
    border-radius: 7px;
    padding: 7px;
    color: white;
    cursor: pointer;
    margin: 25px 0;
    outline: none; }
  .Service ul {
    list-style: none;
    font-size: 10px;
    padding: 0; }
  .Service ul li:before {
    content: "✓ ";
    color: red; }
  .Service a {
    text-decoration: none;
    color: var(--Sec-color);
    font-size: 10px;
    text-align: center;
    display: block;
    padding-top: 15px; }

.gallery {
  border-radius: 10px;
  grid-area: gallery;
  background-color: white;
  font-size: 14px;
  padding: 20px 20px; }
  .gallery img {
    justify-content: center;
    width: 160px;
    height: 160px;
    margin-top: 5px; }
  .gallery .grayscale {
    filter: grayscale(100%); }

.Contact {
  grid-area: Contact; }
  .Contact h1 {
    font-size: 17px; }
  .Contact p {
    padding: 5px 0;
    font-size: 10px; }
  .Contact .contact-info {
    border-radius: 10px;
    font-size: 14px;
    padding: 30px 20px;
    background-color: white; }
  .Contact .related {
    font-size: 14px; }
    .Contact .related h3 {
      padding: 15px 10px;
      font-size: 20px; }
    .Contact .related .service-R {
      padding: 5px 10px;
      display: flex;
      text-align: justify;
      flex-direction: column; }
    .Contact .related .service-R img {
      border-radius: 10px;
      width: 100px;
      padding-right: 5px; }

.Review {
  border-radius: 10px;
  grid-area: Review;
  background-color: white;
  padding: 20px; }
  .Review h1 {
    font-size: 25px; }
  .Review .Reviews {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 2fr 1fr;
    padding: 15px 0px; }
    .Review .Reviews .left {
      display: inline; }
      .Review .Reviews .left .each {
        display: flex;
        flex-flow: row nowrap; }
        .Review .Reviews .left .each h4 {
          padding-right: 10px; }
      .Review .Reviews .left .progress {
        height: 10px;
        background: var(--Primary-color);
        width: 100%; }
        .Review .Reviews .left .progress div {
          height: 100%;
          color: #fff;
          text-align: center;
          background: red; }
    .Review .Reviews .right {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center; }
      .Review .Reviews .right .fa-star {
        color: gold;
        padding: 5px 0; }
  .Review .Compliments {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap; }
    .Review .Compliments div {
      padding: 10px;
      width: 40%;
      display: flex;
      border: 1px solid red;
      border-radius: 10px;
      margin: 15px 22px; }
      .Review .Compliments div ul li {
        list-style: none;
        padding-left: 15px; }
      .Review .Compliments div h1 {
        font-size: 15px;
        font-weight: bold; }
      .Review .Compliments div p {
        font-size: 10px; }
      .Review .Compliments div .fas {
        border-radius: 50%;
        background: red;
        color: #fff;
        width: 30px;
        padding-top: 6px;
        height: 30px;
        display: flex;
        justify-content: center; }
  .Review .people-reviews {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0.5rem; }
    .Review .people-reviews div {
      border-top: 1px solid black;
      margin-top: 10px; }
    .Review .people-reviews ul {
      list-style: none;
      margin-top: 1rem;
      display: flex;
      align-items: center; }
      .Review .people-reviews ul li {
        font-size: 0.7rem; }
      .Review .people-reviews ul .fa-star {
        color: gold; }
    .Review .people-reviews p {
      padding: 0.5rem;
      font-size: 0.8rem;
      text-align: justify; }
    .Review .people-reviews img {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      margin-right: 0.5rem; }
  .Review button {
    background-color: var(--Sec-color);
    border: none;
    width: 100%;
    border-radius: 7px;
    padding: 7px;
    color: white;
    cursor: pointer;
    margin: 25px 0;
    outline: none; }

@media screen and (max-width: 500px) {
  body {
    padding: 5px; }

  .main-build {
    padding: 10px 0px 3px 20px;
    display: block;
    justify-content: center;
    text-align: center; }
    .main-build .Center {
      padding: 0; }
      .main-build .Center .search {
        display: none; }

  .grid-container {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "about about" "about-tow Service" "gallery gallery" "Contact Contact" "Review Review"; }

  .related {
    display: none; }

  .about .vendor-img img {
    left: 35%; }

  .gallery img {
    width: 145px;
    height: 130px;
    margin-top: 5px;
    justify-content: center; } }

/*# sourceMappingURL=style.css.map */
