body {
  padding: 0;
  margin: 0;
  min-height: 100vh;
}

body > * {
  padding-inline: 7%;
  display: flex;
}
@media only screen and (max-width: 1000px) {
  body > * {
    padding-inline: 4.6%;
    display: flex;
  }
}

/*  */
/* /////////////////////////// Header //////////// */

.header {
  display: flex;
  padding-block: 24px;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  backdrop-filter: blur(11px);
}
.sg_icon {
  height: 80px;
  width: 67.333px;
}
.logo_vector {
  width: 263.299px;
  height: 18.988px;
}
.logo {
  display: flex;
  gap: 11.27px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
/* ////////////////////// FOOTER ///////////////////////// */
.footer {
  display: flex;
  padding-block: 60px 24px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  background: rgba(1, 39, 103, 0.2);
}
.footer_content {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}

.footer_line {
  background: #000;
  height: 1px;
  width: 100%;
  border: none;
  margin: 0;
}
.footer_rights_reserved {
  color: #000;
  font-family: Varela;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* ///////////////////////////////////////////////   MOBILE VERSION   ////////////////////////////////////////// */

@media only screen and (max-width: 1000px) {
  .header {
    padding: 20px;
  }
  /* logo
   */
  .footer_links {
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    text-align: end;
    gap: 4px;
  }
  .sg_icon {
    height: 52px;
    width: 43.777px;
  }
  .logo_vector {
    width: 171.145px;
    height: 12.342px;
    flex-shrink: 0;
  }
  .footer {
    gap: 20px;
    padding-block: 40px;
  }
}
