:root {
  --main-color: #7c6555;
  --second-color: #947e69;
  --black-color: #000000;
  --white-color: #ffffff;
  --third-color: #565656;
  --fourth-color: #bda78f !important;
  --background-color: #eaeaea;
  --placeholder-color: #a1a1a1;
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
  .navbar {
    background: var(--white-color);

    .container {
      border-radius: 0;
      box-shadow: none;
      transition: all 0.3s ease;
      z-index: 1000;
    }
  }

  .about-section,
  .about,
  .our-vision,
  .our-mission,
  .appointment-section {
    .img-one,
    .img-mission,
    .img-vision {
      img {
        transition: all 0.3s ease;
        border-top-right-radius: var(--radius);
        border-bottom-left-radius: var(--radius);
        height: 400px !important;
      }
    }
  }
  .client-card {
    img {
      height: 100px !important;
    }
  }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}
