:root {
  font-size: 10px;
}

* {
  box-sizing: border-box;
  font-family: "Nunito";
}

header a.active {
    color: black;
}

#services > div:last-child > div, footer, #contactus form {
  background-color: #000;
}

#intro, #gallery a, #contactus, #reviews a {
  background-color: #2d71d5;
}

#services > div:last-child > div, #intro, footer p, #contactus, a {
  color: #fff;
}

#hero, header {
  width: 100%;
}

#services > div:last-child > div div, #hero div, div > img, #contactus iframe, #contactus form div input {
  width: 100%;
}

#services ul, #services > div:last-child, #gallery > section, #contactus > div {
  max-width: 1700px;
}

#contactus > div > * {
  width: 48%;
}

#services > div:last-child > div {
  width: 32%;
}

#services ul {
  columns: 3;
}

#gallery > section {
  columns: 4;
}

#services > div:last-child, #intro, header, #contactus form div, #contactus > div, #contactus form {
  display: flex;
}

#contactus form {
  flex-direction: column;
}

header, #contactus form div {
  align-items: center;
}

#intro {
  justify-content: center;
}

header, #contactus form div {
  justify-content: flex-end;
}

#services > div:last-child, #contactus > div {
  justify-content: space-between;
}

#page {
    padding: 3rem;
}

a {
  font-size: 1.6rem;
  text-decoration: none;
  line-height: 2.2rem;
  font-weight: 700;
}
a.button {
  font-size: 1rem;
}

h1 {
  font-size: 5rem;
  margin-bottom: unset;
}

h2 {
  font-size: 3.8rem;
  text-align: center;
}

h3 {
  font-size: 2.5rem;
  text-align: center;
}

p, li, input, textarea {
  font-size: 1.87rem;
}

body {
  margin: 0;
}

ul.pagination {
    list-style-type: none;
}
ul.pagination li.disabled span {
    background-color: #dbdbdb;
}
ul.pagination li {
    margin-left: 5px;
    font-size: 1.6rem;
    display: inline-block;
}
ul.pagination li:first-child {
    margin-left: 0px;
}
ul.pagination li.active span {
    background-color: #333333;
    color: #ffffff;
}
#contactus {
  padding: 3rem 2.5rem 1rem 2.5rem;
}
#contactus > div {
  align-items: stretch;
  margin: 3rem auto;
}
#contactus > div div {
  break-inside: avoid;
}
#contactus form {
  padding: 2rem;
}
#contactus form input, #contactus form textarea {
  outline: none;
  margin: 1.5rem 0;
  padding: 1rem;
}
#contactus form > input:last-child {
  width: fit-content;
  padding: 1.5rem 3rem;
}
#contactus form label {
  margin-right: 1rem;
  font-size: 2.9rem;
}
#contactus form textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
  max-height: 300px;
}
#reviews {
 margin-bottom: 5rem;
}
#reviews h3 {
  color: gold;
}
#reviews .dm-slider {
  border: 1px solid #333;
  margin: auto;
}
div > img {
  display: block;
  object-fit: contain;
}

footer {
  padding: 2rem 1rem;
}
footer div {
  width: fit-content;
  margin: 0 auto;
  box-sizing: border-box;
}
footer p {
  margin: 0;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
}
footer a {
  font-weight: inherit;
}

#categories a {
  min-width: 125px;
  text-align: center;
}
#categories a:first-child {
margin-top: 0;
}
#gallery {
  padding: 1rem;
  background-color: #f4f4f4;
}
#gallery > section {
  column-gap: 2rem;
  margin: 3rem auto;
}
#gallery > section > div {
  margin-top: 2rem;
}
#gallery > section > div:first-child {
  margin-top: 0;
}
#gallery a {
  display: block;
  border-radius: 5rem;
  margin: 2rem auto;
  padding: 1rem;
  width: fit-content;
}
#paginator a, span.page-link {
  display: block;
  border-radius:unset;
  margin: 2rem auto;
  padding: 1rem;
  width: fit-content;
}
#reviews a {
  display: block;
  border-radius: 5rem;
  margin: 2rem auto;
  padding: 2rem;
  width: fit-content;
}
header {
  background-color: #2d71d5;
  padding: 3rem 5rem;
}
header a {
  margin-right: 2rem;
}
header i {
  font-size: 2rem;
}

#intro {
  padding: 3rem;
  text-align: center;
}
#intro h3 {
  font-weight: 300;
}

#services {
  padding: 2.5rem;
}
#services > div:last-child {
  flex-wrap: wrap;
  align-items: stretch;
  row-gap: 3rem;
  margin: 5rem auto;
}
#services > div:last-child > div p {
  padding: 3rem;
}
#services > div:last-child > div h3 {
  padding: 0 3rem;
}
#services > div:last-child > div div {
  aspect-ratio: 4/3;
}
#services ul {
  margin: 3rem auto;
}

@media (max-width: 1000px) {
  #services ul {
    column-count: 2;
  }
  #gallery > #categories {
    columns: 4;
  }
  #categories a:first-child {
    margin-top: 0;
  }  
  #gallery > section {
    columns: 3;
  }
  #services > div:last-child > div {
    width: 48%;
  }
}
@media (max-width: 680px) {
  #services ul {
    column-count: 1;
  }
  #gallery > #categories {
    columns: 2;
  }
  #categories a {
    margin: 2rem auto;
  }
  #categories a:first-child {
    margin-top: 0;
  }
  #gallery > section {
    columns: 2;
  }
  #contactus > div > * {
    width: 100%;
  }
  #services > div:last-child > div {
    width: 100%;
  }
  #contactus > div {
    flex-direction: column;
  }
  #contactus > div form {
    margin-top: 2rem;
  }
  header {
    padding: 1rem 1rem;
  }
  header a {
    margin-right: 1rem;
  }
}

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