* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline-style: none;
}

body {
  font-size: 13px;
  color: #434242;
  font-family: "Montserrat", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}
p {
  font-family: "Montserrat", sans-serif;
}

.company-name {
  font-family: "Lora", serif;
  /* font-family: "Playfair Display", serif; */
}
.container {
  width: 95%;
  margin: 0 auto;
  padding: 0;
}
.banner1 {
  /*	background: center;
	background-image: url('/images/header-bg4.jpg'); */
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("../images/banner6.jpg") no-repeat center center/cover;
  background-repeat: no-repeat;
  height: 39rem;
  background-size: 100% auto;
}
#sec-0 {
  background: #f3efe0;
}
#sec-0 header.top {
  background-color: #22a39f;
  font-size: 0.85rem;
  color: #f3efe0;
  padding-top: 6px;
}
#sec-0 header.top .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
#sec-0 header.top p {
  display: flex;
  width: 45%;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}
#sec-0 header.top p:nth-of-type(2) {
  justify-content: flex-end;
}
#sec-0 .top p::before {
  font-family: fontAwesome;
  display: inline-flex;
  width: 2em;
  justify-content: center;
  font-size: 1.2em;
}
#sec-0 .top p:last-of-type::before {
  /* content: "\f3cd"; */
}
#sec-0 .top .social {
  display: flex;
  width: 45%;
  justify-content: flex-end;
  gap: 6px;
}
#sec-0 .top .social a {
  font-size: 1.2rem;
  display: inline-block;
  padding: 5px 0 5px 5px;
  color: inherit;
  text-decoration: none;
  transition: transform 0.3s ease-in-out;
}
#sec-0 .top .social a:hover {
  transform: scale(1.15);
}
#sec-0 .top .social a img {
  height: 1.2em;
  margin-top: -5px;
}
#sec-0 header:last-of-type {
  background-color: #434242;
  position: relative;
}
#sec-0 header:last-of-type .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.65rem 0;
  position: relative;
}
#sec-0 header:last-of-type h1 {
  font-size: 2.5rem;
  /* font-style: italic; */
  /* font-weight: 600; */
  color: #f3efe0;
  padding: 0;
  margin: 0;
}
#sec-0 header:last-of-type h1 > span {
  color: #22a39f;
}
#sec-0 header:last-of-type h1 p {
  font-size: 0.85rem;
  font-style: normal;
  color: #f3efe0;
  margin: 0;
}

#sec-0 header:last-of-type {
  /* position: fixed; */
  width: 100%;
  z-index: 1000;
  /*   /* top: 0; */
}
/*
#navbar {
    color: #00337C;
    font-size: 2rem;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #00337C;
}

 */

#sec-0 header nav a {
  /* display: block; */
  text-decoration: none;
  color: #f3efe0;
  text-align: center;
  padding: 10px;
  transition: transform 0.3s ease-in-out;
  border-bottom: solid 0.5px #f3efe0;
}
#sec-0 header nav a:hover {
  color: #fff;
  transform: scale(1.15);
}

.show {
  /* display: flex; */
  width: 100%;
}
.hide {
  display: none;
}

#sec-0 header input {
  display: none;
}
/* #sec-0 input + nav { */
/* display: none; */
/* width: 100%; */
/* } */
/* #sec-0 input:checked + nav { */
/*   display: block; */
/* } */
#sec-0 article {
  display: flex;
  align-items: center;
  text-align: center;
  padding: 3rem 0;
}
#sec-0 article h1 {
  font-weight: normal;
  font-size: 3.2rem;
  color: #f3efe0;
  margin-bottom: 10px;
}
#sec-0 article h2 {
  text-transform: uppercase;
  font-size: 2.5rem;
  color: #f3efe0;
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: 700;
}
#sec-0 article h2 span {
  color: #222222;
}
#sec-0 article h3 {
  font-size: 2.5rem;
  color: #f3efe0;
  font-style: italic;
}

/* SECTION ONE */
#sec-1 {
  background-color: #f3efe0;
  height: 40rem;
  padding: 5% 7%;
}
#sec-1 article {
  padding-top: 20px;
  text-align: center;
}
#sec-1 article h1 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 30px;
}
#sec-1 article h2 {
  margin-top: 1rem;
  font-size: 1.1rem;
  font-weight: 500;
  color: #434242;
}
#sec-1 article p {
  font-size: 1rem;
  text-align: justify;
  margin: 1.3rem 0 1.1rem;
}

#sec-1 aside {
  width: 95%;
  margin: 5% auto 5%;
}
#sec-1 aside img {
  height: 29rem;
  width: 29rem;
  object-fit: cover;
  max-width: 100%;
  border-radius: 50%;
  display: block;
  margin: auto;
}

