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

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

.introtext {
  padding: 2.4em;
  display: flex;
  flex-wrap: wrap;
  width: auto;
}

.maintext {
  padding: 0em;
  justify-items: center;
}
.maintext p {
  font-size: 1.2em;
  font-weight: 300;
  color: #121212;
  line-height: 1.4em;
}
.maintext h1 {
  font-size: 3.2em;
  font-weight: 600;
  margin: 0;
  padding-bottom: 0.4em;
  color: #23226e;
}

.projectexp {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8em;
}

.insight {
  border-radius: 10em;
  border: 0.08em solid #f93943;
  padding: 0.7em 1.2em;
  width: -moz-fit-content;
  width: fit-content;
}
.insight p {
  color: #f93943;
  margin: 0;
  font-size: 0.8em;
  font-weight: 400;
}

.exp {
  padding-top: 1.2em;
  line-height: 1.4em;
}

.intro-section {
  padding: 2.4em;
}

.headline {
  font-size: 3em;
  padding-bottom: 0.3em;
  color: #23226e;
}

.explain {
  line-height: 1.6;
  color: #303046;
}

.img01 {
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
  padding-top: 1em;
}

.pagination {
  padding: 1em 2.4em 0em 2.4em;
  display: flex;
  justify-content: space-between;
}

.a {
  text-decoration: none;
  font-size: 1em;
  color: #666666;
  font-weight: 500;
}

.pagination-left {
  display: flex;
  align-items: center;
  gap: 0.5em;
  cursor: pointer;
}

.pagination-right {
  text-align: right;
  max-width: 45%;
  display: flex;
  align-items: center;
  gap: 0.5em;
}

/* 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 #23226e;
  width: auto;
  margin: 0%;
}

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

.contact-details {
  color: #303046;
  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 (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: #303046;
    font-size: 0.9em;
    padding-left: 3em;
    font-weight: 300;
  }
  .navbar nav a:hover {
    color: #f93943;
  }
  .navbar nav ul.primary-nav {
    margin: 0;
  }
  ul li.active a {
    color: #f93943;
  }
  .new1 {
    display: none;
  }
  .maintext {
    padding: 0em 8em 0em 8em;
    justify-items: center;
  }
  .maintext p {
    font-size: 1.2em;
    font-weight: 300;
    color: #121212;
    line-height: 1.4em;
  }
  .maintext h1 {
    font-size: 5.5em;
    font-weight: 600;
    margin: 0;
    padding-bottom: 0.4em;
  }
  .projectexp {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8em;
  }
  .insight {
    border-radius: 10em;
    border: 0.08em solid #f93943;
    padding: 0.7em 1.2em;
    width: -moz-fit-content;
    width: fit-content;
  }
  .insight p {
    color: #f93943;
    margin: 0;
    font-size: 1em;
    font-weight: 400;
  }
  .container {
    display: flex;
    justify-content: space-between;
  }
  .container .headline {
    width: 400px;
    font-size: 3.2em;
    margin: 0;
  }
  .container .explain {
    padding-left: 5em;
  }
  .get-touch {
    color: #23226e;
    padding: 0em 0em 0em 2.4em;
    width: -moz-fit-content;
    width: fit-content;
  }
  .get-touch h1 {
    font-size: 4em;
    margin: 0;
    padding-top: 1.4em;
  }
  .contact-details {
    display: flex;
    justify-content: space-between;
    line-height: 1.5;
    margin: 0;
    padding: 2em 2.4em 0em 2.4em;
    margin-bottom: 8em;
  }
  .pagination {
    padding: 0em 2.4em;
    display: flex;
    justify-content: space-between;
  }
  .pagination .a {
    text-decoration: none;
    font-size: 2em;
    color: #666666;
    font-weight: 500;
  }
  .pagination .pagination-left,
  .pagination .pagination-right {
    display: flex;
    align-items: center;
    gap: 0.5em;
  }
  /* 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 */
}
@media only screen and (min-width: 1200px) {
  .container {
    padding: 0em;
  }
  .container .headline {
    font-size: 3em;
    width: 650px;
    padding-top: 1em;
  }
  .container .explain {
    line-height: 2;
    padding-right: 1em;
    padding-top: 3.2em;
  }
  .img1 {
    padding-bottom: 3em;
  }
  .get-touch {
    color: #23226e;
    padding: 0em 0em 0em 2.4em;
    width: -moz-fit-content;
    width: fit-content;
  }
  .get-touch h1 {
    font-size: 8em;
    padding-top: 1em;
  }
  .contact-details {
    display: flex;
    justify-content: space-between;
    line-height: 1.5;
    margin: 0;
    padding: 2em 10em 0em 2.4em;
    margin-bottom: 8em;
  }
  .pagination {
    padding: 0em 2.4em;
    margin-top: -1.6em;
  }
}
.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

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