@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Raleway", sans-serif;
  background: white;
  color: black;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: black;
  text-transform: lowercase;
}

ul {
  list-style: none;
}

p {
  margin-top: 20px;
  font-size: 12pt;
  font-weight: 500;
}

.main-header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 300px;
  background: white;
}

.logo {
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
}

.logo-img {
  height: 100px;
}

.logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.4s;
}

.logo a:hover {
  opacity: 0.5;
  transition-duration: 0.4s;
}

.logo h1 {
  margin-right: 10px;
  font-size: 1.5em;
}

.logo h2 {
  font-weight: 300;
  font-size: 1.5em;
}

.main-header ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-header ul li {
  position: relative;
  margin-right: 20px;
  margin-left: 20px;
  height: 100%;
  padding: 5px 0px;
}

.main-header ul li a {
  height: 100%;
  padding: 10px 0px;
  text-transform: lowercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 18pt;
}

.main-header ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: black;
  transform: scaleX(0);
  transition: transform 0.2s ease-in-out;
  transform-origin: right center;
}

.main-header ul li a:hover::after {
  transform: scaleX(100%);
  transform-origin: left center;
  transition-duration: 0.2s;
}

.active-nav a {
  text-decoration: none;
}

.main-header .active-nav a::after {
  transform: scaleX(100%);
}

