@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;500;700&display=swap");
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  scroll-behavior: smooth;
}

input,
textarea,
body {
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
}

p {
  line-height: 1.7;
}

ul {
  list-style: none;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

p {
  color: #6d6d6d;
}

h1 {
  font-size: 2em;
}

.yellow {
  background-image: linear-gradient(323.91deg, #ffcc40 7.09%, rgba(255, 204, 64, 0.5) 88.82%);
}

.green {
  background-image: linear-gradient(320.89deg, #25d9d9 10.83%, rgba(37, 217, 217, 0.5) 88.7%);
}

.blue {
  background-image: linear-gradient(319.4deg, #0898e7 5.17%, rgba(8, 152, 231, 0.5) 94.34%);
}

.red {
  background-image: linear-gradient(322.63deg, #ff9066 9.94%, rgba(255, 144, 102, 0.5) 91.14%);
}

header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 15px 30px -15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 15px 30px -15px rgba(0, 0, 0, 0.2);
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5em 0;
}

nav .nav-brand {
  width: 11em;
}

nav .menu-icons i {
  font-size: 1.5em;
  cursor: pointer;
}

nav .nav-list {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -100%;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1500;
  -webkit-transition: all 650ms ease-in-out;
  transition: all 650ms ease-in-out;
  -webkit-box-shadow: 0px 15px 30px -15px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 15px 30px -15px rgba(0, 0, 0, 0.4);
}

nav .nav-list.active {
  right: 0;
}

nav .nav-list .nav-item {
  margin: 1.5em 0;
}

nav .nav-list .close {
  position: absolute;
  top: 2em;
  left: 2.5em;
}

nav .nav-list .nav-link {
  font-size: 0.75em;
  font-weight: 500;
  text-transform: uppercase;
  color: black;
}

nav .nav-list .btn-link {
  font-size: 0.75em;
  margin-left: 10px;
  margin-right: 10px;
  color: white;
  width: 60%;
  padding: 0.75em 1.3em;
  background-color: #0076b6;
  border-radius: 1.5em;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 2em;
  -webkit-transition: background-color 650ms;
  transition: background-color 650ms;
}

nav .nav-list .btn-link:hover {
  background-color: #0076b6b4;
}

/* HERO */
.hero {
  margin-top: 5em;
  padding: 5em 0;
  text-align: center;
}

.hero h1 {
  font-weight: 700;
  padding-bottom: 1em;
}

.hero p {
  padding-bottom: 1.5em;
}

.hero .btn {
  font-size: 0.78em;
  width: 60%;
  padding: 1em 2em;
  background-color: #0076b6;
  color: white;
  border-radius: 2em;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 2em;
  -webkit-transition: background-color 650ms;
  transition: background-color 650ms;
}

.hero .btn:hover {
  background-color: #0076b6b4;
}

.hero .picture {
  padding-top: 7em;
  width: 100%;
}

.hero-products {
  background-color: #f6f8fb;
  text-align: center;
  padding: 6em 0;
}

.hero-products .products h3 {
  padding-bottom: 2em;
  color: #0076b6;
}

.hero-products .products h1 {
  padding-bottom: 1em;
}

.hero-products .products li {
  padding: 1.3em 0;
}

.hero-products .products li p {
  font-size: 0.8em;
  padding-top: 1.3em;
  line-height: 2;
}

.hero-products .products li img {
  max-width: 5em;
  padding-bottom: 1em;
}

.hero-products .products i {
  font-size: 30px;
  color: white;
}

.hero-products .products .service-icon {
  width: 85px;
  height: 85px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-bottom: 2em;
}

.hero-pros {
  padding: 5em 0;
}

.hero-pros svg {
  color: #dadada;
  width: 23px;
  height: 23px;
  margin-right: 15px;
}

.hero-pros .pros-message h1 {
  text-align: center;
  padding-bottom: 1em;
}

.hero-pros .pros-message .pros-list {
  padding: 2em 0;
}

.hero-pros .pros-message .pros-list .pros-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto)[2];
      grid-template-columns: repeat(2, auto);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 15px;
  padding: 0.75em 0;
}

.hero-pros .pros-message .pros-list .pros-item span {
  line-height: 2;
}

.hero-pros .picture {
  width: 100%;
}

.carousal-container {
  padding: 5em 0;
}

.carousal-container h1 {
  text-align: center;
  padding-bottom: 2em;
}

.carousal-container .carousal {
  margin-bottom: 3em;
}

.carousal-container .carousal li {
  background-color: #f3f3f36e;
  padding: 1em;
  margin-bottom: 1em;
  border-radius: 0.5em;
}

blockquote {
  margin: 0;
  line-height: 1.9em;
  margin-bottom: 1em;
}

cite {
  font-weight: 700;
  color: #0076b6;
  font-style: normal;
  padding-left: 25px;
  position: relative;
}

cite::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 8px;
  height: 1px;
  width: 15px;
  border-bottom: 1px solid black;
}

.hero-contact {
  text-align: center;
  padding-bottom: 7em;
}

.hero-contact .form-row:first-child {
  margin-top: 3em;
}

.hero-contact .input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  outline: none;
  border: 1px solid #e0e0e0;
  background: none;
  padding: 0.6em 1.2em;
  letter-spacing: 0.5px;
  border-radius: 0.3em;
  margin: 1em 0;
  font-size: 12px;
}

