* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-style: italic;
}

/* Scroll Reveal - CSS */
.reveal {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-out;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/*WHATSAPP*/
.Btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 75px;
  height: 75px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  position: fixed;
  overflow: hidden;
  bottom: 20px;
  right: 20px;
  transition-duration: 0.3s;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.199);
  background-color: #00d757;
  z-index: 1000;
}

.sign {
  width: 100%;
  transition-duration: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sign svg {
  width: 40px;
}

.sign svg path {
  fill: white;
}

.text {
  position: absolute;
  right: -2%;
  width: 0%;
  opacity: 0;
  color: white;
  font-size: 1.3em;
  font-weight: 400;
  transition-duration: 0.3s;
}

.Btn:hover {
  width: 170px;
  border-radius: 40px;
  transition-duration: 0.3s;
}

.Btn:hover .sign {
  width: 30%;
  transition-duration: 0.3s;
  padding-left: 10px;
}

.Btn:hover .text {
  opacity: 1;
  width: 70%;
  transition-duration: 0.3s;
  padding-right: 10px;
}

.Btn:active {
  transform: translate(2px, 2px);
}
/*WHATSAPP*/

header {
  width: 100%;
  height: 15%;
  padding: 10px 250px;
  display: flex;
  justify-content: space-between;
  z-index: 1000;
  position: fixed;
  top: 0;
  text-align: center;
  align-items: center;
  transition: all ease .3s;
  background: #fff;
  box-shadow: 100px 10px 100px rgba(0, 0, 0, 0.1);
}

header ul {
  padding: 10px;
  list-style: none;
  display: flex;
  transition: padding ease .2s;
}

header ul li a {
  padding: 10px 40px;
  color: #055fad;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: 800;
}

header ul li a:hover {
  color: #7ed217;
  text-decoration: underline;
}

li a, .dropbtn{
  display: inline-block;
  color: #055fad;
  text-align: center;
  text-decoration: none;
}

li .dropdawn{
  display: inline-block;
}

.dropdawn-content{
  display: none;
  position: absolute;
  background: #fff;
  min-width: 160px;
  box-shadow: 10px 10px 15px rgba(0,0,0,0.1);
  z-index: 1;
}

.dropdawn-content a{
  color: #055fad;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdawn-content a:hover{background-color: #f1f1f1;}

.dropdawn:hover .dropdawn-content{
  display: block;
}

#menu-icon {
  color: #7ed217;
  font-size: 30px;
  z-index: 10001;
  cursor: pointer;
  display: none;
}

header .logo img {
  width: 200px;
  transition: all ease-in-out .1s;
}

header .logo img:hover {
  scale: 1.02;
}

header.compact {
  height: 9%;
  padding: 5px 50px;
}

header.compact .logo img {
  width: 150px;
}

header.compact ul {
  padding: 10px;
}

body {
  margin-top: 150px;
}

.sub-container {
  margin: 40px 0;
  display: block;
  padding: 20px 200px;
  background: #fff;
}

.sub-container p {
  color: #1c1c1c;
}

.sub-container h1 {
  color: #055fad;
}

.footer {
  background-color: #1c1c1c;
  color: #fff;
  padding: 40px 100px 20px;
  box-shadow: -10px -10px 10px rgba(0, 0, 0, .1);
}

.footer-container {
  align-items: start;
  display: flex;
  justify-content: space-between;
}

.footer-section {
  flex: 1;
  min-width: 500px;
  margin: 20px;
}

.footer-section h3 {
  font-size: 1.8em;
  color: #7ed217;
  margin-bottom: 15px;
}

.footer-section ul {
  list-style: none;
  padding: 0;
  display: flex;
}

.footer-section ul li a {
  padding: 0 25px;
}

.footer-section ul li a img {
  width: 80px;
  height: 80px;
  transition: ease .2s;
}

.footer-section ul li:hover a img {
  transform: scale(1.1);
}

.footer-section p,
.footer-section a {
  font-size: 0.95em;
  color: #fff;
}

.footer-section a:hover {
  color: #ccc;
}

.footer-bottom {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
  border-top: 1px solid #555;
  padding-top: 15px;
  font-size: 0.85em;
  color: #ccc;
}

.footer-bottom a {
  color: #ccc;
}

.footer-bottom a:hover {
  color: #fff;
}

@media (max-width: 1600px) {
  header {
    width: 100%;
    height: 15%;
    padding: 10px 120px;
    display: flex;
    justify-content: space-between;
    z-index: 1000;
    position: fixed;
    top: 0;
    text-align: center;
    align-items: center;
    transition: all ease .3s;
    background: #fff;
    box-shadow: 100px 10px 100px rgba(0, 0, 0, 0.1);
  }

  header ul {
    padding: 5px;
    list-style: none;
    display: flex;
    transition: padding ease .2s;
  }

  header ul li a {
    padding: 5px 30px;
    color: #055fad;
    text-decoration: none;
    font-size: .9em;
    font-weight: 700;
  }

  header .logo img {
    width: 150px;
    transition: all ease-in-out .1s;
  }

  header.compact .logo img {
    width: 100px;
  }

  .sub-container {
    display: block;
    max-width: 100%;
    padding: 15px 130px;
    background: #fff;
    color: #1c1c1c;
  }

  .sub-container h1 {
    color: #055fad;
  }

  .sub-container p {
    color: #1c1c1c;
  }
}

@media (max-width: 990px) {
  #menu-icon {
    display: block;
  }

  header ul {
    position: absolute;
    top: 100%;
    right: -100%;
    width: 220px;
    height: auto;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px 10px;
    transition: all .55s ease;
    opacity: 0;
    pointer-events: none;
    z-index: 99;
    gap: 10px;
  }

  header ul li a {
    display: block;
    width: 100%;
    padding: 8px 12px;
    margin: 5px 0;
    text-align: center;
  }

  .nav-list.open {
    right: 0;
    opacity: 1;
    pointer-events: all;
  }
}

@media (max-width: 500px) {
  header {
    width: 100%;
    justify-content: space-between;
    padding: 10px 20px;
  }

  header ul {
    width: 180px;
    padding: 20px 10px;
  }

  header ul li a {
    display: block;
    width: 100%;
    padding: 5px 12px;
    margin: 5px 0;
    text-align: center;
    font-size: 1.3em;
    font-weight: 800;
  }

  .sub-container {
    padding: 10px 30px;
  }

  .footer {
    padding: 10px 20px;
  }

  .footer .footer-container {
    display: block;
  }

  .footer-section {
    flex: 1;
    min-width: 250px;
    margin: 20px;
  }

  .footer-container {
    display: block;
  }

  .footer-section ul li a {
    padding: 0 15px;
  }

  .Btn {
    bottom: 70px;
    width: 60px;
    height: 60px;
  }

  .sign svg {
    width: 35px;
  }
}
