@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');


*{
    margin: 0;
  /* padding: 0; */
  font-family: "DM Sans", sans-serif;
}

.header{
 /* background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)),
 url(../img/background-3.png); */
  background-color: #f4f3ee;
 min-height: 70vh;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}

/* navigation */
nav {
    width: 100vw;
  display: flex;
  /* padding: 5% 6%; */
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  /* blur bg */
  background: rgba(255, 255, 255, 0.106);    
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);    

  border-bottom: 1px solid #2e2e2e1c;
}
.nav-links {
  flex: 1;
  text-align: right;
  padding: 2% 7%;
}
.logo{
    text-decoration: none;
    color: black;
    font-size: 20px;
    font-weight: 700;
  padding: 2% 7%;
  text-transform: uppercase;

}
.nav-links ul li {
  list-style: none;
  display: inline-block;
  padding: 8px 12px;
  position: relative;
}
.nav-links ul li a {
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
}
.nav-links :hover {
  /* color: rgb(212, 255, 169); */
  color: #38b000;
}

.text-box {
  width: 90%;
  color: #2e2e2e;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: "DM Sans", sans-serif;

}
.text-box h1 {
  font-size: 62px;
}
.text-box p {
  margin: 10px 0 40px;
  font-size: 16px;
  color: #2e2e2e;
}
.hero-button {
  /* width: 400px;
  height: 400px;
  position: relative; */
  /* left: 50%;
  top: 50%; */
  /* transform: translate(-50%, -50%); */
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-btn {
  width: 180px;
  height: 45px;
  position: absolute;
}
.hero-btn button {
  width: 180px;
  height: 45px;
  cursor: pointer;
  background: transparent;
  border: 1px solid #ffffff;
  outline: none;
  transition: 1s ease-in-out;
}

svg {
  position: absolute;
  left: 0;
  top: 0;
  fill: none;
  /* stroke: rgb(196, 254, 139); */
  stroke: #2e2e2e;
  stroke-dasharray: 150 480;
  stroke-dashoffset: 150;
  transition: 1s ease-in-out;
}

.hero-btn button:hover {
  transition: 1s ease-in-out;
  /* background: rgb(196, 254, 139); */
  
}

.hero-btn button:hover svg {
  stroke-dashoffset: -480;
}
.hero-btn button span {
  color: #38b000;
  /* color: rgb(196, 254, 139); */
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
}
/* .hero-btn button span:hover{
    color: white;
} */



/* //////////////// */
/* hero-text */
.hero-text {
  display: flex;
  width: 100%;
  /* padding: 5% 6%; */
}
.hero-pf {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  padding: 10% 6%;
}
.hero-pf img{
  width: 250px;
  position: absolute;
}

.caption{
  width: 100%;
  padding: 10% 6% 7% 6%;
  display: flex;
  flex-direction: column;
  color: #2e2e2e;
}
.caption h4{
  position: relative;
  bottom: 290px;
  left: 700px;
  font-size: 30px;
  font-style: italic;
  font-family: "Assistant", sans-serif;
 font-weight: 500;
  color: #38b000;
}
.caption p{
  font-size: 28px;
  padding: 0;
  margin: 0;
}
.caption .job{
  font-style: italic;
  color: #38b000;
}
.caption h2{
  font-size: 150px;
  padding: 0;
  margin: 0;
}

nav i {
  display: none;
}









/* services in main page  */
/* Section layout */
.what-i-do {
    /* width: 100%; */
  /* background-color: rgba(0, 0, 0, 0.372); */
    background-color: #2e2e2e;
  color: #fff;
  padding: 100px 100px;
  display: flex;
  justify-content: space-between;
  gap: 230px;
  align-items: flex-start;
}

/* Left title */
.what-i-do h2 {
  font-size: 2.25rem;
  font-weight: 700;
  text-transform: lowercase;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
.what-i-do p{
  max-width: 350px;
  padding: 10px 0;
    font-family: "Assistant", sans-serif;
font-weight: 300;
text-align: justify;
}

.what-i-do img{
  padding-top: 10px;
  width: 100px;
}

.green-highlight-i-do{
  display: flex;
  flex-direction: column;
  max-height: 500px;
  justify-content: flex-end;
}

/* Green underline block */
.green-highlight-i-do span {
  display: inline-block;
  width: 50px;
  height: 4px;
  background: rgb(196, 254, 139);
  /* background-color: #ecf39e; */

}


.bottom-tagline {
  position: relative;
  top: 260px;        /* distance from bottom */
  left: 0px;          /* distance from left */
}

.bottom-tagline p {
  font-size: 14px;        /* small and subtle */
  font-weight: 500;       /* medium weight for clarity */
  letter-spacing: 2px;    /* designer-style spacing */
  text-transform: uppercase;
  color: white;         /* soft grey for minimal look */
  opacity: 0.8;           /* lighter feel */
  padding: 0px 0 0 0;
}





.services {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.service h3 {
  font-size: 1.25rem;
  font-weight: 700;
  /* margin-bottom: 0.5rem; */
}

.service p {
  color: #ccc;
  line-height: 1.6;
  max-width: 600px;
  font-size: 17px;
font-family: "Assistant", sans-serif;
font-weight: 300;
text-align: justify;

}

@media (max-width: 1024px){

}
@media (max-width: 820px){

}








/* how i can help you.  */

.how-i-can-help-you{
    background-color: #252525;
    /* background-color: rgba(0, 0, 0, 0.372); */
    /* display: flex;
    justify-content: center;
    align-items: center; */
    padding: 100px 0 70px;
}

.helpyou-heading{
    color: white;
}
.help-text{
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.helpyou-heading span {
    display: inline-block;
  width: 5px;
  height: 60px;
  background: #5a5a5a; /* stick */
}
.helpyou-heading h1{
    font-size: 40px;
}

.service-lists{
    display: flex;
    flex: 1;
    justify-content: center;
    flex-wrap: wrap;
}
.service-lists ul li{
    text-decoration: none;
    color: white;
    font-family: "Assistant", sans-serif;
    font-weight: 300;
}
.service-lists ul{
    padding: 30px;
}

/* work  */
.latest-work{
  background: #252525;
  color: #fff;
  padding: 50px 100px 100px 70px;
  /* display: flex; */
  /* justify-content: space-between; */
  gap: 150px;
  align-items: flex-start;
}

.works{
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: column; */
    justify-content: space-around;
  align-items: flex-start;

    width: 100%;
}
.works h2{
  padding: 5px 0;
}
.works img{
    width: 400px;
    /* transform: scaleX(-1); */
    padding-bottom: 50px; /* gap between btn and image */
}




/* quickintro  */
.quickintro{
    /* width: 100%; */
    background-color: #2e2e2e;
    /* background-color: rgba(0, 0, 0, 0.372); */
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /* padding: 100px 100px; */
    padding: 5% 6%;
    gap: 150px;
}
.quickintro h2{
font-size: 2.25rem;
  font-weight: 700;
  text-transform: lowercase;
text-align: justify;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
.quickintro .yellow-highlight{
    color: yellow;
    font-style: italic;
}
.quickintro-text{
    display: flex;
    
}
.quickintro-text p{
     color: #ccc;
  line-height: 1.6;
  max-width: 600px;
  font-size: 17px;
font-family: "Assistant", sans-serif;
font-weight: 300;
text-align: justify;
padding: 10px 0;
}






/* viewmore btn  */
.showprj-button {
  /* width: 400px;
  height: 400px;
  position: relative; */
  /* left: 50%;
  top: 50%; */
  /* transform: translate(-50%, -50%); */
  display: flex;
  justify-content: center;
  align-items: center;
}

.showprj-btn {
  width: 180px;
  height: 45px;
  position: absolute;
}
.showprj-btn button {
  width: 180px;
  height: 45px;
  cursor: pointer;
  background: transparent;
  border: 0px solid #ffffff;
  outline: none;
  transition: 1s ease-in-out;
}

.showprj-btn svg {
  position: absolute;
  left: 0;
  top: 0;
  fill: none;
  stroke: rgb(196, 254, 139);
  stroke-dasharray: 150 480;
  stroke-dashoffset: 150;
  transition: 1s ease-in-out;
}

.showprj-btn button:hover {
  transition: 1s ease-in-out;
  /* background: rgb(196, 254, 139); */
  
}

.showprj-btn button:hover svg {
  stroke-dashoffset: -480;
}
.showprj-btn button span {
  /* color: white; */
  color: rgb(196, 254, 139);
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
}





/* curious me btn  */
.quick-button {
  /* width: 400px;
  height: 400px;
  position: relative; */
  /* left: 50%;
  top: 50%; */
  /* transform: translate(-50%, -50%); */
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
}

.quick-btn {
  width: 180px;
  height: 45px;
  position: absolute;
}
.quick-btn button {
  width: 180px;
  height: 45px;
  cursor: pointer;
  background: transparent;
  border: 1px solid #ffffff;
  outline: none;
  transition: 1s ease-in-out;
}

svg {
  position: absolute;
  left: 0;
  top: 0;
  fill: none;
  /* stroke: rgb(196, 254, 139); */
  stroke-dasharray: 150 480;
  stroke-dashoffset: 150;
  transition: 1s ease-in-out;
}

.quick-btn button:hover {
  transition: 1s ease-in-out;
  /* background: rgb(196, 254, 139); */
  
}

.quick-btn button:hover svg {
  stroke-dashoffset: -480;
}
.quick-btn button p {
  /* color: white; */
  color: rgb(196, 254, 139);
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
    display: flex;
  justify-content: center;
  align-items: center;
}

footer{
    background-color: #f4f3ee;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 30px 0;
    color: #2e2e2e;
}
footer h3{
  text-transform: uppercase;
}
footer a{
    text-decoration: none;
    color: #2e2e2e;
    /* padding: 10px; */
}
footer .icons{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 10%;
}

footer a i:hover{
  color: #38b000;
}

footer a h3:hover{
  color: #38b000;
 }




@media (max-width: 829px) {
  .nav-links ul li {
    display: block;
  }
  .nav-links {
    position: fixed;
    /* background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)); */
    background: rgb(255, 254, 251);
    height: 100vh;
    width: 100px;
    top: 0;
    right: -500px;
    text-align: left;
    z-index: 2;
    transition: 1s;
  }
  nav a {
    color: white;
  }

  nav i {
    display: block;
    color: #252525;
    margin: 8px 15px;
    font-size: 22px;
    cursor: pointer;
  }
  nav i:hover{
    color: #38b000;
  }
  nav .bi-x-lg{
        color: #252525;
    padding: 10% 3%;
  }

  nav .bi-list{
    color: #252525;
    padding: 5%;
  }
  .nav-links ul {
    padding: 10px;
  }
  .what-i-do{
    flex-direction: column;
    gap: 50px;
  }
  .green-highlight-i-do{
    order: 1;
  }
  .services{
    order: 2;
  }
  .bottom-tagline{
    visibility: hidden;
  }

  .text-box h1{
    font-size: 50px;
  }
  .text-box p{
    font-size: 15px;
  }

  .works{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .works .green-highlight-i-do{
    order: -1; /* move heading to the top */
    text-align: center;
    margin: 0 0 50px 0;
  }
  .how-i-can-help-you {
    /* width: 100%; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10% 10%;

  }
  .helpyou-heading h3,h1{
    text-align: center;
  }
  .service-lists ul {
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  .latest-work img{
    width: 100%;
  }

  .service-lists{
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
    .quickintro {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 10% 10%;
  }
  .green-highlight-i-do {
    order: -1; /* heading appears on top in mobile */
  }
  .quickintro-text {
    max-width: 100%;
  }
  .quick-button{
    margin: 50px 0;
  }

  footer {
    flex-direction: column;
    text-align: center;
  }
  footer .icons {
    width: auto; /* release 10% constraint */
    justify-content: center;
    gap: 1.5rem;
    padding: 10px 0;
  }
}


@media (max-width: 520px){
  .text-box h1{
    font-size: 50px;
  }
  .text-box p{
    font-size: 15px;
  }
  .what-i-do{
    align-items: stretch;
    padding: 70px 10%;
    gap: 50px;
  }
  .what-i-do p{
    text-align: left;          /* avoid awkward rivers on small screens */
  }
  .service p{
    text-align: left;
    max-width: 100%;
  }
   .service-lists{
    grid-template-columns: 1fr;
    
  }
  .works{
    grid-template-columns: 1fr;
  }
  .help-text{
    padding: .5rem 1rem;
    text-align: left; /* avoids awkward center-wrapping on tiny screens */
  }
}

