@import url('https://fonts.googleapis.com/css2?family=Poppins: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');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body{
    font-family: "Poppins", sans-serif;
    background-color: #FCFDF1;
    color: #5B6256;
    margin: 0px;
    padding: 0px;
}

.top-bar {
  position: fixed;
  left: 50%;
  transform: translate(-50%, 3vh);
  width: 90vw;
  height: 60px;
  background: rgba(214, 226, 193, 0.42);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  z-index: 1000;
  backdrop-filter: blur(1px);
  border: 2px solid rgba(91, 98, 86, 0.38);
  border-radius: 40px;
}

.top-bar div, .top-bar a{
    display: flex;
    align-items: center;
    cursor: pointer;
}

.nav-icon {
  font-size: 18px;
  background-color: #5B6256;
  color: white;
  height: -webkit-fill-available;
  padding: 0px 18px;
  border-radius: inherit;
}

.logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  font-weight: bold;
}

.side-nav {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #5B6256;
  overflow-x: hidden;
  transition: 0.3s;
  padding-top: 60px;
  z-index: 999;
}

.side-nav a {
  padding: 12px 24px;
  text-decoration: none;
  font-size: 18px;
  color: white;
  display: block;
  transition: 0.2s;
}

.side-nav a:hover {
  background-color: #575757;
}

.side-nav .close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 30px;
  color: white;
}

#overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0);
  z-index: -1;
}


.section-landing {
  position: relative;
  height: 90vh;
  overflow: hidden;
}

.section-landing-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  object-fit: cover;
}

.section-landing .section-landing-content {
  position: relative;
  z-index: 1;
  color: rgba(91, 98, 86);
  text-align: center;
  padding: 10% 5%;
}

.section-we-do{
  padding: 65px 40px 0px;
}

.section-we-do h1{
  font-size: 70px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin: 0px;
  margin-right: 2px;
  margin-top: -5px;
}

.section-we-do h2{
  font-size: 18px;
}

.section-we-do p{
  font-size: 12px;
}

.section-we-do h2, .section-we-do p{
  margin: 0px;
}

.section-we-do-item{
  display: flex;
  margin: auto;
  margin-top: 60px;
  justify-content: center;
  max-width: 700px;
}

.section-we-do-contact{
  margin: auto;
  margin-top: 40px;
  width: 300px;
  height: 60px;
  background: rgba(214, 226, 193, 1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  border: 2px solid rgba(91, 98, 86, 0.2);
  border-radius: 40px;
}

.section-we-do-contact h4{
  margin: 0px;
}

.section-we-do-contact a{
    display: flex;
    align-items: center;
    cursor: pointer;
}

.section-we-do-contact p{
    margin: 0px;
}


.section-we-do-contact div{
  margin-left: 12px;
}


.section-contact{
  background: linear-gradient(to bottom, #FCFDF1, #D6E2C1);
  padding: 22px 0px;
}

.section-contact h2{
  font-size: 22px;
  text-align: center;
  font-weight: 400;
  margin: 50px 0px;
}

.section-contact-links{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.section-contact-links div{
  display: flex;
  font-size: 12px;
  text-align: center;
  flex-direction: column;
  margin: 8px;
}

.section-contact-links p{
  margin: 0px;
  color: black;
}

.section-pastwork{
  background: linear-gradient(to bottom, #D6E2C1, #FCFDF1);
  margin-top: 10px;
  padding-bottom: 50px;
}

.section-pastwork h2{
  font-size: 22px;
  text-align: center;
  font-weight: 400;
  padding: 50px 0px 0px;
}

.section-pastwork-video {
  width: 90%;
  max-width: 700px;
  aspect-ratio: 16 / 9;
  object-fit: cover; /* or contain */
  display: block;
  margin: auto;
  margin-top: 25px;
  border-radius: 32px;
}


.decor {
  position: absolute;
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}

.decor-1 {
  top: 80px;
  left: -70px;
  width: 96px;
  transform: rotate(192deg);
}

.decor-2 {
  top: 50px;
  right: -45px;
  width: 96px;
  transform: rotate(70deg);
}

.decor-3 {
  bottom: 90px;
  right: -40px;
  width: 80px;
  transform: rotate(322deg) scaleY(-1);
}

.decor-4 {
  bottom: 20px;
  left: -44px;
  width: 80px;
  transform: rotate(254deg);
}

hr{
  height: 2px;
  width: auto;
  background-color: rgba(91, 98, 86, 0.5);
  border: none;
}

footer {
    position: relative;
    overflow: hidden;
    margin: 12px;
    padding: 18px;
    color: #5B6256;
    background-color: rgba(214, 226, 193, 0.42);
    border: 2px solid rgba(91, 98, 86, 0.38);
    border-radius: 40px;
}

.footage-social-links {
  margin-top: 18px;
  display: flex;
  justify-content: space-evenly;
}

@media screen and (min-width: 800px) {
  .footer-alin{
    display: flex;
    justify-content: space-evenly;
  }
  .footer-alin hr{
    height: auto;
    width: 2px;
    margin: 0px;
  }
  .footage-social{
    min-width: 40%;
    margin-top: 18px;
  }
  .footer-links{
    min-width: 40%;
  }
  .footage-social-links {
    margin-top: 45px;
    justify-content: space-between;
  }

}

.footer-head{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer-links{
    display: flex;
    flex-direction: column;
    margin: 0px;
}

.footer-links div{
    display: flex;
    flex-direction: column;
}

.footer-ack {
    text-align: center;
}

footer a{
    color: #5B6256;
    font-style: normal;
    text-decoration: none;
}

.footer-handle a{
    display: flex;
    align-items: center;
}