.heading-container {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.heading-container .btn-container {
  margin-top: 0;
  margin-left: 25px;
}

.welcome-section {
  background-image: url("/img/img_20190216_124149.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 50%;
  width: 100%;
  min-height: 750px;
  margin-bottom: 100px;
}

.about-section {
  width: 100%;
  min-height: 650px;
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  background-image: url(/img/home_second_img.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  padding-left: 15%;
  padding-right: 15%;
  margin-bottom: 100px;
}

.about-section-inner {
  min-height: 1200px;
  margin-top: -12%;
  margin-bottom: -12%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  align-items: center;
}

.about-section-text {
  background-color: rgba(255, 255, 255, 0.9);
  color: black;
  padding: 30px;
  width: 75%;
  position: absolute;
  top: 0;
  right: 0;
}

.practice-section-text {
  background-color: rgba(255, 255, 255, 0.9);
  color: black;
  padding: 30px;
  width: 75%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.practice-section-text .btn-alt a::after {
  content: "view all architecture & interiors";
}

.practice-section {
  width: 100%;
  min-height: 1150px;
  position: relative;
  display: flex;
  justify-content: right;
  align-items: center;
  background-image: url(/img/aerila_view_front_graden_jamieson.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 40%;
  padding: 7.5%;
  padding-left: 15%;
  padding-right: 15%;
}

/* .about-section-inner {
  width: 1100px;
  min-height: 850px;
  position: absolute;
  display: flex;
  justify-content: left;
  align-items: center;
} */

.practice-heading-container {
  display: flex;
  align-items: center;
}

.practice-heading-container .btn-alt {
  margin-left: 25px;
}

.practice-section-inner {
  width: 100%;
  min-height: 950px;
  position: absolute;
  display: flex;
  justify-content: left;
  align-items: center;
}

/* .about-section-inner-bottom {
  width: 1100px;
  min-height: 850px;
  position: absolute;
  display: flex;
  justify-content: right;
  align-items: center;
} */

/* .practice-section-bottom {
  width: 1100px;
  min-height: 950px;
  position: absolute;
  display: flex;
  justify-content: right;
  align-items: center;
} */

/* .about-section-inner-left {
  width: 700px;
  color: white;
  height: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 75px 75px;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 2;
} */

/* .practice-section-inner-right {
  width: 550px;
  position: relative;
  color: white;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 3%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2;
}

.practice-section-inner-left {
  width: 750px;
  height: 850px;
  display: flex;
  justify-content: center;
  align-items: center;
} */

/* .about-section-inner-left p {
  margin-top: 25px;
}

.about-section-inner-right {
  width: 750px;
  height: 850px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.about-section-footnote {
  bottom: 2.5%;
  width: 100%;
  position: absolute;
  text-align: center;
}

.about-section-inner-right .img-placeholder {
  background-image: url("/img/img_20190216_120929.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 70%;
  width: 100%;
} */

/* .practice-section-inner-left .practice-image {
  background-image: url("/img/bilquis_photo_website.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 60%;
  width: 60%;
} */

/* .featured-projects-heading {
  margin-bottom: 35px;
}

.featured-projects-section {
  padding: 2% 10% 5% 10%;
  width: 100%;
  min-height: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.featured-projects-inner .btn-alt a::after {
  content: "view project";
}

.featured-projects-inner {
  min-height: 600px;
  width: 100%;
  background-image: url(/img/img_20190220_121213.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 5%;
}

.featured-projects-project {
  min-height: 600px;
  width: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8));
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: left;
  align-items: flex-end;
  padding: 5%;
}

.featured-projects-text {
  color: white;
} */

/* .featured-projects-inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.featured-projects-inner h3 {
  font-size: 1.5em;
  margin-right: 10px;
}

.featured-projects-inner h4 {
  font-size: 1.5em;
  font-weight: 300;
}

.featured-projects-section {
  position: relative;
  width: 100%;
  min-height: 90vh;
  padding-right: 6.75%;
}

.featured-projects-section-inner {
  width: 100%;
  min-height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.featured-projects-section-inner-right {
  width: 30%;
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
  padding: 50px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.slide-controls {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 3;
}

.slide-controls button {
  font-size: 3rem;
  cursor: pointer;
}

.btn-next {
  transition: all 0.4s;
}

.btn-next:hover {
  opacity: 25%;
}

.btn-prev {
  transition: all 0.4s;
}

.btn-prev:hover {
  opacity: 25%;
}

.featured-projects-section-inner-right-slide {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 50px;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

.featured-projects-section-inner-right-slide[data-active] {
  opacity: 1;
  z-index: 3;
  transition-delay: 0.4s;
}

.featured-projects-section-inner-left-slide {
  width: 70%;
  height: 100%;
  padding: 50px;
  background: #eeede8;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

.featured-projects-section-inner-left-slide[data-active] {
  opacity: 1;
  z-index: 3;
  transition-delay: 0.6s;
}

#left-slide-one {
  background-image: url("/img/IMG_20190216_120836.jpg");
  background-position: center center;
  background-size: cover;
}

#left-slide-two {
  background-image: url("/img/IMG_20190220_121213.jpg");
  background-position: center 15%;
  background-size: cover;
}

#left-slide-three {
  background-image: url("/img/pool\ area02.jpg");
  background-position: center 0%;
  background-size: cover;
}

.featured-projects-section-inner-right h4 {
  font-size: 1.5em;
  text-transform: uppercase;
}

.featured-projects-section-inner-right h3 {
  font-size: 36pt;
  margin-top: 15px;
  margin-bottom: 15px;
} */
/* 
.practice-section {
  min-height: 700px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5%;
  flex-direction: column;
}

.practice-section-inner {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}

.practice-section-inner-left {
  height: 100%;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.practice-section-inner-right {
  height: 100%;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5%;
}

.practice-image {
  width: 100%;
} */

h3 {
  font-size: 32pt;
}

h4 {
  font-size: 28pt;
  font-weight: 200;
}

.btn-container {
  margin-top: 30px;
  z-index: 3;
}

button {
  background: none;
  border: none;
  padding: 5px 0px;
  position: relative;
  margin-right: 17px;
  font: inherit;
}

button a {
  padding: 5px 0;
  text-transform: lowercase;
  letter-spacing: 1px;
  font-weight: 700;
}

button a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: black;
  transform: scaleX(0);
  transition: transform 0.2s ease-in-out;
  transform-origin: right center;
}

button a:hover::after {
  transform: scaleX(100%);
  transform-origin: left center;
  transition-duration: 0.2s;
}

.btn-alt {
  padding: 10px 16px;
}

.form-btn-container button {
  text-transform: lowercase;
  letter-spacing: 1px;
  font-weight: 700;
}

.form-btn-container button::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: black;
  transform: scaleX(0);
  transition: transform 0.2s ease-in-out;
  transform-origin: right center;
}

.form-btn-container button:hover::after {
  transform: scaleX(100%);
  transform-origin: left center;
  transition-duration: 0.2s;
}

.form-btn-container .btn-alt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  background: transparent;
  border: 1px solid black;
  padding: 10px 16px;
  transition: opacity 0.4s ease-in-out;
  height: 100%;
  transition-duration: 0.4s;
}

.form-btn-container .btn-alt:hover::before {
  opacity: 100%;
  transition: opacity 0.4s ease-in-out;
  transition-duration: 0.4s;
}

.form-btn-container .btn-alt::after {
  content: "submit";
  position: absolute;
  color: white;
  height: 100%;
  width: 100%;
  padding: 10px 16px;
  transform: none;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.form-btn-container .btn-alt:hover::after {
  opacity: 100%;
}

.btn-alt a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  background: transparent;
  border: 1px solid black;
  padding: 10px 16px;
  transition: opacity 0.4s ease-in-out;
  height: 100%;
  transition-duration: 0.4s;
}

.btn-alt a:hover::before {
  opacity: 100%;
  transition: opacity 0.4s ease-in-out;
  transition-duration: 0.4s;
}

.btn-alt a::after {
  content: "Contact";
  color: white;
  height: 100%;
  width: 100%;
  padding: 10px 16px;
  transform: none;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.featured-projects-section-inner-right .btn-alt a::after {
  content: "VIEW MORE";
}

.btn-alt a:hover::after {
  opacity: 100%;
}

.practice-text {
  text-align: left;
  background-color: rgba(255, 255, 255, 0.9);
  color: black;
  padding: 30px;
  width: 75%;
}

.practice-section p {
  text-align: center;
  margin-top: 75px;
}

.practice-text p {
  margin-top: 25px;
  text-align: left;
}

.practice-text button a::after {
  content: "learn more";
}

.contact-section {
  position: relative;
  width: 100%;
  min-height: 750px;
  padding: 0 6.75%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-section-inner {
  width: 50%;
  min-height: 750px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 50px;
}

.contact-section-right {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-img {
  width: 60%;
}

.field {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: start;
  position: relative;
}

form {
  width: 100%;
  margin-top: 25px;
}

.field input {
  width: 100%;
  border-radius: 0;
  border: 1px solid black;
  padding: 10px 10px;
  background-color: white;
  font: inherit;
  font-size: 0.85em;
}

.field input:focus {
  border: 1px solid black;
  background-color: #f8f9f9;
  outline: none;
}

.message {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 25px;
  position: relative;
  width: 100%;
}

.message i {
  position: absolute;
  top: 10px;
  left: 10px;
}

textarea {
  width: 100%;
  border-radius: 0;
  border: 1px solid black;
  padding: 10px 10px;
  background-color: white;
  font: inherit;
  font-size: 0.85em;
  resize: none;
  height: 150px;
}

textarea:focus {
  background-color: #f8f9f9;
  border: 1px solid black;
  outline: none;
}

.form-btn-container {
  display: flex;
  align-items: center;
}

.form-btn-container .btn-alt a::after {
  content: "Submit";
  background-color: black;
  color: white;
}

.form-btn-container .btn-alt a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  background: transparent;
  border: 1px solid black;
  padding: 10px 16px;
  transition: opacity 0.4s ease-in-out;
  height: 100%;
  transition-duration: 0.4s;
}

.form-btn-container .btn-alt a::after {
  border: 1px solid black;
}

.form-btn-container .btn-alt a {
  color: black;
}
/* 
.form-btn-container .btn-alt:hover::after {
  transition-duration: 0.2s;
  opacity: 0;
}

.form-btn-container .btn-alt::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: black;
  z-index: 4;
  padding: 10px 16px;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  border: 1px solid black;
}

.form-btn-container .btn-alt:hover::before {
  content: "Send";
  opacity: 100%;
} */

.form-btn-container .btn-alt {
  cursor: pointer;
}

.form-btn-container span {
  display: none;
}

.main-footer {
  min-height: 350px;
  background-color: black;
  padding: 0 6.75%;
  width: 100%;
  color: #faf9f6;
}

.main-footer-inner {
  width: 100%;
  height: 100%;
  display: flex;
}

.footer-column {
  width: 25%;
  height: 100%;
  padding: 50px;
}

.footer-column h4 {
  font-size: 1em;
}

.footer-column a {
  color: #faf9f6;
  position: relative;
  padding: 5px 0px;
  font-weight: 700;
}

.footer-column li {
  margin-bottom: 15px;
  padding: 5px 0px;
}

.footer-column ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #faf9f6;
  transform: scaleX(100%);
  transition: transform 0.6s ease-in-out;
  transform-origin: left center;
}

.footer-column ul li a:hover::after {
  transform: scaleX(0);
  transform-origin: right center;
  transition-duration: 0.2s;
}

#btn-container-mobile {
  display: none;
}

#practice-btn-mobile {
  display: none;
}

@media (max-width: 768px) {
  .about-section-text {
    background-color: rgba(255, 255, 255, 0.9);
    color: black;
    padding: 30px;
    width: 100%;
  }

  .about-section-inner {
    margin-top: -20%;
    margin-bottom: -20%;
    justify-content: center;
  }

  .practice-section-text {
    width: 100%;
  }

  .main-header {
    height: 450px;
  }

  .main-header ul {
    flex-direction: column;
  }

  .main-header ul li {
    margin-top: 15px;
  }

  .active-nav {
    margin-top: 0px;
  }

  .practice-text {
    width: 100%;
  }

  .contact-section {
    flex-direction: column;
    padding-bottom: 100px;
  }

  .contact-section-inner {
    width: 100%;
  }

  .contact-section-right {
    width: 75%;
  }

  .main-footer-inner {
    flex-direction: column;
  }

  .footer-column {
    width: 100%;
  }

  .btn-container {
    display: none;
  }

  #btn-container-mobile {
    display: inherit;
  }

  .practice-heading-container {
    flex-direction: column;
    align-items: start;
  }

  .practice-heading-container .btn-alt {
    margin-left: 0;
  }

  .about-section {
    background-size: cover;
  }

  .about-section-inner {
    min-height: 150vh;
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .heading-container {
    margin-bottom: 0;
  }

  .practice-heading-container .btn-alt {
    display: none;
  }

  #practice-btn-mobile {
    display: inherit;
    margin-top: 25px;
  }

  .welcome-section {
    min-height: 100vh;
  }

  .about-section {
    min-height: 100vh;
  }

  #btn-container-desktop {
    display: none;
  }
}

@media (max-width: 480px) {
  h3 {
    font-size: 28pt;
  }

  h4 {
    font-size: 24pt;
  }

  .about-section-text {
    padding: 25px;
  }

  .btn-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }

  .btn-alt {
    margin-top: 10px;
  }

  .contact-section-right {
    width: 100%;
  }

  .contact-section {
    padding: 0%;
    padding-bottom: 20%;
  }
}
