body {
  position: relative;
  margin: 20px;
  font-family: "Archivo", sans-serif;
  font-weight: normal;
  font-optical-sizing: auto;
  font-size: 18px;
  color: #361542;
  background: #E8E6DF; }
  @media (max-width: 500px) {
    body {
      margin: 10px; } }

main {
  display: block; }

* {
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: #361542; }

p {
  line-height: 27px;
  font-weight: 300; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

h1, h2 {
  margin: 0;
  font-family: "Noto Serif Display", system-ui;
  font-weight: 400; }

h3 {
  margin: 0;
  font-weight: 600;
  font-size: 22px;
  line-height: 23.94px; }
  h3.star:before {
    content: '';
    width: 32px;
    height: 32px;
    display: block;
    margin-bottom: 24px;
    background-image: url("../img/star.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }

h1 {
  font-size: 56px;
  line-height: 76.27px;
  font-style: italic; }

h2 {
  font-size: 48px;
  line-height: 65.38px;
  font-style: italic; }
  @media (max-width: 500px) {
    h2 {
      font-size: 32px;
      line-height: 43.58px; } }
  h2.star:before {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto 65px auto;
    background-image: url("../img/star.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
    @media (max-width: 500px) {
      h2.star:before {
        margin-bottom: 41px; } }

.flex-wrap {
  display: flex; }

.container {
  max-width: 1690px;
  margin: 0 auto; }
  @media (max-width: 320px) {
    .container {
      max-width: 320px; } }

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 28px;
  color: #F2A98C;
  background: #361542; }
  @media (max-width: 500px) {
    header {
      position: static; } }
  header .pre {
    width: 50%;
    margin: 0;
    font-family: "Noto Serif Display", system-ui;
    font-size: 30px;
    line-height: 1;
    font-style: italic; }
    @media (max-width: 1333px) {
      header .pre {
        width: auto; } }
    @media (max-width: 500px) {
      header .pre {
        font-size: 24px; } }
    header .pre span {
      margin-left: 85px; }
      @media (max-width: 1333px) {
        header .pre span {
          display: inline-block;
          margin-top: 10px;
          margin-left: 0; } }
  @media (max-width: 500px) {
    header img.logo {
      width: 150px; } }
  header .flex-wrap {
    align-items: center; }
    @media (max-width: 1333px) {
      header .flex-wrap {
        flex-direction: column-reverse; } }
  header nav {
    display: flex;
    justify-content: end;
    width: 50%; }
    @media (max-width: 1333px) {
      header nav {
        display: none; } }
  header ul.menu {
    display: flex;
    margin-right: 85px; }
    header ul.menu li:after {
      content: '/';
      display: inline-block;
      font-weight: 100;
      font-size: 15px; }
    header ul.menu li:first-of-type a {
      margin-left: 0; }
    header ul.menu li:last-of-type a {
      margin-right: 0; }
    header ul.menu li:last-of-type:after {
      display: none; }
    header ul.menu li a {
      display: inline-block;
      font-size: 16px;
      color: #F2A98C;
      font-weight: 200;
      line-height: 20.8px;
      text-transform: uppercase;
      margin-right: 32px;
      margin-left: 30px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -ms-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      header ul.menu li a:hover {
        color: #fac4ae; }

.intro {
  display: flex;
  align-items: center;
  height: 820px;
  background: #361542;
  text-align: center; }
  @media (max-width: 1015px) {
    .intro {
      height: 100vh; } }
  @media (max-width: 500px) {
    .intro {
      height: auto;
      align-items: normal;
      padding-bottom: 230px; } }
  .intro h1 {
    margin-top: 24px;
    max-width: 1100px;
    color: #F2A98C; }
    @media (max-width: 1279px) {
      .intro h1 {
        font-size: 44px;
        line-height: 64.27px;
        margin-left: 40px;
        margin-right: 40px; } }
    @media (max-width: 500px) {
      .intro h1 {
        margin-left: 15px;
        margin-right: 15px;
        font-size: 32px;
        line-height: 43.58px; } }
    @media only screen and (max-width: 1099px) {
      .intro h1 br {
        display: none; } }
  .intro p {
    margin: 15px 0 0 0;
    font-size: 16px;
    line-height: 20.8px;
    color: #E8E6DFB2; }
    @media (max-width: 1015px) {
      .intro p {
        margin-top: 0; } }
    @media (max-width: 500px) {
      .intro p {
        margin-top: 75px;
        margin-left: 28px;
        margin-right: 28px; } }

.video {
  height: 490px;
  position: relative;
  z-index: 2;
  margin-top: -185px; }
  @media (max-width: 1015px) {
    .video {
      height: 385px; } }
  @media (max-width: 500px) {
    .video {
      height: 261px;
      margin-top: -100px; } }
  .video video {
    height: 490px;
    width: 100%;
    padding: 0 85px;
    object-fit: cover; }
    @media (max-width: 1279px) {
      .video video {
        padding: 0 40px; } }
    @media (max-width: 1015px) {
      .video video {
        height: 385px; } }
    @media (max-width: 500px) {
      .video video {
        padding: 0 15px;
        height: 275px; } }

.preface {
  margin-top: 63px;
  text-align: center; }
  .preface h2 {
    text-align: center; }
    @media (max-width: 1279px) {
      .preface h2 {
        margin: 0 40px; } }
    @media (max-width: 500px) {
      .preface h2 {
        margin: 0 15px; } }
  .preface p {
    max-width: 748px;
    margin: 41px auto 0 auto; }
    @media (max-width: 1015px) {
      .preface p {
        margin-left: 40px;
        margin-right: 40px; } }
    @media (max-width: 500px) {
      .preface p {
        margin-left: 15px;
        margin-right: 15px; } }

.liner:after {
  content: '';
  display: block;
  width: 1px;
  height: 158px;
  background: #F2A98C;
  margin: 63px auto 0 auto; }
  @media (max-width: 500px) {
    .liner:after {
      height: 100px;
      margin-top: 41px; } }

.services {
  margin-top: 63px;
  margin-bottom: 100px; }
  .services h2 {
    text-align: center; }
  .services .list {
    margin: 63px 80px 0 80px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 83px;
    grid-auto-rows: 1fr; }
    @media (max-width: 1279px) {
      .services .list {
        display: block;
        margin: 63px 40px 0 40px; } }
    @media (max-width: 500px) {
      .services .list {
        margin-top: 55px;
        margin-left: 15px;
        margin-right: 15px; } }
    @media (max-width: 1279px) {
      .services .list .col {
        max-width: 530px;
        margin-bottom: 50px; } }
    @media (max-width: 1279px) {
      .services .list .col:last-of-type {
        margin-bottom: 0; } }
    .services .list .col > div {
      margin-top: 24px; }
    .services .list .col h3 {
      max-width: 430px; }
    .services .list .col p {
      margin-bottom: 30px; }
      .services .list .col p br {
        display: none; }
    @media (max-width: 500px) {
      .services .list .col {
        width: 100%; } }

.about {
  padding: 80px 0 72px 0;
  background: #361542;
  color: #E8E6DF; }
  @media (max-width: 500px) {
    .about {
      padding: 55px 0 30px 0; } }
  .about h2 {
    text-align: center; }
  .about .flex-wrap {
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    margin-left: 80px;
    margin-right: 80px; }
    @media (max-width: 1279px) {
      .about .flex-wrap {
        flex-direction: column-reverse; } }
    @media (max-width: 500px) {
      .about .flex-wrap {
        margin-left: 15px;
        margin-right: 15px; } }
    .about .flex-wrap > div {
      margin-right: 80px;
      max-width: 624px; }
      @media (max-width: 1279px) {
        .about .flex-wrap > div {
          margin-right: 0;
          margin-top: 41px; } }
    .about .flex-wrap img {
      position: relative;
      top: -9px; }
      @media (max-width: 1279px) {
        .about .flex-wrap img {
          max-width: 550px; } }
      @media (max-width: 500px) {
        .about .flex-wrap img {
          max-width: 100%; } }
  .about .text {
    margin-top: 24px; }
    .about .text p {
      margin-bottom: 24px; }
      @media (max-width: 500px) {
        .about .text p {
          font-size: 16px;
          line-height: 24px; } }
      .about .text p:first-of-type {
        margin-top: 0; }
      @media only screen and (max-width: 1540px) {
        .about .text p br {
          display: none; } }
  .about a {
    color: #E8E6DF; }
  .about h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 26.11px;
    color: #E8E6DF; }
    @media (max-width: 500px) {
      .about h3 {
        font-size: 20px; } }

.contact {
  text-align: center;
  margin-top: 100px; }
  @media (max-width: 500px) {
    .contact {
      margin-top: 80px; } }
  .contact:after {
    margin-top: 118px; }
  .contact .info {
    margin-top: 40px; }
  .contact h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px; }
  .contact p {
    margin-top: 7px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px; }
  .contact .mail-wrap {
    margin-top: 40px; }
  .contact .socials-wrap {
    margin-top: 40px; }
  .contact .mail {
    font-weight: 600;
    size: 18px;
    line-height: 27px;
    border-bottom: 1px solid #361542; }
  .contact .linkedin {
    display: inline-block;
    padding: 4px 24px 4px 24px;
    border-radius: 100px;
    background: #3615421A; }
    .contact .linkedin span {
      position: relative;
      top: 1px;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px; }
      .contact .linkedin span:before {
        content: '';
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-right: 8px;
        background-image: url("../img/linkedin.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }

footer {
  text-align: center;
  margin-top: 38px;
  margin-bottom: 52px; }
  footer p {
    font-size: 16px; }
