body {
  background-color: #FFFFFA;
  color: #262729;
  font-family: 'Open Sans', sans-serif;
}

h1 {
  font-size: 56px;
  font-family: 'Josefin Sans', sans-serif;
  margin-bottom: 25px;
  width: 100%;
}

h2 {
  font-size: 48px;
  font-family: 'Josefin Sans', sans-serif;
  margin-bottom: 25px;
  width: 100%;
}

h3 {
  font-size: 24px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  width: 100%;
}

p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.btn {
  border: 1px solid #0a082b;
  border-radius: 4px;
  text-decoration: none;
  color: #0a082b;
  display: inline-block;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 15px 30px;
}

.btn:hover {
  background: #0a082b;
  color: #f0f4f5;
  -webkit-transition: .35s all;
  transition: .35s all;
}

/* _reset.scss */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  z-index: 2;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  background-color: #FFFFFA;
}

.swiper {
  margin: 0 50px !important;
  position: relative;
}

@media (max-width: 500px) {
  .swiper {
    margin: 0 !important;
  }
}

.swiper .swiper-wrapper {
  margin: 0 auto;
}

.swiper .swiper-pagination {
  bottom: 50px !important;
}

.swiper .swiper-pagination-bullet {
  padding: 8px;
}

.swiper .swiper-button-prev {
  left: 0;
}

.swiper .swiper-button-next {
  right: 0;
}

.swiper .swiper-button-next:after, .swiper .swiper-button-prev:after {
  color: #0a082b;
}

.swiper .swiper-pagination-bullet-active {
  background: #0a082b;
}

.video-bg {
  position: absolute;
  left: 0;
  z-index: -100;
  background-size: cover;
  top: 0;
  width: 100%;
}

nav {
  background: black;
}

nav {
  position: fixed;
  height: 70px;
  z-index: 90;
  background: white;
  width: 100%;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Josefin Sans', sans-serif;
  padding: 40px 0;
}

.footer .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .icons a {
  text-decoration: none;
  color: black;
  padding: 0px 10px 50px 10px;
  -webkit-filter: invert(30%);
          filter: invert(30%);
  -webkit-transition: 0s -webkit-filter;
  transition: 0s -webkit-filter;
  transition: 0s filter;
  transition: 0s filter, 0s -webkit-filter;
}

.footer .icons a:hover {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
  -webkit-filter: invert(0%);
          filter: invert(0%);
}

#bgvid {
  position: absolute;
  left: 0;
  z-index: -100;
  background-size: cover;
  top: 100%;
  width: 100%;
}

#bgvid.animated {
  top: -10%;
  -webkit-transition: top 1s;
  transition: top 1s;
}

.menu-icons {
  position: absolute;
  bottom: 50px;
  width: 70%;
}

.title-wrapper {
  /*background-image: url(../img/title-bg.gif);*/
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}

.hero {
  background-color: #FFFFFA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  height: 100vh;
  width: 100%;
}

.hero .hero-img-container {
  z-index: 2;
  padding: 1rem;
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.hero .hero-img-container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.hero-container {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  background-color: rgba(255, 255, 255, 0.8);
  color: black;
  float: right;
  height: 200px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: .075em;
  padding: 30px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: 90%;
  text-align: center;
  z-index: 3;
  /* position: absolute;
    bottom:20%;
    right: 0;
    left: 0; */
}

@media (max-width: 500px) {
  .hero-container {
    bottom: 0;
    height: auto;
    padding-bottom: 30%;
    position: absolute;
  }
}

.hero-container .title {
  font-size: 50px;
  font-weight: 700;
}

.hero-container .title span {
  display: block;
  font-size: 32px;
}

.hero-container .sub-title {
  font-size: 24px;
  text-align: center;
  margin: 0 auto;
  max-width: 500px;
}

.view-portfolio {
  margin-top: 10px;
}

.view-portfolio a {
  display: inline-block;
}

.view-portfolio img {
  width: 25px;
}

@media only screen and (min-width: 1600px) {
  .hero-container {
    width: 80%;
  }
}

@media (max-width: 1440px) {
  body {
    overflow-x: hidden;
  }
  h1 {
    /* font-size: 28px; */
    padding-top: 0px;
  }
  #bgvid {
    width: 100%;
  }
  .hero-container {
    background-color: white;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 350px;
    width: 100%;
  }
  .hero-container .sub-title {
    margin: 0 auto;
    padding-top: 30px;
  }
  .hero-container p {
    width: 80%;
  }
}

