@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap");
*::after, *::before, * {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Playfair Display", serif !important;
  background: #ddd;
  overflow-x: hidden !important;
}

.wrapper {
  max-width: 1920px;
  margin: 0 auto;
  background-color: #fff;
}
.wrapper .header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  grid-gap: 20px;
}
.wrapper .header img {
  width: 250px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.wrapper .banner {
  padding: 20px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images//image 1.png");
  opacity: 0.85;
  height: 530px;
  background-size: cover;
  display: flex;
  align-items: center;
  background-position: center;
  justify-content: center;
}
.wrapper .banner .content {
  width: 80%;
}
.wrapper .banner .content h1 {
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.wrapper .banner .content p {
  font-size: 22px;
  color: #fff;
  text-align: center;
}
.wrapper .banner .content a {
  width: 200px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0872A8;
  color: #fff;
  text-decoration: none;
  margin: 20px auto 10px;
  text-transform: uppercase;
  font-weight: 600;
}
.wrapper section {
  margin: 30px 0;
}
.wrapper section.table-one p {
  font-size: 20px;
  text-align: center;
}
.wrapper section.table-one p::first-letter {
  font-size: 40px;
  font-weight: bold;
}
.wrapper section.table-one small {
  font-size: 16px;
  display: block;
  margin-top: 2rem;
}
.wrapper section.table-one small.bold {
  font-weight: bold;
}
.wrapper section.table-one table td:nth-child(even) {
  background-color: #ddd;
}
.wrapper section.table-two {
  background-color: #124E6C;
  padding: 20px;
}
.wrapper section.table-two h2 {
  color: #fff;
  font-size: 40px;
}
.wrapper section.table-two table {
  background-color: none !important;
  --bs-table-bg: transparent !important;
}
.wrapper section.table-two table th, .wrapper section.table-two table td {
  color: #fff;
}
.wrapper section.table-two table td:nth-child(even) {
  background-color: #538BA7;
}
.wrapper section.table-two small {
  color: #fff;
}
.wrapper section.table-three p {
  font-size: 22px;
  text-align: center;
}
.wrapper section.table-three table thead th {
  background-color: #0872A8;
  color: #fff;
}
.wrapper section.participation h4 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.wrapper section.participation .jumbotron {
  background: #F3F3F3;
  padding: 20px;
}
.wrapper section.participation .jumbotron h3 {
  font-size: 30px;
  font-weight: 600;
}
.wrapper section.participation .jumbotron a {
  padding: 10px 20px;
  background: #0872A8;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
}
.wrapper section.products p {
  font-size: 22px;
}
.wrapper section.products h2 {
  font-size: 50px;
  font-weight: bold;
  position: relative;
}
.wrapper section.products h2::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 10px;
  background-color: #0872A8;
  border-radius: 10px;
  left: 0;
  bottom: -50px;
}
.wrapper section.products img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.wrapper section.contact h4 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  color: #0872A8;
}
.wrapper section.contact h5 {
  font-weight: bold;
  font-size: 22px;
}
.wrapper section.contact p {
  font-family: "Open Sans", sans-serif !important;
  font-weight: bold;
}

@media screen and (max-width: 800px) {
  .header img {
    width: 100px !important;
  }
  .banner {
    height: auto !important;
  }
  .banner .content h1 {
    font-size: 24px !important;
  }
  .banner .content p {
    font-size: 13px !important;
  }
  .banner .content a {
    font-size: 13px !important;
    width: 150px !important;
    height: 40px !important;
  }
  .table-one p {
    font-size: 14px !important;
  }
  .table-one p::first-letter {
    font-size: 18px !important;
  }
  .table-one small {
    font-size: 12px !important;
  }
  .table-one table {
    font-size: 13px !important;
  }
  .table-two h2 {
    font-size: 22px !important;
  }
  .table-two p {
    font-size: 14px !important;
  }
  .table-two p::first-letter {
    font-size: 18px !important;
  }
  .table-two small {
    font-size: 12px !important;
  }
  .table-two table {
    font-size: 13px !important;
  }
  .table-three h2 {
    font-size: 22px !important;
  }
  .table-three p {
    font-size: 14px !important;
  }
  .table-three p::first-letter {
    font-size: 18px !important;
  }
  .table-three small {
    font-size: 12px !important;
  }
  .table-three table {
    font-size: 13px !important;
  }
  .participation h3 {
    font-size: 16px !important;
  }
  .participation h4 {
    font-size: 22px !important;
  }
  .participation a {
    font-size: 13px !important;
  }
  .products {
    padding: 10px !important;
  }
  .products h3 {
    font-size: 16px !important;
  }
  .products p {
    font-size: 14px !important;
    margin-bottom: 30px;
  }
  .products h2 {
    font-size: 22px !important;
    margin-bottom: 80px;
  }
  .products a {
    font-size: 13px !important;
  }
  .contact {
    padding: 10px !important;
  }
  .contact h3 {
    font-size: 16px !important;
  }
  .contact p {
    font-size: 14px !important;
    margin-bottom: 30px;
  }
  .contact h2 {
    font-size: 22px !important;
    margin-bottom: 80px;
  }
  .contact a {
    font-size: 13px !important;
  }
}/*# sourceMappingURL=style.css.map */