* {
    padding: 0;
    margin: 0;
    font-family: poppins, montserrat, Plus Jakarta Sans;
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

body{
  background-color: #FFF7E3;
}


a {
  text-decoration: none; 
}



@media (prefers-color-scheme: dark) {
  body {
      background-color: #FFF7E3 !important; 
  }

  .hs {
    background-color: #fff;
  }

  span {
      color: #0FAD0C !important; 
  }

  h1, h2, h3, h4, h5, h6 {
      color: #222222 !important; 
  }
  p, a {
      color: #353535 !important; 
  }
}



/* START OF MEDIA QUERIES */

@media (max-width: 650px){

  .menu{
      width: 100%;
      max-height: 0;
      overflow: hidden;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      
      }
      label{
      display: inline-flex;
      }

      #toggler:checked~.menu{
      max-height: 100%;
      }

      #toggler{
        display: none;
      }

      .list{
      flex-direction: column;
      align-items: center;
      padding: 20px;
      margin-top: 5rem;
      }
     
}


@media (min-width: 650px){

  #toggler, label{
display: none;
}

}

/* END OF MEDIA QUERIES */

header{
  background-color: #FFF7E3;
  padding-top:0.8rem ;
}


.navbar h2 span{
  color: #0FAD0C;
}


nav {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
font-size: 15px;
font-weight: 400;
font-family: montserrat alternates;
padding: 15px;
background: #FFF7E3;
margin-left: 2rem;
margin-right: 2rem;

border-radius: 50px;
}


nav a {
text-decoration: none;
color: #353535;
font-family: montserrat alternates;
font-size: 16px;
font-weight: 500;
}

.list{
	display: flex;
	list-style: none;
	gap: 75px;
}

#toggler label{
display: none;
}

label i{
color: rgb(0, 0, 0);
}

.menu{
  display: flex;
  gap: 100px;
  align-items: center;
}

.list li a:hover {
  color: #2d9903; 
}

.list li a.active {
  color: #0FAD0C; 
  background: rgba(255, 255, 255, 0.959); 
  backdrop-filter: blur(78px); 
  padding: 10px;
  border-radius: 30px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}


header {
  transition: all 0.3s ease;
  
}


.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; 
}


/* END OF HEADER */


/* START OF HERO */


.hs {
  justify-content: center;
  align-items: center;
  gap: 10px;
  background:#fff;
  padding: 50px 100px 0px 100px;
  margin: 0px auto;
  max-width: 1500px;
  border-radius: 20px;
}

.hhtxt{
  display: block;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.hs img{
    width: 510px;
  justify-content: center;
}

.hsimg{
  display: flex;
      justify-content: center;
      align-items: center;
      gap: 50px;
}


.txt-1 p{
font-style: italic;
font-size: 2.5rem;
color: #FF3333;
margin-top: 1.5rem;
}

.txt-1 h6{
color: #000000;
font-size: 1rem;
letter-spacing: 3px;
font-weight: 400;
margin-top: 0.7rem;
}

#hee {
  font-size: 5rem;
  margin-bottom: 1rem;
  font-weight: 800;
  color: #222222;
  font-family: montserrat alternates;
  line-height: 7rem;
  margin-top: 0.5rem;
}


.hs p {
  line-height: 3rem;
  font-size: 24px;
  font-family: plus jakarta sans;
  color: #222222;
}

.hs span{
    color: #0FAD0C;
    font-family: montserrat alternates;
}

.hs button{
    margin-top: 2rem;
    padding: 20px 15px;
    outline: none;
    border: none;
    background-color: #0FAD0C;
    color: #ffffff;
    font-weight: 400;
    border-radius: 50px;
    cursor: pointer;
    font-size: 18px;
    display: inline-flex;
    gap: 9px;
    align-items: center;
    justify-content: center;
    font-family: montserrat;
}


.hero-btn:hover{
  
  backdrop-filter: blur(24px); 
  transition: 0.3s ease-in;
}


.hero-btnx {
  box-sizing: border-box;
  transition: 0.3s ease-in;
}

.hero-btns{
    display: flex;
    gap: 20px;
    margin-top: 1.2rem;
    justify-content: center;
}

#hero-btn{
 background-color: transparent;
 color: #0FAD0C;
 border: 1px solid #0FAD0C;
 transition: 0.3s ease-in;
}