.hero-contact textarea.input {
  margin-bottom: 3em;
  resize: none;
  height: 10em;
}

.hero-contact .btn {
  width: 85%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.9em 3em;
  letter-spacing: 2px;
  background-color: #0076b6;
  color: white;
  border-radius: 2em;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: background-color 650ms;
  transition: background-color 650ms;
  border: none;
}

.hero-contact .btn:hover {
  background-color: #0076b6b4;
}

/* FOOTER */
footer {
  background-color: #f6f8fb;
  border-top: 1px solid #e0e0e0;
  padding: 2.5em 0;
}

footer .footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em;
  text-align: center;
}

footer .footer-content p {
  font-size: 0.85em;
  color: #6d6d6d;
}

footer .footer-content .footer-link {
  color: #0076b6;
  font-size: 0.85em;
  font-weight: 500;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

footer .footer-content .footer-link:hover {
  color: #005684;
  text-decoration: underline;
}

/* PRIVACY PAGE */
.hero-privacy {
  margin-top: 5em;
  padding: 4em 0 6em 0;
}

.hero-privacy .privacy-container {
  max-width: 900px;
  margin: 0 auto;
}

.hero-privacy .privacy-container h1 {
  font-size: 2.2em;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.3em;
}

.hero-privacy .privacy-container .last-updated {
  font-size: 0.9em;
  color: #6d6d6d;
  margin-bottom: 2.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #eaeaea;
}

.hero-privacy .privacy-container .privacy-content h2 {
  font-size: 1.35em;
  font-weight: 700;
  color: #0076b6;
  margin-top: 2em;
  margin-bottom: 0.8em;
}

.hero-privacy .privacy-container .privacy-content h3 {
  font-size: 1.1em;
  font-weight: 600;
  color: #2c3e50;
  margin-top: 1.5em;
  margin-bottom: 0.6em;
}

.hero-privacy .privacy-container .privacy-content p {
  margin-bottom: 1.2em;
  line-height: 1.8;
  color: #4a4a4a;
  font-size: 0.95em;
}

.hero-privacy .privacy-container .privacy-content p a {
  color: #0076b6;
  text-decoration: underline;
}

.hero-privacy .privacy-container .privacy-content p a:hover {
  color: #005684;
}

.hero-privacy .privacy-container .privacy-content ul {
  list-style-type: disc;
  padding-left: 1.8em;
  margin-bottom: 1.5em;
}

.hero-privacy .privacy-container .privacy-content ul li {
  margin-bottom: 0.5em;
  line-height: 1.7;
  color: #4a4a4a;
  font-size: 0.95em;
}

.hero-privacy .privacy-container .privacy-content .note-box {
  background-color: #f0f7fb;
  border-left: 4px solid #0076b6;
  padding: 1.2em 1.5em;
  margin: 1.8em 0;
  border-radius: 0 8px 8px 0;
}

.hero-privacy .privacy-container .privacy-content .note-box p {
  margin-bottom: 0;
  color: #2b5468;
}

/* MEDIA QUERIES */
@media screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .hero-products {
    text-align: center;
  }
  .hero-products .products h1 {
    padding-bottom: 1.2em;
  }
  .hero-products .products .pros-message .pros-item {
    padding: 1em 0;
  }
  .hero-contact .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero-contact .form-row .input {
    width: 100%;
    margin-right: 3em;
  }
  .hero-contact .form-row .input:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 320px) {
  .container {
    max-width: 300px;
  }
}

