* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  overflow-x: hidden !important;
}
:root {
  --my-color: rgb(218, 65, 80);
}
a {
  text-decoration: none !important;
}
.navbar-nav .nav-item,
.dropdown-menu .dropdown-item,
.navbar-nav .home {
  transition: 0.3s transform;
}
.navbar-nav .nav-item:hover,
.dropdown-menu .dropdown-item:hover {
  background-color: var(--my-color);
  border-radius: 0.6em;
  color: white;
  transform: scale(0.85, 0.85) !important;
}
.navbar-nav .home:hover {
  color: white !important;
  transform: scale(0.85, 0.85);
}
.about-page {
  height: 85vh;
  background-image: url("../media/about-us-page-heading.jpg");
}
.about-left,
.about-right {
  width: 40% !important;
}
.link-about:hover {
  color: white !important;
  background-color: black;
}
.serv {
  /* 
  I konw this is wrong method but I do this because of the first img is not same width and hieght reminder imgs
   */
  height: 55%;
}
