
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



/* General Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  /* Body */
  body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background: #121212;
    color: white;
  }
  
  /* Header */
  header {
    background: #000;
    padding: 20px 0;
  }
  .tyy:hover{
    color: #28a745;
  }
  nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 0 auto;
  }
  
  nav h1 {
    font-size: 24px;
    color: #ffc107;
  }
  
  nav ul {
    display: flex;
    list-style: none;
  }
  
  nav ul li {
    margin: 0 10px;
  }
  
  nav ul li a {
    text-decoration: none;
    color: white;
    font-weight: bold;
  }
  
  .resume-btn {
    background: #ffc107;
    color: black;
    padding: 5px 10px;
    border-radius: 5px;
  }
  .resume-btn:hover{
        background: #ff9900;
    
  }

  .menu-toggle {
    display: none;
    font-size: 24px;
    color: white;
    cursor: pointer;
}

  
  /* Hero Section */
  .hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 10%;
    background-image: url(https://img.freepik.com/free-vector/abstract-black-lines-geometric-background_677411-2748.jpg);
    /* background-image: url(https://img.freepik.com/premium-vector/abstract-squared-background-black-grey-colors_98100-187.jpg?semt=ais_hybrid); */
    background-size: cover;
    /* background: url('https://img.freepik.com/free-vector/creative-geometric-design-space_53876-89781.jpg') no-repeat cen')  */
    /* no-repeat center center/cover; */
    /* height : 90vh; */
  }
  
  .hero .content {
    max-width: 50%;
  }
  
  .hero h2 {
    font-size: 48px;
    color: #ffc107;
  }
  
  .hero .role {
    font-size: 24px;
    color: #ff4747;
  }
  
  .hero p {
    margin: 10px 0;
  }
  
  .buttons {
    margin: 20px 0;
  }
  
  .buttons .btn {
    text-decoration: none;
    color: #000;
    background: #ffc107;
    padding: 10px 15px;
    border-radius: 5px;
    margin-right: 10px;

  }
  
  .profile-pic img {
    width: 300px;
    height: auto;
    border-radius: 50%;
  }
  



/* Responsive Design */

@media screen and (max-width: 768px) {
    .nav-links {
        display: none;
        flex-direction: column;
        background: #000;
        position: absolute;
        top: 60px;
        right: 0;
        width: 100%;
        text-align: center;
    }

    .nav-links.active {
        display: flex;
    }

    .menu-toggle {
        display: block;
    }

    .hero {
        flex-direction: column;
        text-align: center;
    }

    .hero .content {
        max-width: 90%;
    }
    /* .yelloww {
        flex: 1;
        text-align: center;
    }
    .orangee {
        width: 30px;
        height: 30px;
       
    } */
    .yelloww img{
        width: 200px;
        height: 200px;
    }
}








  /* Social Icons */
  .social-icons {
    margin-top: 10px;
  }
  
  .social-icons img {
    width: 24px;
    margin: 0 10px;
  }

  .yelloww {
    flex: 1;
    text-align: center;
}

.tttt:hover {
    transform: scale(1.1);
}
/* profile image deepanshu */
.orangee {
    width: 430px;
    height: 430px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #fff;
    transition: transform 0.3s ease-in-out;
}
.orangee:hover {
    transform: scale(1.1);
}
  
/* ----------------------------------- */




    /* About Section */
