@import url("https://fonts.googleapis.com/css2?family=Koulen&display=swap");
section#about {
  margin: 120px 0 20px; }
  section#about .container {
    padding-top: 20px; }
    section#about .container .box {
      padding: 0 50px;
      position: relative;
      overflow: hidden; }
      section#about .container .box:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2); }
      section#about .container .box h1 {
        font-size: 50px;
        font-weight: 300;
        line-height: 1.2;
        text-transform: uppercase;
        margin: 20px 0; }
        section#about .container .box h1 strong {
          display: inline-block;
          color: #f4ab38; }
      section#about .container .box h3 {
        font-size: 24px;
        line-height: 1.2;
        font-weight: 400;
        margin: 20px 0;
        font-family: "Koulen", cursive;
        letter-spacing: 0.25px; }
      section#about .container .box .content {
        position: relative;
        z-index: 1;
        padding-bottom: 0; }
      section#about .container .box .about {
        position: relative;
        margin: 75px auto 100px;
        max-width: 600px;
        z-index: 1; }
        section#about .container .box .about .photo {
          width: 240px;
          min-width: 240px;
          height: 240px;
          border-radius: 50%;
          border: solid 1px #fff; }
        section#about .container .box .about .info {
          padding-left: 60px;
          margin-left: auto; }
          section#about .container .box .about .info p {
            font-size: 15px;
            line-height: 1.4;
            margin: 10px 0; }
            section#about .container .box .about .info p strong {
              font-weight: 500;
              color: #f4ab38; }
      section#about .container .box .lines {
        position: absolute;
        z-index: 1; }
        section#about .container .box .lines:before, section#about .container .box .lines:after {
          content: "";
          position: absolute;
          background: #fff;
          opacity: 0.3; }
        section#about .container .box .lines:first-child {
          top: 0;
          right: 0;
          width: 120px;
          height: 90px; }
          section#about .container .box .lines:first-child:before {
            right: 2px;
            top: 0;
            width: 100%;
            height: 2px; }
          section#about .container .box .lines:first-child:after {
            right: 0;
            top: 0;
            width: 2px;
            height: 100%; }
        section#about .container .box .lines:last-child {
          bottom: 0;
          left: 0;
          width: 380px;
          height: 240px; }
          section#about .container .box .lines:last-child:after {
            left: 0;
            bottom: 0;
            width: 2px;
            height: 100%; }
          section#about .container .box .lines:last-child:before {
            left: 2px;
            bottom: 0;
            width: 100%;
            height: 2px; }
    section#about .container.animated .box:before {
      transform: translateY(-101%); }
    section#about .container.animated .box .lines:before {
      opacity: 0;
      width: 0; }
    section#about .container.animated .box .lines:after {
      opacity: 0;
      height: 0; }
    section#about .container.animated .box .about .photo {
      opacity: 0;
      transform: scale(0.9); }
    section#about .container.animated .box .content > *:not(:first-child) {
      opacity: 0; }
    section#about .container.animated .box .info > * {
      opacity: 0;
      transform: translateY(30px); }
    section#about .container.animate .box:before {
      transform: translateY(0);
      transition: all 0.75s ease-out; }
    section#about .container.animate .box .lines:before {
      opacity: 0.3;
      width: 100%;
      transition: all 0.75s ease-out 0.5s; }
    section#about .container.animate .box .lines:after {
      opacity: 0.3;
      height: 100%;
      transition: all 0.75s ease-out 0.5s; }
    section#about .container.animate .box .about .photo {
      opacity: 1;
      transform: scale(1);
      transition: all 1.25s ease-out 0.5s; }
    section#about .container.animate .box .content > *:not(:first-child) {
      opacity: 1;
      transition: all 1.0s ease-out 0.25s; }
    section#about .container.animate .box .info > * {
      opacity: 1;
      transform: translateY(0);
      transition: all 1.0s ease-out 1.4s; }
      section#about .container.animate .box .info > *:nth-child(1) {
        transition: all 1.0s ease-out 0.5s; }
      section#about .container.animate .box .info > *:nth-child(2) {
        transition: all 1.0s ease-out 0.7s; }
      section#about .container.animate .box .info > *:nth-child(3) {
        transition: all 1.0s ease-out 0.9s; }
      section#about .container.animate .box .info > *:nth-child(4) {
        transition: all 1.0s ease-out 1.1s; }
      section#about .container.animate .box .info > *:nth-child(5) {
        transition: all 1.0s ease-out 1.2s; }

@media (max-width: 1260px) {
  section#about .container .box h3 {
    font-size: 23px; } }
@media (max-width: 1024px), (max-height: 700px) {
  section#about .container .box h3 {
    font-size: 22px; }
  section#about .container .box .about {
    flex-direction: column;
    max-width: 500px !important;
    margin: 50px auto 60px; }
    section#about .container .box .about .info {
      padding: 20px 0 0; } }
@media (max-width: 900px) {
  section#about {
    margin: 65px 0 20px; } }
@media (max-width: 800px) {
  section#about .container .box h3 {
    font-size: 21px; } }
@media (max-width: 700px) {
  section#about .container .box h3 {
    font-size: 20px; } }
@media (max-width: 600px) {
  section#about {
    margin-top: 0; }
    section#about .container {
      padding: 0; }
      section#about .container .box {
        padding: 0 40px; }
        section#about .container .box .lines:first-child {
          display: none; }
        section#about .container .box .content {
          padding-top: 90px; } }
@media (max-width: 500px) {
  section#about .container .box .about {
    margin: 50px auto 65px; }
    section#about .container .box .about .info p {
      font-size: 14px; }
  section#about .container .box .lines:last-child {
    width: 70%;
    height: 0;
    padding-bottom: 55%; } }
@media (max-width: 450px) {
  section#about .container .box {
    padding: 0 30px; }
    section#about .container .box .content {
      padding-top: 50px; }
    section#about .container .box .about {
      margin: 50px auto 65px; } }
@media (max-width: 400px) {
  section#about .container .box h3 {
    font-size: 19px; } }
@media (max-width: 350px) {
  section#about .container .box {
    padding: 0 20px; } }

/*# sourceMappingURL=about.css.map */