@media screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
  .products ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (auto)[2];
        grid-template-columns: repeat(2, auto);
    -webkit-column-gap: 7em;
            column-gap: 7em;
    row-gap: 4em;
  }
  .hero-pros .picture {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 70%;
  }
  .hero-contact form {
    text-align: right;
  }
  .hero-contact form .btn {
    width: 40%;
  }
  footer .footer-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  nav .menu-icons {
    display: none;
  }
  nav .nav-list {
    width: initial;
    height: initial;
    background-color: white;
    position: initial;
    right: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-transition: initial;
    transition: initial;
  }
  nav .nav-list .nav-item {
    margin: 0 1.5em;
  }
  nav .nav-list .nav-item .nav-link.current {
    color: #0077b6;
  }
  nav .nav-list .nav-item .nav-link:hover {
    color: #0077b6;
  }
  nav .nav-list .nav-item .nav-link,
  nav .nav-list .nav-item .current {
    position: relative;
  }
  nav .nav-list .nav-item .nav-link::before,
  nav .nav-list .nav-item .current::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.5em;
    background-color: #0077b6;
    width: 100%;
    height: 2px;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transition: -webkit-transform 650ms;
    transition: -webkit-transform 650ms;
    transition: transform 650ms;
    transition: transform 650ms, -webkit-transform 650ms;
  }
  nav .nav-list .current::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  nav .nav-list .nav-link:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .hero {
    text-align: left;
    height: 70vh;
    min-height: 696px;
    padding: 1em 0;
    padding-bottom: 8em;
  }
  .hero .banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero .banner .main-message h1 {
    font-size: 3em;
  }
  .hero .banner .main-message p {
    margin-top: -1.2em;
    padding-bottom: 1em;
  }
  .hero .banner .main-message .btn {
    width: 30%;
    text-align: center;
  }
  .hero .banner .picture {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 55%;
    margin: 0;
  }
  .hero .banner .picture img {
    max-width: none;
    width: 800px;
    height: auto;
    position: relative;
    left: -50px;
    z-index: -100;
  }
  .products h1 {
    margin-bottom: 0.7em;
  }
  .products ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (auto)[4];
        grid-template-columns: repeat(4, auto);
    -webkit-column-gap: 7em;
            column-gap: 7em;
    row-gap: 4em;
  }
  .hero-pros {
    padding-bottom: 5em;
  }
  .hero-pros .messages {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero-pros .messages .pros-message {
    padding-top: 2em;
  }
  .hero-pros .messages .pros-message h1 {
    text-align: left;
  }
  .hero-pros .messages .picture {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 70%;
  }
  .hero-pros .messages .picture img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 500px;
    max-width: none;
  }
  .carousal-container .carousal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .carousal-container .carousal li {
    margin-right: 1em;
    padding: 2em;
  }
  .carousal-container .carousal li:last-child {
    margin-right: 0;
  }
  .hero-contact {
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    max-width: 40%;
  }
  .hero-contact h1 {
    text-align: center;
  }
  .hero-contact form .btn {
    width: 25%;
  }
}
/*# sourceMappingURL=style.css.map */