
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* shared style */
.text-primary{
    color: rgb(0, 255, 255);
       
}
.button{

    color: #ffffff;
    background-color: rgba(79, 168, 230, 1);
    direction: none;
    /* width: 150px;
    height: 64px; */
    border-radius: 5px;
    font-weight: 700;
    font-size: 20px;
    border: none;
    padding: 18px 35px; /*18pixel upore niche & 35 pixel dane bame */

    
}
.button2{

    color: rgba(79, 168, 230, 1);
    background-color: #ffffff;
    direction: none;
    /* width: 150px;
    height: 64px; */
    border-radius: 5px;
    font-weight: 700;
    font-size: 20px;
    border-color: rgba(79, 168, 230, 1);
    padding: 18px 35px; /*18pixel upore niche & 35 pixel dane bame */

    
}
/* Nav Styles */
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 200px;
}
.dark2{
    color: #474747;
}
.open-sans-normal{
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:"width" 100;
}
.nav-title {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: 45px;
    color: #181818;
}
.secondary-background{
    color: #FFF8F3;


}



/* //...................projectsss........................... */




/* ==================== Section Styling ==================== */
.projects {
  text-align: center;
  padding: 80px 20px;
  background: #f5f7fa; /* Soft modern background */
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.section-title {
  font-size: 2.6rem;
  margin-bottom: 15px;
  color: #1a1a1a;
  font-weight: 700;
  letter-spacing: 1px;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 50px;
  line-height: 1.6;
}

/* ==================== Grid Layout ==================== */
.project-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

/* ==================== Card Style ==================== */
.project-card {
  background: linear-gradient(145deg, #ffffff, #f0f4f8);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  display: flex;
  flex-direction: column;
  height: 550px; /* Increased card height */
}

.project-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
}

/* ==================== Card Image ==================== */
.project-card img {
  width: 100%;
  height: 330px; /* Slightly bigger image for taller card */
  object-fit: cover;
  border-bottom: 1px solid #e0e0e0;
  transition: transform 0.4s ease;
}

.project-card:hover img {
  transform: scale(1.05);
}

/* ==================== Card Info ==================== */
.project-info {
  padding: 15px;
  text-align: left;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

.project-info h3 {
  margin: 0 0 12px;
  color: #111;
  font-size: 1.3rem;
  font-weight: 600;
}

.project-info p {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

/* ==================== Buttons ==================== */
.btn {
  display: inline-block;
  padding: 12px 18px;
  background: linear-gradient(90deg, #36d1dc, #5b86e5);
  color: #fff;
  border-radius: 12px;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn:hover {
  background: linear-gradient(90deg, #5b86e5, #36d1dc);
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

/* ==================== Responsive Styles ==================== */

/* Tablets (768px and below) */
@media (max-width: 768px) {
  .section-title {
    font-size: 2.2rem;
  }
  .section-subtitle {
    font-size: 1rem;
  }
  .project-card {
    height: 550px;
  }
  .project-card img {
    height: 350px;
  }
}

/* Mobile (480px and below) */
@media (max-width: 480px) {
  .projects {
    padding: 50px 15px;
  }
  .section-title {
    font-size: 1.8rem;
  }
  .section-subtitle {
    font-size: 0.95rem;
    margin-bottom: 30px;
  }
  .project-card {
    height: 550px;
  }
  .project-card img {
    height: 380px;
  }
  .project-info {
    padding: 20px;
  }
  .project-info h3 {
    font-size: 1.1rem;
  }
  .project-info p {
    font-size: 0.85rem;
  }
  .btn {
    padding: 10px 16px;
    font-size: 0.85rem;
  }
}

   /* .................................................... */



nav ul{
    display: flex;
    align-items: center;

}
nav ul li {
    list-style: none;
    /* margin-right: 50px; */  

}
nav ul li a{
    text-decoration: none;
    font-size: 20px;
    padding: 20px;
}
.header{
    background-image: url(../images/developer.png), url(../images/header_bg.png);
    background-repeat: no-repeat;
    background-position: top left,bottom right;

    /* background-color: transparent; */
}


.banner{
    display: flex;
    margin-left: 200px;
    justify-content: space-between;
    margin: 0 35px 0 200px;
    background-color: transparent;
    

}
.banner-contant{
    width: 585px;
    height: 355px;
    /* background-color: transparent; */
}
.banner-name{
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 85px;
    color:#181818 ;
    background-color: transparent;
    margin-bottom: 0px;

}
.banner-hi{

    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 45px;
    padding-bottom: 5px;
    /* background-color: transparent; */
    padding-top: 100px;
   
}
.banner-caption{
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    padding-top: 20px;
    background-color: transparent;
    color: #757575;

}
.banner-image{
    /* height: 676px;
    width: 584px; */
    background-color: transparent;

}
.section-title{
    font-size: 35px;
    font-weight: bold;
    color: #181818;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 0px;

}
.section-description{

    color: #757575;
    font-size: 18px;
    text-align: center;
    padding-bottom: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
     
}
.about{
    border-radius: 10px;
    padding: 130px 150px;
    text-align: center;



}
/* main styles.................. */
main section{
    margin-top: 130px;
    margin-bottom: 130px;
}
main{
    max-width: 1140px;
    margin: 0 auto;
    /* background-color: #e2b5b5; */
    /* margin-top: 130px; */
    
}
.item-description{
    font-weight: bold;
    color: #474747;
    font-size: 20px;
    /* margin-top: 0px;
    margin-bottom: 0px; */
}
.about-items{
    display: flex;
    justify-content: space-around;
    margin-top: 0px;
    /* margin-bottom: 0px;
    padding-top: 30px; */


}
.item-title{
    text-align: center;
    font-size: 20px;
    color: #757575;
    /* margin-top: 0px;
    margin-bottom: 0px; */

}
/* ...............what-i-do......... */
.do-div{
    /* border: #352f2f;

    color: #482020; */
    width: 270px;
    height: 320px;
    align-items: center;
    padding-top: 10px;
    border-radius: 8PX;
    box-shadow: 0px 6px 50px 0px rgb(210, 210, 210);
    font-size: 14px;
    
    /* background-color: #352f2f; */

}
.do-section{
    display: flex;
    /* justify-content: space-between; */
    /* color: #FD6E0A; */
    gap: 24px;
    
    
    
}
.icon-mid{
    /* align-items:start ; */
    height: 60px;
    width: 60px;
    padding: 30px 200px 0px 30px;
    margin-bottom: 0px;
    
}
/* .section2{
     margin-top: 150px; 
     background: #352f2f; 
   
} */
.section-div-txt{
    color: #757575;
    margin-top: none;
    height: 240px;
    width: 200px;
    padding: 10px 30px 30px 30px;
    
}
/* ....................resume.................. */
.resume-title{
    font-size: 35px;
    font-weight: 800;
    text-align: start;
    

}
.resume-colum-title{
    color: #181818;
    font-size: 30px;
    font-weight: 700;
    text-align: start;

}
.experience-title{
    color: #474747;
    font-size: 25px;
    font-weight: 700;
    text-align: start;

}
.experience-sub-tile{
    color:#757575 ;
    font-size: 20px;
    font-weight: 400;
    text-align: start;

}
.experience-description{
    color: #757575;
    font-size: 16px;
    font-weight: 400;
    text-align: start;

}
.resume-cn{
    display: flex;
    gap: 45px;
}
.resume hr{
    margin: 30px 5px;
}








/* ................footer........... */
.footer{
    /* align-items: center; */
    /* width: 1600px;
    height: 780px; */
    display: flex;
    background-color: rgba(200, 231, 252, 1);
    /* justify-content: space-between; */
    padding: 130px 230px;
    gap: 100px;
}
/* .form{
    display: block;
    text-align: center;
} */
.footer-column{
    width: 50%;
}
/* ................................form css................. */
footer input[type="text"], footer input[type="email"]{
    height: 54px;
    border-radius: 5px;
    background-color: #FFF8F3;
    display: block;
    width: 460px;
    padding: 10px 20px;
    margin-bottom: 24px;
    border: none;

}
footer input[type="mtext"]{
    height: 184px;
    border-radius: 5px;
    background-color: #FFF8F3;
    display: block;
    width: 460px;
    padding: 10px 20px;
    margin-bottom: 24px;
    border: none;
    text-align:start;

}
/* ........................Responsiveness........................ */
/* ........................phone........................ */
@media screen and (max-width:576px){
    .do-section{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        
        
    }
    .resume-cn, .about-items, .banner{
        flex-direction: column;
        /* align-items: center;
        justify-content: center; */
    }
    .footer{
        
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px;

    }
    .footer-column{
        width: 100%;
    }
    footer input[type="text"], footer input[type="email"]{
        width: calc(100% - 40px);

    }
    footer input[type="mtext"]{
        width: calc(100% - 40px);
    }
    .about{
        padding: 20px;
        margin-bottom: 20px ;
        margin-top: 0px;
    }
    .banner{
        margin: 10px;
    }
    .banner-hi{
        padding-top: 10px

    }
    .banner-image, .banner-name, .banner-caption{
        width: 100%;
        color: #181818;

    }
    .secondary-background{
        /* background-image: none; */
        background-image: none ,url(../images/header_bg.png);


    }
    .header > nav{
        margin: 10px;
        flex-direction: column;
    }
    nav > h3{
        margin: 0px;
    }
    nav ul{
        flex-direction: row;

    }
    .dark2{
        padding: 2px;
        
    }

    .banner-hi, .banner-caption, .banner-name{
        margin: 10px;
        text-align: center;
        width: 350px;
        

    }
    .banner-name{
        font-size: 50px;
    }
    .banner-caption{
        height: 100px;
        text-align: center;
        width: 350px;

    }
    .banner-contant{
        width: 350px;
    }
    .button{
        
        
        padding: 10px 15px;
    }
    .button2{
        
        
        padding: 10px 25px;
    }
    





    /* ........ey way te kora easy........... */
    /* .footer, .resume-cn, .do-div{
        
        flex-direction: column;
        align-items: center;
        justify-content: center;
        
    } */
}
/* ........................TAbllet........................ */
@media screen and (min-width:577px) and (max-width:960px) {
    
}