#sec-2 {
  background: #434242;
  text-align: center;
  padding: 3rem 0 1.8rem;
}
#sec-2 h1 {
  color: #f3efe0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 30px;
  position: relative;
  margin: 40px 0;
}
#sec-2 h1::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 3px;
  background-color: #22a39f;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  animation: animate 4s linear infinite;
}

#sec-2 .container > p {
  color: #f3efe0;
  margin-bottom: 30px;
  font-size: 1.1rem;
}
#sec-2 article {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#sec-2 article figure {
  text-align: center;
  max-width: 63%;
  margin-top: 40px;
}
#sec-2 article .cont {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  border-radius: 10px;
  padding: 95px 10px 20px;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin-top: -75px;
  height: 18rem;
}
#sec-2 article figure div:first-of-type {
  width: 10em;
  height: 10em;
  background-color: #678983;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#sec-2 article figure img {
  max-width: 55%;
}
#sec-2 article figure h2 {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}
#sec-2 article figure p {
  color: #f3efe0;
  font-size: 0.9rem;
}

#sec-3 {
  background-color: #f3efe0;
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center;
}
#sec-3 h1 {
  color: #434242;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 30px;
  position: relative;
  margin: 40px 0;
}
#sec-3 h1::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 3px;
  background-color: #22a39f;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  animation: animate 4s linear infinite;
}
#sec-3 .cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  align-content: space-around;
}
#sec-3 .card {
  width: 90%;
  margin-bottom: 30px;
  background-color: #f3efe0;
}
#sec-3 .card p {
  text-align: justify;
  word-break: keep-all;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  font-size: 1rem;
}
#sec-3 .card > div {
  position: relative;
}
#sec-3 .caption {
  width: 100%;
  text-align: center;
  margin: 0;
  color: #f3efe0;
  background-color: rgba(0, 0, 0, 0.65);
  padding: 8px 15px 15px;
  position: absolute;
  bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
}
#sec-3 a {
  color: #f3efe0;
  background-color: #00337c;
  text-transform: uppercase;
  text-decoration: none;
  padding: 6px 15px;
  border-radius: 5px;
  display: inline-block;
}
/* SECTION 4 */
#sec-4 {
  padding-top: 40px;
}
#sec-4 .container {
  width: 100%;
  text-align: center;
}
#sec-4 h1 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 30px;
  position: relative;
  margin: 40px 0;
}
#sec-4 h1::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 3px;
  background-color: #22a39f;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  animation: animate 4s linear infinite;
}
@keyframes animate {
  0% {
    width: 100px;
  }
  50% {
    width: 200px;
  }
  100% {
    width: 100px;
  }
}
#sec-4 .photo-gallery {
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
#sec-4 .pic {
  position: relative;
  height: 250px;
  border-radius: 10px;
  box-shadow: 3px 3px 5px lightgray;
  cursor: pointer;
}
#sec-4 .pic img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transition: 0.5s;
  object-fit: cover;
}

/* SECTION SIX */

#sec-5 footer {
  bottom: 0;
}
#sec-5 h1 {
  color: #f3efe0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 30px;
  position: relative;
  margin: 40px 0;
  text-align: center;
}
#sec-5 h1::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 3px;
  background-color: #22a39f;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  animation: animate 4s linear infinite;
}
#sec-5 .footer-distributed {
  background-color: #434242;
  box-sizing: border-box;
  text-align: left;
  padding: 50px 50px 60px 50px;
  margin-top: 80px;
}
#sec-5 .footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right {
  display: inline-block;
  vertical-align: top;
}
#sec-5 .footer-distributed .footer-left {
  width: 30%;
}
#sec-5 .footer-distributed h3 {
  color: #f3efe0;
  margin: 0;
  font-weight: bold;
}
#sec-5 .footer-distributed h3 span {
  color: black;
}
#sec-5 .footer-distributed .footer-links {
  color: #f3efe0;
  margin: 20px 0 12px;
}
#sec-5 .footer-distributed .footer-links a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
}
#sec-5 .footer-distributed .footer-company-name {
  color: black;
  color: #f3efe0;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
#sec-5 .footer-distributed .footer-company-name a {
  color: #f3efe0;
  text-decoration: none;
}
#sec-5 .footer-distributed .footer-center {
  width: 35%;
}
#sec-5 .footer-distributed .footer-center i {
  background-color: #22a39f;
  color: #f3efe0;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}
#sec-5 .footer-distributed .footer-center i.fa-envelope {
  font-size: 17px;
  line-height: 38px;
}
#sec-5 .footer-distributed .footer-center p {
  display: inline-block;
  color: #f3efe0;
  vertical-align: middle;
  margin: 0;
}
#sec-5 .footer-distributed .footer-center p span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
}
#sec-5 .footer-distributed .footer-center p a {
  color: black;
  text-decoration: none;
}

