@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap");
body {
  background: #18166b;
  margin: 0%;
  font-family: "Bricolage Grotesque", sans-serif;
}

.navbar {
  padding: 2.4em;
}
.navbar nav {
  display: none;
}
.navbar .logosvg {
  width: 3em;
}
.navbar .mobile-menu {
  width: 24px;
}
.navbar .container {
  display: flex;
  place-content: space-between;
}
.navbar .mobile-menu {
  cursor: pointer;
}

hr.new1 {
  border-top: 1px solid #ffffff;
  width: auto;
  margin-top: 14%;
}

.hero {
  color: white;
}
.hero .container {
  padding: 0em 2.4em;
  margin-top: -2em;
}
.hero h1 {
  font-family: Bricolage Grotesque;
  font-weight: 800;
  font-size: 4em;
  line-height: 140%;
  padding-top: 1em;
  color: #f93943;
}

.intro-section {
  color: #ffffff;
  line-height: 2;
  padding: 2.4em;
  font-size: 1.2em;
  font-weight: 400;
}
.intro-section .intro-title {
  padding: 0em 0em 0.5em 0em;
  color: #f93943;
}
.intro-section .work-title {
  padding: 1em 0em 0.5em 0em;
  color: #f93943;
}
.intro-section .what-title {
  padding: 1em 0em 0.5em 0em;
  color: #f93943;
}

.project-section {
  color: #ffffff;
  padding: 0em 2.4em 0em 2.4em;
}
.project-section .p1 {
  margin-bottom: 0em;
  margin-top: 3em;
  font-weight: 200;
  color: #f93943;
}
.project-section .project01 {
  text-decoration: none;
  color: #ffffff;
  font-size: 3.8em;
  font-weight: 700;
  line-height: 120%;
  margin: 0em;
  cursor: pointer;
}
.project-section .project01:hover {
  color: #f93943;
}

/* Password Modal 1 */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
  background-color: #fefefe;
  margin: 35% auto;
  padding: 1.2em;
  border-radius: 1em;
  width: 70%;
  position: relative;
  justify-items: center;
}

.modalh2 {
  margin: 0em;
  font-weight: 400;
  color: #18166b;
}

.modalnda {
  font-size: 0.7em;
  color: #303046;
  font-weight: 300;
  padding-top: 0.7em;
}

.modalp {
  margin-top: 0;
  padding-top: 0.4em;
  font-weight: 300;
  font-size: 0.9em;
  color: #303046;
}

.password-input {
  width: 100%;
  padding: 0.8em;
  margin: 1em 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 0.8em;
}

.password-input:focus {
  outline: none; /* Remove the default focus outline */
  border-color: #18166b; /* Change border color when input field is focused */
}

.submit-button {
  background-color: #18166b; /* Green */
  color: white;
  padding: 0.8em;
  margin-top: 1em;
  text-align: center;
  text-decoration: none;
  display: block;
  width: 100%;
  font-size: 1em;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  box-sizing: border-box;
}

.submit-button:hover {
  background-color: #f93943; /* Darker green when hovered */
}

.submit-button:focus {
  outline: none; /* Remove the default focus outline */
}

.close {
  color: #aaa;
  font-size: 1.5em;
  font-weight: 300;
  position: absolute;
  top: 0.5em; /* Adjust this value as needed */
  right: 0.7em; /* Adjust this value as needed */
}

.close:hover,
.close:focus {
  color: #f93943;
  text-decoration: none;
  cursor: pointer;
}

.modal-open {
  overflow: hidden;
}

/* Password Modal 1 */
.getline {
  border-top: 1px solid #ffffff;
  width: auto;
  margin: 0%;
}

.get-touch {
  padding: 2.4em;
  width: -moz-fit-content;
  width: fit-content;
}
.get-touch h1 {
  font-size: 3.8em;
  margin: 0;
  padding-top: 1em;
  color: #f93943;
}

.contact-details {
  color: #ffffff;
  padding: 0em 2.4em;
  margin-bottom: 8em;
}

iframe {
  width: 100%;
  height: 300%;
}

nav.menu-btn {
  display: block;
}

nav {
  position: fixed;
  z-index: 999;
  width: 100%;
  right: 0;
  top: 0;
  background: white;
  height: 100vh;
  padding: 2em;
}
nav ul.primary-nav {
  margin-top: 4em;
  list-style-type: none;
}
nav li a {
  color: #303046;
  text-decoration: none;
  display: block;
  font-size: 1.6em;
  text-align: center;
  padding: 1em;
  padding-top: 1em;
  font-weight: 300;
}
nav li a:hover {
  color: #f93943;
}

.mobile-menu-exit {
  float: right;
  margin: 0.5em;
  cursor: pointer;
}

