main {
  overflow: hidden;
  position: relative;
}

body {
  margin: 0;
}

/* ////////// SECTION 1 ///////// */

.section-1 {
  display: flex;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  font-family: "montserrat", cursive;
  background-image: url(cloture.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  flex-direction: column;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.section-1 .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(31, 39, 50, 0.4);
  backdrop-filter: blur(9px);
}

.section-1 .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  position: absolute;
  text-align: center;
  padding: 20px;
}

.section-1 .logo-svg-Apex {
  width: 40%;
  margin-bottom: 50px;
}

.section-1 .logo-svg-Wemajin {
  width: 40%;
  max-height: 200px;
}

.section-1 .content h1 {
  font-size: 2.5rem;
}

.section-1 .content h2 {
  font-size: 1.2rem;
}

.section-1 .content .contacts {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 50px;
  transition: all 0.5s ease;
  align-items: center;
}

.section-1 .content .contacts a {
  flex: 0 0 45%;
  transition: all 0.5s ease;
  text-decoration: none;
  color: #fff;
  padding: 10px;
  margin-bottom: 5px;
}

.section-1 .content .contacts a:hover {
  background-color: #2d6a8a;
  border-radius: 5px;
}

.section-1 .content .copyright {
  margin-top: 60px;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.section-1 .content .copyright a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