#sec-5 .footer-distributed .footer-right {
  width: 30%;
}
#sec-5 .footer-distributed .footer-company-about {
  line-height: 20px;
  color: #f3efe0;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}

#sec-5 .footer-distributed .footer-company-about span {
  display: block;
  color: black;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#sec-5 .footer-distributed .footer-icons {
  margin-top: 25px;
}
#sec-5 .footer-distributed .footer-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: #434242;
  border-radius: 2px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 3px;
  margin-bottom: 5px;
}
#sec-5 .footer-distributed .footer-icons a:hover {
  background-color: black;
}
#sec-5 .footer-links a:hover {
  color: black;
}
/* MODAL  */

.modal {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  /* set position and other styles */
  pointer-events: auto;
}

.modal-content {
  margin: auto;
  max-width: 50%;
  height: auto;
  /* set position and other styles */
  pointer-events: none;
}

.close {
  color: #fff;
  position: absolute;
  top: 5rem;
  right: 25px;
  font-size: 4rem;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/*MEDIA QUERRIES*/
/*Smart phones */
@media (max-width: 768px) {
  .banner1 {
    background-size: 130% auto;
  }
  .navbar {
    margin-top: -3.5rem;
    width: 100%;
  }
  .navbar ul {
    padding-top: 1rem;
  }
  .navbar-toggler {
    float: right !important;
  }
  #sec-0 header.top .container {
    width: 100%;
  }
  #sec-0 header:last-of-type h1 {
    font-size: 2.1rem;
  }
  #sec-0 header:last-of-type h1 p {
    font-size: 1rem;
  }
  #sec-0 article h3 {
    font-size: 1.4rem;
  }
  #sec-1 {
    /* padding-bottom: 40rem; */
    height: 45rem;
  }
  #sec-1 .container h1 {
    text-align: left;
  }
  #sec-1 .container h2 {
    text-align: left;
    font-weight: bolder;
  }
  #sec-1 .container p {
    text-align: left;
  }
  #sec-1 aside img {
    display: none;
  }
  #sec-2 {
    padding: 3% 7%;
  }
  /* #sec-2 .container { */
  /*   text-align: left; */
  /*   padding: 3% 7%; */
  /* } */
  #sec-2 .container p {
    /* text-align: left; */
    font-size: 1rem;
  }
  #sec-2 article figure {
    max-width: 90%;
    height: 25rem;
    margin-top: 5px;
  }
  #sec-2 article figure h2 {
    /* text-align: left; */
    padding-top: 1.1rem;
  }
  #sec-3 {
    padding: 3% 7%;
  }
  #sec-3 .card p {
    text-align: left;
  }
  #sec-4 {
    padding: 3% 7%;
  }
  #sec-4 .photo-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .modal-content {
    max-width: 90%;
  }
  #sec-5 .footer-flex {
    display: flex;
    flex-direction: column-reverse;
  }
  #sec-5 .footer-distributed {
    width: 100%;
    margin-bottom: 40px;
    text-align: left;
  }
  #sec-5 .footer-distributed .footer-left {
    width: 100%;
    text-align: left;
  }
  #sec-5 .footer-distributed .footer-center {
    /* display: flex; */
    /* flex-direction: column; */
    padding-top: 2rem;
    padding-bottom: 2rem;
    width: 100%;
  }
  #sec-5 .footer-distributed .footer-right {
    width: 100%;
  }
  .footer-company-about {
    display: none;
  }
  #sec-5 .footer-distributed .footer-center i {
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  .banner1 {
    height: 18rem;
  }
}
@media (min-width: 576px) {
  html {
    font-size: 13px;
  }
  .banner1 {
    background-size: 100% auto;
  }
  .container {
    width: 520px;
  }
  /* #sec-0 header nav a { */
  /*   background-color: transparent; */
  /* } */
  /*   #sec-0 input + nav { */
  /*     background-color: #00337c; */
  /*     position: absolute; */
  /*     top: 100%; */
  /*     right: 0; */
  /* width: 35%; */
  /*     border-bottom-left-radius: 10px; */
  /*   } */
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  html {
    font-size: 12px;
  }
  .container {
    width: 720px;
  }
  #sec-0 header.top {
    padding-top: 0;
  }
  #sec-0 {
    background-position: center center;
  }
  #sec-0 header.top .container {
    justify-content: flex-start;
  }
  #sec-0 header.top p {
    width: fit-content;
    margin-right: 10px;
  }
  #sec-0 .top .social {
    padding-right: 1rem;
    width: fit-content;
    flex-grow: 1;
  }
  #sec-0 header label {
    display: none;
  }
  #sec-0 header nav a {
    border-style: none;
  }
  #sec-0 input + nav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    width: fit-content;
    position: static;
    font-size: 0.8rem;
  }
  #sec-0 input:checked + nav {
    display: flex;
  }
  #sec-0 article {
    padding: 5rem 0;
  }
  #sec-0 article h1 {
    font-size: 3rem;
  }
  #sec-0 article h2 {
    font-size: 3.5rem;
  }
  #sec-0 article h3 {
    font-size: 2.5rem;
    color: #f3efe0;
    font-style: italic;
  }
  #sec-1 .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 30rem;
  }
  #sec-1 article {
    padding: 0;
    text-align: left;
    width: 95%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
  }
  #sec-1 article h2 {
    font-size: 1.6rem;
  }
  #sec-1 article p {
    padding-right: 1.5rem;
    font-size: 1.35rem;
    /* text-justify: left; */
  }
  #sec-1 aside {
    width: 48%;
    margin: 0;
    text-align: right;
  }
  #sec-1 aside img {
    width: 80%;
    height: 78%;
    display: none;
  }
  #sec-2 {
    padding: 4rem 0 2.5rem;
  }
  #sec-2 .container p {
    font-size: 1.35rem;
  }
  #sec-2 article {
    justify-content: space-between;
  }
  #sec-2 article figure {
    max-width: 40%;
  }
  #sec-2 article .cont {
    height: 25rem;
  }
  #sec-2 article figure img {
    max-width: 55%;
  }
  #sec-2 article figure h2 {
    font-size: 1.6rem;
  }
  #sec-3 {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  #sec-3 .cont {
    flex-direction: row;
  }
  #sec-3 .container p {
    font-size: 1.35rem;
  }
  #sec-3 .card {
    width: 48%;
  }
  #sec-3 .card:last-child {
    margin-left: auto;
    margin-right: auto;
  }
  #sec-4 .cont {
    width: 100%;
    margin: 0;
  }
  #sec-4 aside img {
    margin-bottom: 15px;
    width: 48%;
  }
  #sec-5 .footer-distributed .footer-links,
  .footer-distributed .footer-center,
  .footer-distributed .footer-right {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-bottom: 0;
    /* margin-bottom: 40px; */
    /* text-align: center; */
  }
  #sec-5 .footer-distributed .footer-center i {
    margin-left: 0;
  }

  /* #sec-5 h1 + p { */
  /*   padding: 0 6rem; */
  /* } */
  /* #sec-5 .cont { */
  /*   gap: 5vw; */
  /* } */
  /* #sec-5 article { */
  /*   width: 43%; */
  /* } */
  /* #sec-5 .contactUs form input + p { */
  /*   bottom: 4px; */
  /* } */
}
/* Standard PC screens */
@media (min-width: 1200px) {
  html {
    font-size: 15px;
  }
  .container {
    width: 1140px;
  }
  #sec-0 .top .social {
    gap: 10px;
  }
  #sec-0 header:last-of-type .container {
    padding: 0.95rem 0;
  }
  #sec-0 header nav a {
    margin-right: 10px;
    font-size: 0.92rem;
  }
  #sec-0 article p {
    padding-left: 14rem;
    padding-right: 14rem;
  }
  #sec-1 article {
    width: 49%;
  }
  #sec-1 article h1 {
    font-size: 2.7rem;
  }
  #sec-1 article h2 {
    font-size: 1.2rem;
  }
  #sec-1 article p {
    font-size: 1.1rem;
  }
  #sec-1 aside img {
    height: 29rem;
    width: 29rem;
    object-fit: cover;
    max-width: 100%;
    border-radius: 50%;
    display: block;
    margin: auto;
  }
  #sec-2 {
    background-position: center top;
  }
  #sec-2 article {
    justify-content: space-evenly;
  }
  #sec-2 article figure {
    max-width: 21%;
  }
  #sec-2 article figure .cont {
    height: 22rem;
  }
  #sec-2 article figure .cont p {
    font-size: 1rem;
  }
  #sec-2 article figure .cont h2 {
    font-size: 1.4rem;
  }
  #sec-3 {
    padding-top: 70px;
    padding-bottom: 60px;
  }
  #sec-3 .card {
    width: 31%;
  }
  #sec-3 .card:last-child {
    margin-left: 0;
    margin-right: 0;
  }
  #sec-4 .cont {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  #sec-4 .cont > img {
    width: 50%;
    margin: 0;
  }
  #sec-4 aside {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 49%;
    gap: 10px;
  }
  #sec-4 aside img {
    width: 49%;
    margin: 0;
  }

  #sec-6 .container {
    justify-content: center;
    row-gap: 25px;
  }
  #sec-6 .contact {
    width: 35%;
  }
}
@media (min-width: 1800px) {
  html {
    font-size: 17px;
  }
  .container {
    width: 1340px;
  }
  #sec-1 {
    height: 45rem;
  }
  .modal-content {
    width: 30%;
  }
}