#hero-btnn:hover{
  backdrop-filter: blur(24px); 
 transition: 0.3s ease-in;
}
#hero-btn:hover{
  background-color: #0FAD0C;
  backdrop-filter: blur(24px); 
 color: #ffff;
 transition: 0.3s ease-in;
}

.name{
  font-weight: 500;
}

/* MEDIA QUERIES */
@media (max-width: 1250px){
#hee{
    font-size: 4.5rem;
}

.hs p{
    font-size: 18px;
}

.hs img{
    width: 450px;
}

}
@media (max-width: 1150px){
  #hee{
    font-size: 4rem;
    line-height: 5rem;
}

.hs p{
    font-size: 16px;
}

.hs img{
    width: 400px;
}

}


@media (max-width: 992px){
  #hee{
    font-size: 3rem;
}

h6{
    font-size: 10px;
    font-weight: 600;
}

.hs p{
    font-size: 16px;
    line-height: 2rem;
    width: auto;
}

.hs img{
    width: 350px;
}

.hs{
    gap: 10px;
}

.hero-btns{
    display: flex;
    gap: 10px;
    margin-top: 1rem;
}

.hs button{
    margin-top: 2rem;
    padding: 20px 15px;
    font-weight: 500;
    font-size: 14px;
}


}


@media (max-width: 900px){
  #hee{
    font-size: 3rem;
}

h6{
    font-size: 10px;
    font-weight: 600;
}

.hs p{
    font-size: 16px;
    line-height: 2rem;
    width: auto;
}

.hs img{
    width: 350px;
}

.hs{
    gap: 10px;
}

.hero-btns{
    display: flex;
    gap: 10px;
    margin-top: 1rem;
}

.hs button{
    margin-top: 2rem;
    padding: 20px 15px;
    font-weight: 500;
    font-size: 14px;
}

}


@media (max-width: 780px){
#hee{
    font-size: 3rem;
    line-height: 2.9rem;
    
}

h6{
    font-size: 8px;
    font-weight: 600;
}

.hs p{
    font-size: 14px;
    line-height: 2rem;
    width: auto;
}

.hs img{
    width: 330px;
}

.hs{
    gap: 10px;
}


.hs button{
    margin-top: 2rem;
    padding: 15px 10px;
    font-weight: 500;
    font-size: 12px;
}

.navbar h2 {
  font-size: 0.8rem;
}

}
@media (max-width: 695px){

h6{
    font-size: 8px;
    font-weight: 600;
}

.hs p{
    font-size: 14px;
    line-height: 2rem;
    width: auto;
}

.hs img{
    width: 370px;
}

.hs{
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 20px 0px;
}

/* .hero-btns{
    display: flex;
    gap: 10px;
    margin-top: 1rem;
} */

.hs button{
    margin-top: 1rem;
    padding: 15px 10px;
    font-weight: 500;
    font-size: 12px;
}

}


@media (max-width: 450px){



.hs img{
    width: 350px;
    margin-top: 1rem;
}

.project-1 img {
  width: 310px;
}

#second{
  padding: 50px 30px 30px 30px;
}
#threads{
  padding: 50px 30px 30px 30px;
}
#reviews{
  padding: 50px 30px 30px 30px;
}

#h22{
  font-size: 1.5rem;
  line-height: 2.5rem;
}

}
/* End OF Hero SECTION */




/* START OF SECOND SECTION */


.second {
  padding: 50px 100px 80px 100px;
}

.second h2{
  font-size: 48px;
  font-family: montserrat alternates;
  line-height: 4rem;
  font-weight: 500;
  color: #222222;
  text-align: center;
}


.skill-container{
  display: flex;
  margin-top: 2rem;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 10px;
}


.skills .img-box{
  padding-top: 20px;
  display: flex;
  justify-content: center;
 align-items: center;
 margin-top: 1rem;
}

