@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap");

.grey-text * {
  color: #454545 !important;
}
.black-text,
.black-text * {
  color: #654062 !important;
}
.button:before {
  background: #654062;
}
.button.tertiairy {
  color: #654062 !important;
  border-color: #654062 !important;
}
.header-purple {
  font-weight: 500;
  color: #645577;
}
.portfolio-padding {
  padding-top: 6rem;
  font-family: "Hanken Grotesk", sans-serif;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
#navbar {
  background: white;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.go-left {
  text-align: left;
}
.nail-it {
  font-size: 3rem;
}
.paragraph {
  font-size: 0.75rem;
}
.contact-section {
  padding-top: 0;
}
/* .grid-custom-footer {
  justify-content: space-between;
} */
.icons {
  display: flex;
  justify-content: space-between;
}
.custom-footer-contact {
  font-size: 0.75rem;
  font-family: "hk-grotesk", sans-serif;
}
.footer-contact-layout {
  align-self: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.rights-reserved {
  text-align: left;
  padding: 0 !important;
}
.right-side {
  justify-content: space-between;
  padding-bottom: 2rem;
  width: 100%;
}
.logos {
  align-items: center;
}
.lighter-bg {
  /*  height: 30vh; */
  background-color: #645577;
}
.purple {
  background-color: #645577;
}
.project-paragraph {
  font-size: 0.75rem;
  margin-top: 0;
}
.custom-about {
  padding-top: 0;
  padding-bottom: 5rem;
}
.table-tools {
  padding: 3rem 0;
}
.project-title {
  margin-bottom: 0.5rem;
}
.proj-det-adc {
  width: 100%;
  height: 100%;
}
.video-background {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-position: right;
}
.contact-no-form {
  padding: 4rem 0;
  margin: 0;
}
.mynav {
  display: flex;
  width: 100%;
  justify-content: space-around !important;
  margin-right: 0 !important;
}
.footer-quote {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.business-inqueries {
  width: 100%;
  justify-content: space-between;
}
.vcenter {
  width: 100%;
  justify-content: space-between;
}
.content-about {
  margin: 0;
}

footer {
  height: auto;
}
.container-mine {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px; /* Adjust the gap between items as needed */
  padding: 10px; /* Padding around the grid */
  justify-items: center;
}
.item {
  text-align: center;
  padding: 2rem !important;
  width: 60%;
  height: 40%;
  display: flex;
  justify-content: center;
}
.color-text {
  color: #ffffff;
}
a.color-text {
  border-bottom: 1px solid #ffffff;
}
header.header > *:last-child {
  justify-content: space-between;
}
.nav-content {
  flex-wrap: nowrap;
}

.screenshot {
  width: 70vw;
  margin: 0 auto;
  border: 1px solid #252525;
  border: radius;
  border-radius: 24px;
}
.first {
  width: 70vw;
  margin: 0 auto;
}
.case-study-v2 {
  padding: 4rem 0;
}
.project-title-v2 {
  font-weight: 600;
}
.parag {
  padding-bottom: 2rem;
  font-family: "Hanken Grotesk", sans-serif;
}
/* Adjust to 4 columns for screens wider than 1024px and narrower than 1280px */
@media (max-width: 1280px) {
  .container {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Adjust to 3 columns for screens wider than 768px and narrower than 1024px */
@media (max-width: 1024px) {
  .container {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Adjust to 2 columns for screens narrower than 768px */
@media (max-width: 768px) {
  .container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 1024px) {
  .menu.main {
    font-size: 2rem;
  }
  .menu.social {
    font-size: 1rem;
  }
  header.header a.brand {
    width: 25%;
  }
}
@media screen and (max-width: 850px) {
  ul.list.new {
    margin-bottom: 0 !important;
  }

  .custom-footer-contact {
    font-size: 1rem;
  }
  .footer-contact-layout {
    padding-bottom: 2rem;
  }
  p.about-me {
    padding-bottom: 1.25rem;
  }
  .video-background {
    object-position: right;
  }
  img.background {
    height: auto;
  }
  .contact-no-form {
    padding-bottom: 1rem;
    padding-top: 0;
  }
  .black-photo {
    display: none;
  }
  .text-left {
    text-align: center;
  }
  .rights-reserved {
    text-align: center;
  }
  .paragraph {
    font-size: 0.9rem;
  }
  .inquiries {
    text-align: center;
  }
  .right-side {
    flex-direction: column;
  }
  .footer-quote {
    text-align: center;
    padding-bottom: 2rem;
  }
  .contact-section {
    padding-top: 0;
  }
  .right-side {
    width: 100%;
  }
  .grid-custom-footer {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
  }
  .test {
    padding-bottom: 1rem;
  }
}
@media (max-width: 1600px) {
  .logo-nav {
    width: 10%;
  }
}
@media (min-width: 1600px) {
  .logo-nav {
    width: 10%;
  }
  /*   
  .titles {
    width: 10%;
  } */
  .nav-content {
    justify-content: space-around !important;
    padding: 0 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .menu {
    justify-content: flex-end;
  }
}