.blue {
    background: linear-gradient(to right, #0f2027, #203a43, #2c5364);
    color: white;
    padding: 60px 20px;
}

.green {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 1000px;
    margin: auto;
}

.yellow {
    flex: 1;
    text-align: center;
}

.orange {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #fff;
    transition: transform 0.3s ease-in-out;
}

.orange:hover {
    transform: scale(1.1);
}

.purple {
    flex: 2;
    padding: 20px;
}

.cyan {
    font-size: 36px;
    margin-bottom: 10px;
    color: #f4a261;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.magenta {
    font-size: 18px;
    line-height: 1.6;
}

.gold {
    color: #ffcc00;
    font-weight: bold;
}

.silver {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background: #ffcc00;
    color: #222;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s ease-in-out;
}

.silver:hover {
    background: #ff9900;
}

/* Responsive Design */
@media (max-width: 768px) {
    .green {
        flex-direction: column;
        text-align: center;
    }

    .yellow, .purple {
        flex: unset;
        width: 100%;
    }
}
/* ------------------------------------- */


/* ---------------------------------------------- */
/* Services Section */
.india {
    background: linear-gradient(to right, #232526, #414345);
    color: white;
    text-align: center;
    padding: 60px 20px;
}

.canada {
    font-size: 36px;
    margin-bottom: 20px;
    color: #ffcc00;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.china {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1100px;
    margin: auto;
}

.germany {
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 10px;
    width: 252px;
    text-align: center;
    transition: transform 0.3s ease-in-out;
}

.germany:hover {
    transform: scale(1.1);
    background: rgba(255, 255, 255, 0.2);
}

.germany i {
    font-size: 40px;
    margin-bottom: 15px;
    color: #ffcc00;
}

.brazil {
    font-size: 22px;
    margin-bottom: 10px;
}

.france {
    font-size: 16px;
    line-height: 1.5;
}
.imgforservices{
    width: 50%;
}

/* Responsive Design */
@media (max-width: 768px) {
    .china {
        flex-direction: column;
        align-items: center;
    }
}

/* ------------------------------------------- */

/* ---------------------------- */
/* Projects Section */
.rohit {
    background: linear-gradient(to right, #141E30, #243B55);
    color: white;
    text-align: center;
    padding: 60px 20px;
}

.dev {
    font-size: 36px;
    margin-bottom: 20px;
    color: #ffcc00;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.krishna {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1100px;
    margin: auto;
}

.rahul {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 10px;
    width: 250px;
    text-align: center;
    transition: transform 0.3s ease-in-out;
}

.rahul:hover {
    transform: scale(1.1);
    background: rgba(255, 255, 255, 0.2);
}

.ayush {
    width: 100%;
    height: 150px;
    border-radius: 10px;
    object-fit: cover;
}

.kartik {
    font-size: 22px;
    margin-top: 10px;
    color: #ffcc00;
}

.veer {
    font-size: 16px;
    line-height: 1.5;
    margin: 10px 0;
}

.sahil {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 15px;
    background: #ffcc00;
    color: #222;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s ease-in-out;
}

.sahil:hover {
    background: #ff9900;
}

/* Responsive Design */
@media (max-width: 768px) {
    .krishna {
        flex-direction: column;
        align-items: center;
    }

    .rahul {
        width: 90%;
    }
}
/* ----------------------- */
/* Header */
/* header {
    background-color: #333;
    color: white;
    padding: 20px 0;
}

header h1 {
    font-size: 2.5rem;
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
}

nav ul li {
    margin: 0 15px;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 1.1rem;
}

nav ul li a:hover {
    text-decoration: underline;
} */

/* Section Styling */
/* section {
    padding: 60px 0;
}

section h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

section p {
    font-size: 1.1rem;
    line-height: 1.8;
}

ul {
    list-style: none;
}

ul li {
    font-size: 1.2rem;
}
 */


/* form css start */
.bigform{
    background: linear-gradient(to right, #232526, #414345);

}
.formm {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(to right, #232526, #414345);
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
#forms{
    text-align: center;
    padding-top: 30px;
}


.contact-container {
    background: #ffffff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
    text-align: center;
    transition: transform 0.3s ease-in-out;
}

.contact-container:hover {
    transform: translateY(-10px);
}

.contact-container h2 {
    color: #4c5bdb;
    font-size: 24px;
    margin-bottom: 20px;
}

input, textarea {
    width: 100%;
    padding: 15px;
    margin: 10px 0;
    border: 2px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s ease-in-out;
}

input:focus, textarea:focus {
    border-color: #4c5bdb;
    outline: none;
}

button {
    background: #4c5bdb;
    color: white;
    border: none;
    padding: 15px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 8px;
    width: 100%;
    transition: background 0.3s ease-in-out;
}

button:hover {
    background: #6e7dff;
}

p#response-message {
    margin-top: 15px;
    font-size: 14px;
    color: #28a745;
    font-weight: bold;
}

textarea {
    height: 150px;
    resize: none;
}



/* Responsive Design */
@media (max-width: 768px) {
    
}



/* Footer Section */
.priya {
    background: linear-gradient(to right, #0f2027, #203a43, #2c5364);
    color: white;
    text-align: center;
    padding: 40px 20px;
}

.riya {
    max-width: 600px;
    margin: auto;
}

.sakshi {
    font-size: 28px;
    color: #ffcc00;
    margin-bottom: 10px;
}

.shreya {
    font-size: 16px;
    margin-bottom: 20px;
}

.isha {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.tanya {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    padding: 10px;
    border-radius: 50%;
    transition: background 0.3s ease-in-out;
}

.tanya i {
    font-size: 20px;
    color: white;
}

.tanya:hover {
    background: #ffcc00;
}

.kavya {
    margin-top: 10px;
}

.anushka {
    font-size: 14px;
    color: #ccc;
}

/* Responsive Design */
@media (max-width: 768px) {
    .isha {
        flex-wrap: wrap;
        gap: 10px;
    }
}