.skills{
  margin-top: 2rem;
  padding: 20px 15px 15px 15px;
  width: 450px;
  background: #fff;  
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.skills .img-box img{
  border-radius: 10px;
}


.skills h3{
  margin-top: 1rem;
  font-size: 18px;
  font-family: montserrat alternates;
  font-weight: 600;
  color: #000;
  text-align: center;
}

.second-top p{
 margin-top: 1rem;
 text-align: center;
 font-family: montserrat alternates;
 line-height: 35px;
 font-size: 16px;
 color: #414141;
}

.skills p{
  margin-top: 1rem;
  line-height: 1.8rem;
  text-align: left;
  font-size: 12px;
  font-family: montserrat alternates;
  color: #414141;
  text-align: center;
}

/* MEDIA QUERIES */

@media (max-width: 450px){
  .skills .img-box img{
    width: 250px;
  }

  .second-top p{
    font-size: 14px;
  }

}

/* END OF SECOND SECTION */



/* START OF THREAD SECTION */

.thread-container{

  display: flex;
  margin-top: 2rem;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 10px;

}

.threads{
  margin-top: 2rem;
  padding: 15px 15px 15px 15px;
  width: min-content;
  background: #F9F9F9;  
  border-radius: 10px;
}

.threads h3{
  margin-top: 1rem;
  font-size: 18px;
  font-family: montserrat alternates;
  font-weight: 600;
  color: #000;
  line-height: 1.8rem;
}


.threads .img-box{
  display: flex;
  justify-content: center;
 align-items: center;
}

.threads p{
  margin-top: 1rem;
  line-height: 1.8rem;
  text-align: left;
  font-size: 12px;
  font-family: montserrat alternates;
  color: #414141;
}

.threads .img-box img{
  border-radius: 10px;
}



.threads button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: none;
  outline: none;
  cursor: pointer;
  color:#0FAD0C ;
  font-weight: 500;
  font-family: montserrat;
  font-size: 12px;
  background-color: white;
  padding: 10px;
  border-radius: 15rem;
  margin-top: 0.8rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}


.threads:hover{
  background-color: #0FAD0C;
  backdrop-filter: blur(24px); /* Blur effect */
 color: #ffff;
 /* border: 1px solid #FFAD0E; */
 transition: 0.3s ease-in;
}
.threads:hover h3{
 color: #ffff;
 /* border: 1px solid #FFAD0E; */
 transition: 0.3s ease-in;
}
.threads:hover p{
 color: #f0f0f0;
 /* border: 1px solid #FFAD0E; */
 transition: 0.3s ease-in;
}


/* MEDIA QUERIES */

@media (max-width: 450px){
  .threads .img-box img{
    width: 290px;
  }

  .second-top p{
    font-size: 14px;
    line-height: 1.5rem;
  }


  .skills p{
    line-height: 1.5rem;
  }

}


/* END OF THREAD SECTION */



/* START OF REVIEW SECTION */

.reviews{
  margin-top: 2rem;
  padding: 15px 15px 15px 15px;
  width: 420px;
  background: #ffff;  
  border-radius: 10px;
}


.review-container{
  display: flex;
  margin-top: 2rem;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 10px;

}


.reviews p{
  line-height: 1.8rem;
  font-size: 12px;
  font-family: montserrat alternates;
  color: #414141;
}

.rvw-name{
display: inline-flex;
align-items: center;
align-content: center;
gap: 10px;
}


.reviews img{
border-radius: 100px;
margin-top: 0.3rem;
}


.reviews h4{
  margin-top: 1rem;
  font-size: 15px;
  font-family: montserrat alternates;
  font-weight: 600;
  color: #000;
  line-height: 1.8rem;
}
.reviews h5{
  margin-top: 1rem;
  font-size: 15px;
  font-family: montserrat alternates;
  font-weight: 600;
  color: #000;
  line-height: 1.8rem;
}



/* END OF REVIEW SECTION */





/* START OF CTA SECTION */
.cta {
  justify-content: center;
  align-items: center;
  gap: 10px;
  background:#fff;
  padding: 50px 100px 50px 100px;
  margin: 0px auto;
  max-width: 1500px;
  border-radius: 20px;
}

.cta-txt{
  display: block;
  text-align: center;
  align-items: center;
  justify-content: center;
}


#ctaa {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 800;
  color: #222222;
  font-family: montserrat alternates;
  line-height: 3rem;
  margin-top: 0.5rem;
}


.cta p {
  line-height: 3rem;
  font-size: 24px;
  font-family: plus jakarta sans;
  color: #222222;
}

.cta span{
    color: #0FAD0C;
    font-family: montserrat alternates;
}

.cta button{
  margin-top: 2rem;
  padding: 20px 15px;
  outline: none;
  border: none;
  background-color: #0FAD0C;
  color: #ffffff;
  font-weight: 400;
  border-radius: 50px;
  cursor: pointer;
  font-size: 18px;
  display: inline-flex;
  gap: 9px;
  align-items: center;
  justify-content: center;
  font-family: montserrat;
}


.cta-btn:hover{
backdrop-filter: blur(24px); 
transition: 0.3s ease-in;
}


