@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');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Poppins", sans-serif;
}

header{
    background-color: rgb(255, 255, 255);
    width: 100%;
    position: fixed;
    z-index: 9999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}
.logo{
    text-decoration: none;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.6em;


}
.navig a{
      text-decoration: none;
      color: black;
      font-weight: 600;
      padding-left: 20px;

      

}
.navig a:hover{
    color: #6963ff;
}
section{
        padding: 80px 20px;


}
.mainpage{
        background-image: url(hook.jpg);
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
         width: 100%;
        min-height: 100vh;
        display: flex;
        align-items: center; 

         
         
}
div p {
  font-size: 20px;
 font-weight: 500;
 color: white;
 font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;


}
div h1{
  color: #000000;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 50px;

}
.mainbutt{
  font-size: 15px;
  letter-spacing: 1px;

 font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
 color: rgb(255, 255, 255);
 text-decoration: none;
 background-color: #000000;
 border-radius: 15px;
 padding: 0.9em 2.2em;
 display: inline-block;
 margin-bottom: 10px;
 margin-top: 15px;
 transition: 0.7s ease;
}

.mainbutt:hover {
 background-color: #222222 ;
 color: white;
 transform: scale(1.11);

}





.socialmediabutt a{
margin-top: 20px;
padding-right: 20px;
color: #ffffff !important;
margin-top: 15px;
font-size: 20px;
}
.cards h2{
  display: flex;
  justify-content: center;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #000000;
  font-weight: 800;
  font-size: 30px;
  margin-bottom: 30px;

}


.content{
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.content p{
   font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
   color: #000000;



}
.info p{
  color: black;
  word-spacing: 1.5px;
}
.card {

  background-color: white;
  width: 21.25em;
  box-shadow: 0 5px 25px rgba(1 1 1 / 15%);
  border-radius: 20px;
  margin: 25px;
  padding: 15px;
  transition: 0.7s ease;
}

.info h3{
margin: 15px 10px;
display: flex;
color: #5e25e2;
font-size: 30px;

}
.icon{
color: black;
font-size: 60px;
display: flex;
justify-content: center;

}
.card:hover {
 background-color: #fdfdfd ;
 
 transform: scale(1.11);
}
.info p:hover{
  color: white;
  

}
.icon:hover{
 color: white;
}
.title{
 display: flex;
  justify-content: center;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #ffffff;
  font-weight: 800;
  font-size: 30px;
  margin-bottom: 30px;

}
.projects{
background-color: #02071E;



}
.project_card{
 background-color: #ffffff;
  width: 23em;
  border: 1px solid white;
  border-radius: 20px;
  min-height: 14em;
  margin: 25px;

  transition: 0.7s ease; 
  overflow: hidden;
}
.image img{
 
  width: 100%;

}
.projects .title{
margin-bottom: 30px;

}
.project_card:hover{
  transform: scale(1.1);
}
.project_info p{
 color: black;
 font-family: Verdana, Geneva, Tahoma, sans-serif;
 font-size: 0.7em;
 padding-bottom: 10px;
 
 
}
.project_info{
  padding: 1em;
}
.project_title{
  display: flex;
  font-size: 1em ;
  justify-content: space-between;


}
.ptitle{
 font-weight: 900;
 font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;


}
.more_details{
 text-decoration: none;
 color: #5e25e2;
 font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;

}
.footer{
background-color:#02071E;

}
.makeby{
 color: #ffffff;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
 

}
.footer_info{
  display: flex;
  justify-content: space-between;
 padding: 20px;

}
.content h3{
color: #000;
 display: flex;
  justify-content: center;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 800;
  font-size: 30px;
  margin-bottom: 30px;




}
.menu-toggle {
  display: none;
}


@media (max-width: 768px) {
  .navig {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: white;
    position: absolute;
    top: 60px;
    right: 20px;
    padding: 15px;
    border-radius: 10px;
  }
}

@media (max-width: 768px) {
  .mainpage {
    background-attachment: scroll;
    text-align: center;
    justify-content: center;
  }

  div h1 {
    font-size: 32px;
  }

  div p {
    font-size: 16px;
  }

  .mainbutt {
    padding: 12px 20px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .content {
    flex-direction: column;
    align-items: center;
  }

  .project_card,
  .card {
    width: 90%;
    margin: 15px 0;
  }
}
@media (max-width: 768px) {
  .footer_info {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
}
/* Hide hamburger on desktop */
.menu-toggle {
  display: none;
  font-size: 28px;
  cursor: pointer;
}

/* Mobile */
@media (max-width: 768px) {

  .menu-toggle {
    display: block;
  }

  .navig {
    position: fixed;
    top: 0;
    right: -250px;   /* hidden */
    width: 220px;
    height: 100vh;
    background: white;
    display: flex;
    flex-direction: column;
    padding: 80px 20px;
    gap: 20px;
    box-shadow: -5px 0 15px rgba(0,0,0,0.1);
    transition: 0.3s ease;
  }

  .navig.active {
    right: 0;   /* show menu */
  }

  .navig a {
    font-size: 18px;
    padding: 10px;
    border-bottom: 1px solid #eee;
  }
}
@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }
}