@media only screen and (max-width: 400px) {
  .hero h1 {
    font-size: 3em;
    line-height: 125%;
    padding: 0em 0em 0em 0em;
  }
}
@media only screen and (min-width: 768px) {
  .mobile-menu,
  .mobile-menu-exit {
    display: none;
  }
  .navbar .container {
    display: grid;
    grid-template-columns: 180px auto;
  }
  .navbar nav {
    display: flex;
    justify-content: space-between;
    background: none;
    position: unset;
    height: auto;
    width: 100%;
    padding: 0;
  }
  .navbar nav ul {
    display: flex;
  }
  .navbar nav a {
    color: rgb(255, 255, 255);
    font-size: 0.9em;
    padding-left: 3em;
    font-weight: 300;
  }
  .navbar nav a:hover {
    color: #f93943;
  }
  .navbar nav ul.primary-nav {
    margin: 0;
  }
  .hero {
    color: white;
  }
  .hero h1 {
    font-size: 5em;
    line-height: 125%;
    padding: 0em 0.5em 0em 2em;
  }
  .hero .container {
    margin-top: -2.4em;
  }
  .new1 {
    display: none;
  }
  .container-intro {
    display: flex;
    justify-content: space-between;
    padding: 0em 2.4em 0em 14em;
    margin: 0;
  }
  .container-intro .intro-title {
    width: 80%;
    margin-right: 9em;
    padding: 0;
  }
  .container-work {
    line-height: 1.8;
    display: flex;
    justify-content: space-between;
    padding: 0em 2.4em 0em 14em;
    margin: 0;
  }
  .container-work .work-title {
    width: 80%;
    margin-right: 8em;
    padding: 0;
  }
  .container-what {
    line-height: 1.8;
    display: flex;
    justify-content: space-between;
    padding: 0em 2.4em 0em 14em;
    margin: 0;
  }
  .container-what .what-title {
    width: 80%;
    margin-right: 8em;
    padding: 0;
  }
  .project-section {
    padding: 0em 2.4em 0em 20.2em;
  }
  .project-section .project01 {
    font-size: 4em;
    font-weight: 800;
    line-height: 100%;
    text-align: left;
  }
  /* Password Modal 1 */
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.6);
  }
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 3em;
    border-radius: 1em;
    width: 25%;
    position: relative;
    justify-items: center;
  }
  .modalh2 {
    margin: 0em;
    font-weight: 400;
    color: #18166b;
  }
  .modalnda {
    font-size: 0.7em;
    color: #303046;
    font-weight: 300;
    padding-top: 0.7em;
  }
  .modalp {
    margin-top: 0;
    padding-top: 0.4em;
    font-weight: 300;
    font-size: 0.9em;
    color: #303046;
  }
  .password-input {
    width: 100%;
    padding: 0.8em;
    margin: 1em 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 0.8em;
  }
  .password-input:focus {
    outline: none; /* Remove the default focus outline */
    border-color: #18166b; /* Change border color when input field is focused */
  }
  .submit-button {
    background-color: #18166b; /* Green */
    color: white;
    padding: 0.8em;
    margin-top: 1em;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 100%;
    font-size: 1em;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    box-sizing: border-box;
  }
  .submit-button:hover {
    background-color: #f93943; /* Darker green when hovered */
  }
  .submit-button:focus {
    outline: none; /* Remove the default focus outline */
  }
  .close {
    color: #aaa;
    font-size: 1.5em;
    font-weight: 300;
    position: absolute;
    top: 0.5em; /* Adjust this value as needed */
    right: 0.7em; /* Adjust this value as needed */
  }
  .close:hover,
  .close:focus {
    color: #f93943;
    text-decoration: none;
    cursor: pointer;
  }
  /* Password Modal 1 */
  .get-touch {
    color: #f93943;
    padding: 0em 0em 0em 11em;
    width: -moz-fit-content;
    width: fit-content;
  }
  .contact-details {
    display: flex;
    justify-content: space-between;
    line-height: 1.5;
    margin: 0;
    padding: 2em 2.4em 0em 11em;
    margin-bottom: 8em;
  }
}
@media only screen and (min-width: 1200px) {
  .hero h1 {
    font-size: 6.5em;
    line-height: 125%;
    padding: 0em 0.5em 0em 2em;
  }
  .intro-section {
    padding-left: 10em;
  }
  .project-section {
    padding-left: 28em;
  }
  .project-section .project01 {
    font-size: 6em;
    font-weight: 800;
    line-height: 100%;
    text-align: left;
  }
  .project-section .p1 {
    margin-bottom: 0em;
    margin-top: 5em;
  }
  .get-touch {
    color: #ffffff;
    padding: 0em 0em 0em 20em;
  }
  .contact-details {
    display: flex;
    justify-content: space-between;
    line-height: 1.5;
    margin: 0;
    padding: 2em 2.4em 0em 20em;
    margin-bottom: 8em;
  }
}
@media only screen and (min-width: 1400px) {
  .hero h1 {
    font-size: 7.5em;
    line-height: 125%;
    padding: 0em 0.5em 0em 1.5em;
  }
  .intro-section {
    padding-left: 8em;
  }
  .intro-section p {
    font-size: 1.2em;
  }
  .project-section {
    padding-left: 34em;
    padding-right: 5em;
  }
  .project-section .project01 {
    font-size: 7em;
    font-weight: 800;
    line-height: 100%;
    text-align: left;
  }
  .project-section .p1 {
    margin-bottom: 0em;
    margin-top: 5em;
  }
  .get-touch {
    color: #ffffff;
    padding: 0em 0em 0em 18em;
  }
  .contact-details {
    display: flex;
    justify-content: space-between;
    line-height: 1.5;
    padding: 3em 10em 0em 18em;
    margin-bottom: 8em;
  }
  p {
    font-size: 1.2em;
  }
}
/* Password Modal 1 */
@media only screen and (max-width: 600px) {
  .modal-content {
    background-color: #fefefe;
    margin: 30% auto;
    padding: 3em;
    border-radius: 1em;
    width: 60%;
    position: relative;
  }
  .close {
    top: 0.4em; /* Adjust this value as needed */
    right: 0.6em; /* Adjust this value as needed */
  }
}
.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}/*# sourceMappingURL=main.css.map */