.cta-btnx {
box-sizing: border-box;
transition: 0.3s ease-in;
}

.cta-btns{
  display: flex;
  gap: 20px;
  margin-top: 1.2rem;
  justify-content: center;
}

#cta-btn{
background-color: transparent;
color: #0FAD0C;
border: 1px solid #0FAD0C;
transition: 0.3s ease-in;
}

#cta-btnn:hover{
backdrop-filter: blur(24px); 
transition: 0.3s ease-in;
}
#cta-btn:hover{
background-color: #0FAD0C;
backdrop-filter: blur(24px); 
color: #ffff;
transition: 0.3s ease-in;
}

/* MEDIA QUERIES */
@media (max-width: 1250px){
#ctaa{
    font-size: 4.5rem;
}

.cta p{
    font-size: 18px;
}


}
@media (max-width: 1150px){
  #ctaa{
    font-size: 2rem;
    line-height: 5rem;
}

.cta p{
    font-size: 16px;
}

}


@media (max-width: 992px){
  #ctaa{
    font-size: 2rem;
}

.cta p{
    font-size: 16px;
    line-height: 2rem;
    width: auto;
}


.cta{
    gap: 10px;
}

.cta-btns{
  display: flex;
  gap: 10px;
  margin-top: 1rem;
}

.cta button{
  margin-top: 2rem;
  padding: 20px 15px;
  font-weight: 500;
  font-size: 14px;
}

}


@media (max-width: 900px){
  #ctaa{
    font-size: 2rem;
}

.cta p{
    font-size: 16px;
    line-height: 2rem;
    width: auto;
}


.cta{
    gap: 10px;
    /* flex-direction: column; */
}

.cta-btns{
  display: flex;
  gap: 10px;
  margin-top: 1rem;
}

.cta button{
  margin-top: 2rem;
  padding: 20px 15px;
  font-weight: 500;
  font-size: 14px;
}

}


@media (max-width: 780px){
#ctaa{
    font-size: 1.5rem;
    line-height: 2rem;
    
}

.cta p{
    font-size: 14px;
    line-height: 2rem;
    width: auto;
}

.cta{
    gap: 10px;
}

.cta button{
  margin-top: 2rem;
  padding: 15px 10px;
  font-weight: 500;
  font-size: 12px;
}

}
@media (max-width: 695px){

.cta p{
    font-size: 14px;
    line-height: 2rem;
    width: auto;
}

.cta{
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 20px 30px;
}

/* .hero-btns{
    display: flex;
    gap: 10px;
    margin-top: 1rem;
} */

.cta button{
  margin-top: 1rem;
  padding: 15px 10px;
  font-weight: 500;
  font-size: 12px;
}

}


@media (max-width: 450px){


}

/* END OF CTA SECTION */

/* START OF FOOTER SECTION */

.empty{
  content: "";
  width: auto;
  background-color: #0FAD0C;
  height: 2px;
  border-radius: 30px;
}

footer{
  padding: 50px 20px 50px 20px;
  background: #FFF7E3;
  margin-top: 4rem;
}

.ftr{
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
  justify-content: center;
  align-items: center;
  font-family: Montserrat Alternates;
  color: #303030;
}

.ftr a{
  color: #303030;
  text-decoration: none;
  margin-top: 2rem;
  font-family: Montserrat Alternates;
  font-size: 1.2rem;
  font-weight: 500;
}

.ftr-txt{
  color: #303030;
  text-align: center;
}
.ftr-txt span{
  color: #0FAD0C;
}

.ftr-socials .img-box{
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  background:#fff;
  padding: 20px;
  width: min-content;
  border-radius: 300px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.ftr-socials img{
  width: 24px;
}

.ftr-socials{
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-bottom: 2rem; */
}

.rights{
  font-family:  Montserrat Alternates ;
  line-height: 1.5rem;
  text-align: center;
  margin-top: 2rem;
  color: #303030;
}


/* MEDIA QUERIES */


@media (max-width: 695px){

  .ftr a{
    font-size: 0.8rem;
  }
  .ftr {
   gap: 30px;
  }

  .empty{
    height: 1px;
    background-color:#0FAD0C;
  }

  .ftr-socials img{
    width: 18px;
  }

  .ftr-socials .img-box{
    padding: 10px;
  }

  .rights{
    font-size: 0.7rem;
  }

}

/* END OF FOOTER SECTION */