/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------       Section 1     --------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.sect1 {
    background-color: #001829;
    padding-inline: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sect1 div {
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
}


h1.title {
    text-align: center;
    margin-top: 10%;
    margin-bottom: 20px;
    font-family: "Oswald", sans-serif;
    font-size: 90px;
    font-weight: 800;
    line-height: 90px;
}

p.desc {
    text-align: center;
    margin-bottom: 32px;
    font-size: 20px;
    margin-top: 40px;
    font-family: "Optima", sans-serif;
}

.sect1 .logo {
    display: inline-flex;
    margin: 0 auto;
    vertical-align: middle;
}


.logo img {
    margin: auto;
    width: 25%;
    margin-top: 10%;
}

.sect1 .btn1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10%;
}

.button-link {
  display: inline-block;
  background-color: #FF7F15;
  color: white;
  padding: 10px 20px;
  border: 2px solid #FF7F15;
  border-radius: 5px;
  font-family: "Optima", sans-serif;
  text-decoration: none;
  font-size: 1.1rem;
}

.button-link:hover {
  background-color: #EF6F05;
  border-color: #EF6F05;
}
