@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

body {
  color: #fff;
  background: #000000;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "cinzel";
  font-weight: 200;
}

.abt-container {
  max-width: 1166px;
  margin: 0 auto;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1000;
  height: 100%;
}

.logo-img {
  width: 150px;
}

.logo-menu {
  position: absolute;
  width: 50px;
  padding: 30px;
}

.section-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 200px;
}

.topic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.topic h1 {
  font-size: 80px;
  font-weight: 200;
}

.section-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(#fff), to(transparent));
  background: linear-gradient(to left, transparent, #fff, transparent);
}

header ul {
  padding-left: 0;
  padding: 30px;
}

header ul li {
  list-style: none;
  display: inline-block;
  margin: 0 20px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

header ul li a {
  color: #fff;
  font-family: "cinzel";
  text-decoration: none;
}

header ul li:before {
  content: '';
  position: absolute;
  top: 40%;
  right: 0;
  width: 50%;
  height: 7px;
  background: #721f19;
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}

header ul li :hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

header ul li :hover {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  color: #000000;
}

.banner {
  height: 100vh;
  background: #000;
  background-size: cover;
  background-position: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.banner .text {
  text-align: center;
  padding-bottom: 250px;
}

.banner h1 {
  line-height: 80px;
  margin-bottom: 10px;
  font-size: 70px;
  font-weight: 100;
}

.sec1 {
  position: relative;
  padding: 80px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec1 h3 {
  line-height: 50px;
  font-size: 40px;
  font-weight: 100;
}

.sec1 p {
  font-weight: 200;
  font-size: 16px;
  line-height: 25px;
}

.sec1-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec1 .text {
  width: 47%;
}

.sec1 .text-left {
  text-align: right;
}

.sec1 .text-right {
  text-align: left;
}

.sec1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(#fff), to(transparent));
  background: linear-gradient(to left, transparent, #fff, transparent);
}

.sec1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(#fff), to(transparent));
  background: linear-gradient(to left, transparent, #fff, transparent);
}

.sec2 {
  padding: 100px 0 0;
}

.sec2 p {
  line-height: 30px;
  font-weight: 200;
}

.sec2 h2 {
  font-size: 2em;
  line-height: 1em;
}

.sec2-inner .text span {
  font-size: .5em;
  font-style: italic;
  color: #ada2a2;
}

.sec2-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec2-inner .img {
  width: auto;
}

.sec2-inner img {
  width: 400px;
}

.sec2-inner .text {
  width: 50%;
  margin-left: -65px;
  z-index: 9;
}

.sec2 .text-inner {
  position: relative;
  margin: 55px 0 0 190px;
}

.sec2 .text-inner:before {
  content: '';
  position: absolute;
  top: 8px;
  left: -40px;
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#fff));
  background: linear-gradient(to top, transparent, #fff);
}

.left-right-sec:nth-child(even) .text {
  margin-right: -65px;
  text-align: right;
}

.left-right-sec:nth-child(even) .text-inner {
  margin: 55px 190px 0 0;
}

.left-right-sec:nth-child(even) .text-inner:before {
  left: inherit;
  right: -30px;
}

#contact-form {
  margin: 5% 0;
}

.contact .icon-title {
  margin-top: 10px;
  color: #000;
}

#contact-form ul {
  list-style: none;
  margin-bottom: 40px;
  border-radius: 0;
}

#contact-form li:last-of-type {
  border-bottom: none;
}

#contact-form label {
  display: block;
  font-size: 22px;
  color: #616161;
}

#contact-form input, #contact-form textarea {
  width: 100%;
  padding: 5px;
  border: none;
  resize: vertical;
  background: transparent;
  color: #101010;
  font-weight: bolder;
}

input:focus {
  outline: none !important;
  border: none !important;
}

textarea:focus {
  outline: none !important;
  border: none !important;
}

.textarea {
  border-bottom: 1px solid #c9c9c9;
}

@media (max-width: 900px) {
  #contact-form {
    margin: 5% 0;
    width: 98%;
  }
  .sec1-inner {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec1 .text {
    width: 100%;
    padding: 10px;
  }
  .sec2-inner .text {
    width: 100%;
    margin-left: 0px;
  }
  .left-right-sec:nth-child(even) .text {
    margin: 10px;
    text-align: right;
  }
  .left-right-sec:nth-child(even) .text-inner {
    margin: 55px 0 0 0;
  }
  .sec2-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec2 .text-inner:before {
    display: none;
    left: 0;
  }
}
/*# sourceMappingURL=about.css.map */