*{
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
    color: #C0C0C0;

}

body,html{
    width: 100%;
    height: 100%;
      background-color: #121212;

}
#main{
    width: 100%;
    height: 100%;
   
}
/* nav */
nav{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2vw;
    gap: 2vw;
    width: 100%;
    height: 6vw;
}
.h_opt {
  text-decoration: none;
  transition: transform 250ms cubic-bezier(.2,.8,.2,1),
              letter-spacing 250ms ease,
              color 200ms ease,
              text-shadow 250ms ease;
              font-size: 1.5vw;
              font-family:  sans-serif;
}

.h_opt:hover {
  color: #F96D00;
  font-weight: bold;
 
  letter-spacing: 0.6px;


  
  box-shadow: 0 0 30  px rgba(255, 102, 0, 0.5);
  transform: scale(1.05);
}


/* page1 */
#page1{
    width: 100%;
height: 40vw;
   
    display: flex;
    justify-content: space-between;
}

.intro {
  width: 50%;
  padding: 5vw;
  background: none;
}
#mypic{
    object-fit: cover;
    height:auto;
    max-height: 80%;
    margin-right: 4vw;
    border-radius: 50%;
}
.hi{
    font-size: 5vw;
}
.web{
    width: 130%;
    font-size: 3.5vw;
    padding: 1vw;
    color: #F96D00;
    font-weight: 600;
}
.btn-group {
  margin-top: 1.5vw;
 margin-left: 1vw;
  width: 45%;
 display: flex;
 justify-content: space-between;
  
}
.hire-btn {
  background-color: #F96D00;
  height: 3vw;
  width: 6vw;
  font-size: 1.2vw;
  font-weight: 600;
  
  border: none;
  cursor: pointer;
  border-radius: 8px;
  
  transition: transform 250ms ease, letter-spacing 250ms ease;
}

.hire-btn:hover {
  transform: translateY(-4px);
  letter-spacing: 0.6px;
  text-shadow: 0 6px 18px rgba(255, 255, 255, 0.15);
    background-color: #ff6600;
  
  box-shadow: 0 0 15px rgba(255, 102, 0, 0.5);
  transform: scale(1.05);
}

#cv {
 height: 3vw;
  width: 9vw;
  font-size: 1.2vw;
  font-weight: 600;
  background-color: transparent;
  color: #C0C0C0;
  border: 2px solid grey;
  border-radius: 8px;
  cursor: pointer;
  transition: all 250ms ease;
}

#cv:hover {
 /* .contact-form button:hover { */
 color: #fff;
  background-color: #ff6600;
  
  box-shadow: 0 0 15px rgba(255, 102, 0, 0.5);
  transform: scale(1.05);
  border: none;
}
/* services */
#ser{
    text-align: center;
    font-size:5vw ;
}
#paragre{
    text-align: center;
    font-size: 1.5vw;
    font-weight: 100;
}

  .container {
     display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    margin-top: 2vw;
}

        

.card {
  flex: 1 1 calc(33.33% - 2rem); /* 3 per row on desktop */
    max-width: calc(33.33% - 1rem);
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 20px;
    min-height: 12vw;
    text-align: center;
    background-color: #1B1B1B;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    color: white;
}
@media (max-width: 700px) {
    .card {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

.card:hover {
  transform: translateY(-10px);
  border-color: #ff6600;
  box-shadow: 0 0 20px #ff6600, 0 0 40px rgba(255, 102, 0, 0.5);
}

        .icon {
            font-size: 40px;
            color: #F96D00;
            background-color: #1B1B1B;
                 font-weight: bolder;
        }
        .card h3 {
            margin: 10px 0;
            font-size: 20px;
            font-family: 'Segoe UI';
            color: #F96D00;
            font-weight: bolder;
             background-color: #1B1B1B;
        }
        .card p {
            font-size: 20px;
            font-family:  'Segoe UI';
           
            color: #ccc;
            font-weight: 100;
             background-color: #1B1B1B;
        }

/* skills */


#page4 {
  width: 100%;
  height: 650vh;       /* only full viewport height */
  position: relative;  /* needed for absolute positioning of cards */
  overflow: hidden;    /* hide anything outside */
}

main {
  width:100%;
  height:700vh;
}

.carousel {
  width:100vw;
  height:100vh;
  perspective:300px;
  overflow:hidden;
  opacity:0;
}

.card6 {
  position:absolute;
  left:50%;
  top:50%;
  width:60%;
  height:50%;
  max-width:400px;
  max-height:600px;
  border-radius:10px;
  display:flex;
  justify-content:center;
  align-items:center;
  flex-direction: column;
  font-size:3rem;
  font-family:monospace;
  color:#FF6601;
  font-weight: 600;
  margin-left: 1vw;
}

.arrow {
  position:fixed;
  bottom:5vh;
  left:50%;
  height:8vh;
}


/* 
project */
#ser1{
    text-align: center;
    font-size:2vw ;
}
#ser12{
  text-align: center;
  font-size: 1.5vw;
}
#projects {
  background-color: #111;
  color: #fff;
  text-align: center;
  padding: 80px 0;
  border-top: 2px solid #ff6600;
}

