/* Reset default styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
  }
  /* font-family: "Inter", serif; */

  
  body {
    font-family: "Fira Code", serif;
  }
  
  .gradient-background {
    width: 100%;
    height: 100vh;
    background: linear-gradient(135deg, #060708, #191629, #182433,#162e36,#1c2c27,#1c2c27,#152c2f);
    color: #c9c2c2c5;
    padding: 10px 0;
  }
  .nav{
    height: 60px;
    width: 80%;
    background: transparent;
    margin: 0px auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background: rgba(61, 59, 59, 0.432);
    border-radius: 10px;
    -webkit-backdrop-filter: blur(20px);
  }
  .logo{
    width: 25%;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
  }
.menu{
  display: flex;
  align-items: center;
  list-style: none;
}
.menu a{
  text-decoration: none;
  color: #c9c2c2c5;
}
.menu li{
  padding: 0 20px ;
}


.content-hero{
  width: 100%;
  height: auto;
  padding: 20px 180px;
}
.content-hero h2{
  font-family: "Inter", serif;
  font-size: 75px;
  /* letter-spacing: 1px; */
}
.content-hero h2:first-child{
  color: #fff;
}
.content-hero p{
  font-family: "Fira Code", serif;
  font-weight: 600;
  margin-top: 70px;
  letter-spacing: 1.5px;
}
.btn-hero{
  position: relative;
  padding: 15px 50px;
  border-radius: 50px;
  border: none;
  background: #7FEAFF;
  font-family: "Fira Code", serif;
  font-size: 15px;
  font-weight: 600;
  color: black;
margin-top: 20px;
transition: 0.3s;
}
.btn-hero::before{
  content: '';
  position: absolute;
  width: 20px;
  height: 50px;
  background: #e7e8e90e;
  top: 0;
  left: 23px;
  transform: skew(-10deg,0deg);
  opacity: 0;
  backdrop-filter: blur(20px);
}
.btn-hero:hover{
  background: #dddfe025;
  color: #fff;
  cursor: pointer;
}
.btn-hero:hover::before{
  opacity: 0;
  
  animation-name: slide;
  animation-duration: 250ms;
}
@keyframes slide{
  10%{left: 33px;opacity: 1;}
  30%{left: 43px;opacity: 1}
  50%{left: 53px;opacity: 1}
  70%{left: 63px;opacity: 1}
  90%{left: 73;opacity: 1}
  100%{left: 93px;opacity: 0;}
}














.about{
  width: 100%;
  height: auto;
  background: #08090a;
  height: auto;
  display: flex;
  justify-content: center;
  padding: 100px;
}
.content-about{
  margin: auto;
  padding: 40px 100px;
}
.content-about p{
  color: #c9c2c2c5;
  font-family: "Fira Code", serif;
  font-weight: 500;
  letter-spacing: 1.5px;
}
.content-about h2{
  margin-top: 15px;
  font-family: "Inter", serif ; 
  color: #fff;
  font-weight: 700;
  font-size: 65px;
}
.content-about span{
  margin-left: 50px;
  letter-spacing: -1px;
}
.content-about span:first-of-type{
  color: #a7d575;
}
.content-about span:nth-of-type(2){
  color: #37eaf7;
}











.projects-section{
  width: 100%;
  height: auto;
  background: #1e130c;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #060708, #152c2f);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #060708, #151e2f); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 100px;
}
.projects-section .heading-projects{
  height: auto;
  padding: 100px 0;
  text-align: center;
}
.projects-section .heading-projects p{
  font-family: "Inter", serif ; 
  font-size: 16px;
  font-weight: 500;
  color: #c9c2c2c5;
  letter-spacing: 2PX;
}
.projects-section .heading-projects h2{
  font-family: "Inter", serif ; 
  font-size: 65px;
  color:#c9c2c2c5 ;
  font-weight: 600;
}
.projects{
  width: 100%;
  height: auto;
  /* padding: 100px 0; */
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.project-card{
width: 250px;
height: 300px;
border: none;
border-radius: 10px;
background-size: cover;
background-position: top;
background-repeat: no-repeat;
cursor: pointer;
}
.one{
  background-image: url(./assets/screencapture-ags-gov-2024-01-19-16_42_35.png);
}
.project-card:hover{
  background-position: bottom;
  transition: 1.5s;
}
.two
{
  background-image: url(./assets/screencapture-thecreavise-2025-01-27-14_23_41.png);
}
.three{
  background-image: url(./assets/screencapture-theomhenterprises-2023-05-20-03_42_37.png);
}

.btn-projects{
  margin-top: 70px;
}




footer{
  width: 100%;
  height: auto;
  padding: 20px 0;
  background-color: #000000;
background-image: linear-gradient(30deg, #000000 0%, #271c35 74%);
}
.main-footer{
  width: 80%;
  margin: auto;
  height: auto;
  backdrop-filter: blur(10px);
  display: flex;
  border-radius: 10px;
  background: rgba(120, 129, 119, 0.09);
  backdrop-filter: blur( 2px );
  /* justify-content: space-between; */
  align-items: center;
  padding: 50px 0;
  font-family: "Inter";
  color: #c9c2c2c5;
  gap: 20px;
}
.footer-div{
  height: 300px;
  padding: 50px;
  width: 33%;
}
.about-footer h3 , .links h3  , .social h3{
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0;
}
.main-footer p , .links ul li a{
  color: #c9c2c2c5;
  font-family: "Inter", serif ;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0px;
  text-align: justify;
  line-height: 22px;
  text-decoration: none;
}
.links ul , .social ul{
  list-style: none;
}
.links ul li {
  margin: 10px 0;
}
.social ul{
  display: flex;
  align-items: center;
}
.social ul li{
  padding: 0 10px;
}
.social ul li a{
  text-decoration: none;
  color: inherit;
  font-size: 18px;
}






.contact{
  position: relative;
  width: 100%;
  height: 100vh;
  background: #060708;

}
.color{
  width: 350px;
  height: 350px;
  border-radius: 50%;
  filter: blur(250px);
  position: absolute;
}
.color:nth-child(1){
  background: rgb(75, 129, 190);
}
.color:nth-child(2){
  bottom: 0;
  right: 0;
  background: rgb(111, 52, 158);
}
.container{
  position: absolute;
  border: none;
  width: 800px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: rgba(120, 129, 119, 0.09);
  backdrop-filter: blur( 2px );
  padding: 50px;
  border-radius: 10px;
}
.container h2{
  font-size: 35px;
  font-weight: 600;
  color: #c9c2c2c5;
  text-align: center;
}
.form{
  width: 100%;
}
.form input{
  display: block ;
  margin: 20px auto;
  width: 350px;
  height: 40px;
  background: rgba(61, 59, 59, 0.432);
  border:1px solid rgba(61, 59, 59, 0.432);
  border-radius: 10px;
  padding: 10px;
  outline: none;
  color: #c9c2c2c5;
  font-family: "Inter" serif;
  
}
.form textarea{
  display: block;
  margin: 30px auto;
  height: 200px;
  width: 350px;
  background: rgba(61, 59, 59, 0.432);
  border: none;
  border-radius: 10px;
  padding: 10px;
  outline: none;
  color: #c9c2c2c5;
  font-family: "Inter" serif;
}
.form input::placeholder , .form textarea::placeholder{
  font-family: "Inter" serif;
  color: #fff;
}
.form button{
  width: auto;
  height: auto;
  padding: 15px 50px;
  border: none;
  background: rgba(61, 59, 59, 0.432);
  color: #c9c2c2c5;
  font-family: "Inter" serif;
  margin-left: 170px;
  border-radius: 10px;
}
















/* Responsive */

@media screen and (max-width: 480px) {
  .nav {
    width: 100%;
  }
  .content-hero{
    padding: 100px 20px;
  }
  .content-hero h2{
    font-size: 45px;
  }
  .content-hero p{
    font-size: 13px;
    letter-spacing: 0;
    line-height: 20px;
    margin-top: 30px;
  }
  .btn-hero{
    display: inline;
    padding: 10px 50px;
  }
.about{
  margin: 0;
  padding: 50px 10px;
}
.content-about{
  margin: 0;
  padding: 50px 20px;
}
.content-about p{
  font-size: 15px;
  letter-spacing: -1px;
}
.content-about h2{
  text-align: left;
  font-size: 40px;
}
.content-about span{
  display: inline-flex;
  font-size: 40px;
}
.content-about span:first-of-type{
  margin-bottom: 20px;
}
.projects-section{
  padding: 20px 0;
}
.projects{
  flex-direction: column;
}
.project-card{
  margin: 10px 0;
}
.projects-section .heading-projects h2{
  font-size: 45px;
}
.main-footer{
  flex-direction: column;
}
.footer-div{
  width: 100%;
  /* border: 2px solid black; */
  padding: 0 30px;
  height: auto;
}
.container{
  width: 90%;
}
.form input , .form textarea{
  width: 100%;
  background: rgba(120, 129, 119, 0.034);
}
.form button{
  margin-left: 30px;
}
}