@media (max-width: 1024px) {
  h1 {
    font-size: 28px;
    margin-bottom: 0;
  }
  #bgvid.animated {
    top: 0;
  }
  .hero-container .title {
    font-size: 40px;
  }
  .hero-container .title span {
    font-size: 24px;
    margin-top: 20px;
    white-space: nowrap;
  }
  .hero-container .sub-title {
    font-size: 16px;
  }
}

.project-wrapper {
  padding-top: 60px;
}

.projects-title {
  padding: 30px 60px 60px;
  position: relative;
  text-align: center;
}

@media (max-width: 1024px) {
  .projects-title {
    padding: 20px;
    text-align: left;
  }
}

.projects-title p {
  font-size: 18px;
}

.projects {
  border-radius: 40% 0;
  background-color: #f0f4f5;
  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;
  margin: auto;
  padding: 50px 0 0px;
}

.project {
  border-radius: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #0a082b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 80px;
  padding: 40px 80px;
  position: relative;
  z-index: 10;
}

@media (max-width: 1024px) {
  .project {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 500px) {
  .project {
    padding: 40px 20px;
  }
}

.project.left {
  margin-left: 100px;
}

.project.right {
  margin-right: 100px;
}

.project .project-title {
  font-size: 30px;
  margin-bottom: 20px;
}

.project-detail-container {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  margin: 0 70px;
  position: relative;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .project-detail-container {
    margin: 0 20px;
  }
}

.project-container:hover {
  background-color: black;
}

.project-video-container video {
  border-radius: 20px;
}

.video-wrapper {
  position: relative;
  width: 100%;
}

.video-wrapper video {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 72px;
  color: white;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

.video-play-btn:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.web-projects {
  background-color: rgba(239, 235, 223, 0.3);
}

.project-container .project-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.project-container .project-title {
  color: black;
  display: inline-block;
  font-size: 25px;
  font-weight: 700;
  height: 70px;
  padding: 20px 20px;
  text-decoration: none;
  -webkit-transition: .5s all;
  transition: .5s all;
}

.project-container img:hover {
  cursor: pointer;
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
  -webkit-transition: 1s -webkit-filter;
  transition: 1s -webkit-filter;
  transition: 1s filter;
  transition: 1s filter, 1s -webkit-filter;
}

.project-container img {
  /* margin-left: -40px; */
  height: 100%;
  width: 100%;
  -webkit-box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.5);
}

.project-container .project-img {
  display: inline-block;
}

.project-container-right {
  /* float: right; */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.project-container-right img {
  /* margin-left: 40px; */
  left: auto;
}

.project-container-right .project-text {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.project-container .description {
  color: black;
  height: 75px;
  line-height: 1.5;
  text-decoration: none;
}

.project-text {
  display: inline-block;
  width: 50%;
  margin: 25px 0;
  line-height: 1.5em;
  word-spacing: .25em;
}

.project-technologies {
  margin-top: 20px;
}

.project-technologies span {
  font-weight: bold;
}

.project-links {
  margin-top: 40px;
}

@media (max-width: 500px) {
  .project-links {
    text-align: center;
  }
}

.project-links a {
  border: 1px solid #0a082b;
  border-radius: 4px;
  text-decoration: none;
  color: #0a082b;
  display: inline-block;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 15px 30px;
}

.project-links a:nth-child(2n) {
  margin-left: 15px;
}

.project-links a:hover {
  background: #0a082b;
  color: #f0f4f5;
  -webkit-transition: .35s all;
  transition: .35s all;
}

.project-container {
  background: #ffffff;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05), 0 8px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05), 0 8px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin: 40px auto;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.project-container:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08), 0 16px 40px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08), 0 16px 40px rgba(0, 0, 0, 0.12);
}

.project-container .project-img,
.project-container video {
  width: 50%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.project-container .project-text {
  width: 50%;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}

.project-container .project-text .project-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #0a082b;
  font-family: 'Poppins', sans-serif;
}

.project-container .project-text .description {
  color: #444;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.project-container .project-text .project-technologies {
  font-size: 14px;
  color: #666;
}

.project-container .project-text .project-technologies span {
  font-weight: bold;
  color: #0a082b;
}

.project-container .project-text .project-links {
  margin-top: 20px;
}

.project-container .project-text .project-links a {
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 8px;
  background-color: #0a082b;
  color: white;
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.project-container .project-text .project-links a:hover {
  background-color: black;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .project-text {
    width: 48%;
  }
  .web-projects .project-container {
    max-width: 200px;
  }
  /*
    .project-container {
      height: 390px;
    } */
}

@media (max-width: 1440px) {
  .projects {
    padding-bottom: 70px;
  }
  .project-wrapper {
    margin: 0 0 80px;
  }
  .project-container {
    display: block;
    margin: 50px auto;
    height: auto;
    /* width: 80%; */
    -webkit-animation: none;
            animation: none;
    text-align: center;
    float: none;
  }
  .project-container .project-title {
    font-size: 20px;
    padding-top: 10px;
  }
  .project-container p {
    font-size: 16px;
  }
  .project-container-right {
    float: none;
  }
  .project-text {
    width: 100%;
    float: none;
  }
  .project-container img {
    margin: 0;
  }
  .web-projects .project-container {
    height: 300px;
  }
  .web-projects .project-container img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 1024px) {
  .web-projects .project-container {
    height: auto;
    margin: 30px;
    max-width: 100%;
    width: 70%;
  }
  .web-projects .project-container img {
    max-height: 310px;
  }
  .web-projects .project-title {
    height: auto;
    padding: 20px 0 10px;
  }
}

@media (max-width: 500px) {
  .swiper .swiper-button-next {
    right: 70px;
    bottom: 0;
    top: 92%;
  }
  .swiper .swiper-button-prev {
    left: 70px;
    bottom: 0;
    top: 92%;
  }
  .project-container {
    margin: 30px auto;
    width: 100%;
  }
  .project-container img {
    height: 200px;
  }
  .work {
    display: block;
  }
  .web-projects .project-container {
    margin: 30px 30px 20px;
  }
  .web-projects .project-container .description {
    height: auto;
  }
}

.demo-apps-wrapper {
  padding: 20px 70px;
  position: relative;
}

@media (min-width: 1024px) {
  .demo-apps-wrapper {
    padding: 80px 50px 100px;
  }
}

.demo-apps-wrapper .demo-apps-container {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 6px;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .demo-apps-wrapper .demo-apps-container {
    background-color: #f0f4f5;
    background-image: url("../img/abstract7.jpg");
    background-position: 0 95%;
    background-size: cover;
    background-attachment: fixed;
  }
}

.demo-apps-wrapper .projects-title {
  padding: 30px 0;
  text-align: center;
}

@media (min-width: 1024px) {
  .demo-apps-wrapper .demo-apps {
    padding: 30px;
  }
}

.demo-apps-wrapper .swiper-slide {
  border-radius: 4px;
  min-height: 600px;
  padding: 20px 0;
}

@media (min-width: 501px) and (max-width: 768px) {
  .demo-apps-wrapper .swiper-slide {
    padding: 40px;
  }
}

@media (min-width: 1024px) {
  .demo-apps-wrapper .swiper-slide {
    height: 600px;
    padding: 50px 30px;
  }
}

.demo-apps-wrapper .swiper-pagination {
  bottom: 50px !important;
}

.demo-apps-wrapper .swiper-pagination-bullet {
  padding: 8px;
}

.demo-apps-wrapper h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.demo-apps-wrapper a {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.demo-apps-wrapper .project-img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(80%);
  filter: grayscale(30%);
  width: 100%;
}

@media (max-width: 1024px) {
  .demo-apps-wrapper .project-img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.demo-apps-wrapper .description {
  background: rgba(255, 255, 255, 0.6);
  padding: 20px;
  margin-top: -10px;
  max-width: 500px;
}

@media (max-width: 1024px) {
  .demo-apps-wrapper .description {
    margin: 0 auto;
    text-align: center;
  }
}

.demo-apps-wrapper .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  max-width: 300px;
}

@media (max-width: 1024px) {
  .demo-apps-wrapper .button-container {
    margin: 0 auto;
    text-align: center;
  }
}

.demo-apps-wrapper .btn {
  display: inline-block;
  margin-top: 30px;
}

.skills-wrapper {
  margin-top: 80px;
}

.skills-wrapper h1 {
  text-align: center;
}

.skills-wrapper .skills-container {
  background-color: #f0f4f5;
  background-image: url("../img/abstract2.jpg");
  background-position: 0 95%;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px;
  margin-top: 50px;
}

.skills-wrapper .skills-summary {
  margin: 50px auto 100px;
  width: 70%;
}

.skills-wrapper .skills-summary ul {
  line-height: 1.8;
  list-style-type: disc;
}

.skills-wrapper .skills-summary li {
  list-style-type: disc;
  margin-bottom: 15px;
}

.skills-wrapper .skills-summary-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(260px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 3rem;
  margin: 30px auto;
}

.skills-wrapper .skill-category {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  padding: 30px 50px;
}

.skills-wrapper .skill-category h3 {
  margin-bottom: 0.5rem;
}

.skills-wrapper .skill-category ul {
  margin-left: 15px;
  list-style: disc;
}

.skills-wrapper .skill-category li {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0.6rem;
}

.skills-logo-container {
  margin: 50px 0 80px;
}

.skills-logo-container li {
  display: inline-block;
}

.skills-logo-container .skills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
  margin: auto;
}

@media (max-width: 1024px) {
  .skills-logo-container .skills {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    width: 90%;
  }
}

.skills-logo-container .skills img {
  height: 100px;
  -webkit-filter: grayscale(80%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(30%);
}

.skills-logo-container .skills li {
  font-family: 'Open Sans', sans-serif;
  vertical-align: top;
  margin-bottom: 20px;
  padding-top: 10px;
  text-align: center;
}

@media (max-width: 1024px) {
  .skills-logo-container .skills li {
    max-width: 25%;
  }
}

.skills-logo-container .skills li img {
  -webkit-animation: slide-up 2s;
          animation: slide-up 2s;
}

.skills-logo-container .skills li div {
  /* transition: 2s all; */
  padding-top: 10px;
}

@-webkit-keyframes slide-up {
  from {
    opacity: 0;
    line-height: 500px;
  }
  to {
    opacity: 1;
    line-height: 25px;
  }
}

@keyframes slide-up {
  from {
    opacity: 0;
    line-height: 500px;
  }
  to {
    opacity: 1;
    line-height: 25px;
  }
}

.contact-wrapper {
  height: auto;
  margin-bottom: 100px;
  position: relative;
}

.contact-wrapper h1 {
  margin-bottom: 30px;
  padding-top: 20px;
  text-align: center;
}

.contact-wrapper p {
  margin: 0 auto;
  padding: 0 0 30px;
  max-width: 610px;
}

.contact-wrapper p a {
  border: none;
  padding: 0;
  color: black;
  -webkit-transition: 0.2s border;
  transition: 0.2s border;
  text-decoration: none;
}

.contact-wrapper p a:hover {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
  border-bottom: 2px solid black;
}

.contact-container {
  background-color: #F5F4F0;
  background-image: url("../img/abstract1.jpg");
  background-attachment: fixed;
  border-radius: 4px;
  margin: 0 auto;
  text-align: center;
  padding: 30px 60px 100px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  line-height: 1.7em;
  width: 50%;
}

@media (max-width: 1024px) {
  .contact-container {
    background-position: top;
    padding: 20px;
    width: 100%;
  }
}

.contact-form {
  margin: auto;
  max-width: 500px;
}

@media (max-width: 1024px) {
  .contact-form {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 20px;
  }
}

.contact-form .input-container {
  text-align: left;
  margin-bottom: 15px;
}

.contact-form .input-container input, .contact-form .input-container textarea {
  background-color: #FFFFFA;
}

.contact-form label {
  display: block;
  margin-bottom: 5px;
}

.contact-form input {
  border: 1px solid #0a082b;
  border-radius: 4px;
  padding: 8px 15px;
  width: 100%;
}

.submit {
  cursor: pointer;
  margin-top: 50px;
}

.status {
  display: none;
  margin: 20px 0;
}

.contact-form textarea {
  border: 1px solid #0a082b;
  border-radius: 4px;
  display: block;
  padding: 8px 15px;
  width: 100%;
  height: 150px;
}

.contact-form button {
  background-color: white;
  border-color: white;
  cursor: pointer;
  font-size: 12px;
  letter-spacing: .3em;
  margin-top: 15px;
  width: 100%;
  height: 30px;
}

.contact-form button:hover {
  background-color: black;
  color: white;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.about-wrapper {
  clear: right;
  margin: 50px 100px 100px;
}

@media (max-width: 1024px) {
  .about-wrapper {
    margin: 50px 20px;
  }
}

.about-wrapper h1 {
  margin-bottom: 50px;
  text-align: center;
}

.about-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 400px;
  margin: auto;
  text-align: center;
}

@media (max-width: 1024px) {
  .about-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about-container img {
  display: inline-block;
  margin-left: 30px;
  height: auto;
  max-width: 500px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 50%;
}

.about-text span {
  font-size: 18px;
  font-weight: 600;
}

.about-text p {
  margin-bottom: 20px;
}

.about-text {
  display: inline-block;
  /* margin-left: 40px; */
  vertical-align: top;
  width: 40%;
  font-family: 'Poppins', sans-serif;
  line-height: 2em;
  padding: 50px 0;
  word-spacing: .2em;
  text-align: left;
  /*animation: fadein 7s;*/
}

.about-text .btn {
  margin-top: 60px;
  text-align: center;
}
/*# sourceMappingURL=styles.css.map */