.section-title {
  font-size: 2.2rem;
  color: #ff6600;
  margin-bottom: 10px;
}

.section-subtitle {
  color: #000000;
  font-size: 1rem;
  margin-bottom: 50px;
}

.projects-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
  padding: 0 50px;
}

.project-card {
  background-color: #1B1B1B;
  border-radius: 16px;
  overflow: hidden;
  width: 500px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  border: 2px solid transparent;
}

.project-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(255, 102, 0, 0.3);
  border-color: #ff6600;
}

.project-img {
  background-size: cover;
  background-position: center;
  height: 180px;
}

.project-info {
  padding: 20px;
}

.project-info h3 {
  color: #ff6600;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.project-info p {
  color: #aaa;
  font-size: 0.95rem;
}

.project-btn {
  margin-top: 40px;
}

.see-more-btn {
  text-decoration: none;
  background-color: #ff6600;
  color: #fff;
  padding: 12px 25px;
  border-radius: 30px;
  font-weight: bold;
  letter-spacing: 0.5px;
  transition: background-color 0.3s, transform 0.3s;
}

.see-more-btn:hover {
  background-color: #ff8533;
  transform: scale(1.05);
}
/* contact */
/* Contact Form Container */
#contact {
  background-color: #111;
  color: #fff;
  text-align: center;
  padding: 80px 0;
}

#contact h1 {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #ff6600;
}

#contact p {
  color: #bbb;
  font-size: 1rem;
  margin-bottom: 50px;
}

/* Form Layout */
.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
}

.contact-form textarea {
  grid-column: span 2;
  resize: none;
  height: 120px;
}

/* Inputs and Textareas */
.contact-form input,
.contact-form select,
.contact-form textarea {
  background-color: #1a1a1a;
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 12px 15px;
  color: #fff;
  font-size: 15px;
  transition: all 0.3s ease;
}

/* Hover and Focus Animation */
.contact-form input:hover,
.contact-form select:hover,
.contact-form textarea:hover,
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #ff6600;
  box-shadow: 0 0 10px rgba(255, 102, 0, 0.4);
  outline: none;
  transform: translateY(-2px);
}

/* Submit Button */
.contact-form button {
  grid-column: span 2;
  width: 130px;
  margin: 20px auto 0;
  padding: 12px 25px;
  background-color: transparent;
  border: 2px solid #ff6600;
  border-radius: 30px;
  color: #ff6600;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}

.contact-form button:hover {
  background-color: #ff6600;
  color: #fff;
  box-shadow: 0 0 15px rgba(255, 102, 0, 0.5);
  transform: scale(1.05);
}
/* 🧡 Premium Footer Style */
.footer {
  background: #0a0a0a;
  color: #ddd;
  padding: 40px 60px;
  font-family: "Poppins", sans-serif;
  border-top: 2px solid #ff6600;
  box-shadow: 0 -2px 12px rgba(255, 102, 0, 0.2);  background-color: #111111 ;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;  background-color: #111111 ;
}

/* Left */
.footer-left h2 {
  color: #ff6600;
  margin-bottom: 8px;
  font-size: 22px;  background-color: #111111 ;
}

.footer-left p {
  color: #999;
  font-size: 14px;  background-color: #111111 ;
}

/* Center */
.footer-center {
  text-align: left;  background-color: #111111 ;
}
.footer-container{
  background-color: #111111 ;
}
.footer-center p {
  margin: 5px 0;
  color: #ccc;
  font-size: 15px;  background-color: #111111 ;
}

.footer-center strong {
  color: #ff6600;  background-color: #111111 ;
}

.footer-center a {
  color: #bbb;
  text-decoration: none;
  transition: all 0.3s ease;  background-color: #111111 ;
}

.footer-center a:hover {
  color: #ff6600;
  text-shadow: 0 0 8px rgba(255, 102, 0, 0.6);  background-color: #111111 ;
}

/* Right */
.footer-right {
  text-align: right;
  font-size: 14px;
  color: #ffffff;  background-color: #111111 ;
}

/* ✨ Hover Animation */
.footer a:hover,
.footer-left h2:hover {
  transition: all 0.3s ease;
  color: #ff6600;
}

/* 🌙 Responsive */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .footer-right {
    text-align: center;
  }
}
#cc{
  position: relative;
  top: 70px;
   right: 180%;
   font-size: 20px;
}
#kl{
  margin-left: 30% ;
}
#agye{
 position: relative;
 left: 80%;
}
