*{
     
    margin: 0;
    padding: 0;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    
    
}
body{
    overflow-x: hidden;
}
.container1{
    display: flex;
    font-size: 14px;
    height: 12vh;   
   background-color: #000;
    position: sticky;
    top: 0;
    overflow-x: hidden;
    overflow: hidden;
     
}
.navbar{
    margin: 30px 30%;
    height:30px;
    padding: 0.5rem 1.5rem;
    background-color: 	 #EABE7B;
    border-radius: 1rem;
    animation: navload 0.5s ease ;
    
    
}
 
.nav-bar-links{
    display: flex;
    gap: 50px;
}
.navbar-link{
    list-style: none;
     
    padding: 0.5rem 1rem;
    font-weight: 1000px;
    cursor: pointer;
}
.navbar-link a{
    text-decoration: none;
    color: currentColor;
}
.navbar .toggle-btn{
    color: #ffffff;
    font-size: 1.5rem;
    cursor: pointer;
    right: 10px;
    display: none;
}
.navbar-link:hover{
    background-color: black;
    color: #ffff;
    border-radius: 0.5rem;
}
a:hover{
    color: #ffff; 
    background-color: black;
    border-radius: 0.5rem;
}

.drop-menu{
    position: absolute;
    right: 2rem;
    top: 100px;
    height:0;
    width: 150px;   
    backdrop-filter: blur 15px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #EABE7B;
    transition: height 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);

}
.drop-menu.open{
     height: 160px;
}
.drop-menu li{
    padding: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: medium;
    color: #000000;
}
@keyframes navload {
    0%{
        opacity: 0;
        transform: translate(0, -100%);
    }
    100%{
        opacity: 1;
    }
}

/* Media query for tablets (1050px and below) */
@media screen and (max-width: 1050px) {
    .container1 {
        display: flex;
        font-size: 24px;
        height: 12vh;
        background-color: black;
        overflow: hidden;
        overflow-x: hidden;
    }
    .navbar {
        margin: 30px 17%;
        width: 600px;
        height:80px;
        padding: 0px;
        background-color:  #EABE7B;
        border-radius: 1rem;
        animation: navload 0.5s ease ;
        justify-content: space-around;
        align-items: center;
    }
    .toggle-btn{
        display: none;
        color: #fff;
        
    }
    .nav-bar-links {
        display: flex;
        gap: 20px;
        padding-top: 20px;
        text-align: center;
        padding-left: 10px;
    }
}

/* Media query for mobile devices (750px and below) */
/* Mobile devices (750px and below) */
@media screen and (max-width: 750px) {
  .container1 {
    flex-direction: column;
     
    padding: 10px;
    
     position: relative; /* Add this if not already */
  overflow: visible;  /* Allow child dropdown to appear outside */
  z-index: 0; 
  }

  .navbar {
    background-color: transparent;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .navbar .nav-bar-links {
    display: none;
  }

  .navbar .toggle-btn {
    display: block;
    font-size: 1.8rem;
    color: white;
    margin-right: 20px;
  }

  .drop-menu {
     position: absolute;
  right: 2rem;
  top: 100px;
  width: 150px;   
  height: 0;
  overflow: hidden;
  background-color: #EABE7B;
  backdrop-filter: blur(15px);
  border-radius: 10px;
  transition: height 0.3s ease;
  z-index: 1000;
  }

  .drop-menu li {
    padding: 1rem;
    border-bottom: 1px solid #ddd;
  }

  .drop-menu.open {
   height: auto;
  z-index: 1000; /* Ensure it's above everything */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); 
     
  }
     
}

main{
    background-color: black;
}
.container2{
    background-color: black;
    color: white;
    height: auto;
    overflow-x: hidden;
    overflow: hidden;
    
}

.container2 h3{
    color:  hsla(36, 72%, 70%, 1);
    padding-top: 25px;
    padding-left: 100px;
    font-size: 25px;
    animation: navload 5s ease ;
}
.container2 h1{
    font-size: 120px;
    padding-left: 75px;
    animation: navload 2s ease ;
    background: linear-gradient(to right, rgb(255, 255, 255), hsla(36, 72%, 70%, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
}
 

@media screen and (max-width:750px) {
    .container2{
     
    height: 110vh;
    
    }
    .container2 h1{
        font-size: 60px;
        padding-left: 0px;

    }
}

@keyframes letterani {
    from{
        opacity: 0;
        scale: 0.5;
    }
    to{
        opacity: 1;
    scale: 1;    }
    
}
 
.aboutdiv{
    background-color: black;
    color: #ffff;
    height: 100vh;
    display: flex;
    overflow-x: hidden;
    overflow: hidden;
    
}
/* .aboutpic{
    display: flex;
    width: 50%;
    animation: letterani linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
 } */

.aboutletter{
    width: 100%;
    animation: letterani linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
    justify-content: center;
    text-align: center;
 }
.aboutletter h2{
    font-size: 50px;
    padding-top: 150px;
    padding-left: 25px;
    color: hsla(36, 72%, 70%, 1);
     
}
.aboutletter p{
    font-size: 22px;
    line-height: 1.5;
    gap: 45px;
    margin-left: 25%;
    padding-top: 50px;
    padding-left: 25px;
    width: 50%;
    justify-content: center;
    text-align: center;
}
.aboutletter button{
    margin-top: 50px;
    background-color: transparent;
    color: hsla(36, 72%, 70%, 1);
    width: 150px;
    height: 50px;
    border: solid 1px hsla(36, 72%, 70%, 1);
}
/* media qurey */
/* For screens smaller than 1050px (tablets & smaller desktops) */
@media (max-width: 1050px) {
    .aboutdiv {
        background-color: black;
        color: #ffff;
        height: 50vh;
        display: flex;
        overflow-x: hidden;
        overflow: hidden;
    }
    /* .aboutpic{
        width: 300px;
        height: 450px;
    } */
    .aboutpic, .aboutletter {
        /* width: 50%; */
        height: 450px;
        text-align: center;
        justify-content: center;
    }

    .aboutletter h2 {
        font-size: 40px;
        padding-top: 50px;
        padding-left: 0;
    }

    .aboutletter p {
        font-size: 20px;
        width: auto;
        margin-left: 5%;
        padding-left: 0;
        text-align: center;
    }
}

/* For screens smaller than 750px (mobile devices) */
@media (max-width: 750px) {
    .aboutdiv {
        background-color: black;
        color: #ffff;
        height:auto;
        display: block;
        overflow-x: hidden;
        overflow: hidden;
        
    }
    /* .aboutpic ,img{
        width:550px;
        height: 350px;        
    } */
     .aboutletter {
        
        width: 100%;
        height: 450px;
        text-align: center;
        justify-content: center;
    }
    .aboutletter h2 {
        font-size: 30px;
        padding-top: 30px;
    }

    .aboutletter p {
        font-size: 18px;
        padding-top: 30px;
        width: 90%;
    }

    .aboutletter button {
        width: 130px;
        height: 45px;
    }
}


/* education  */

.container3 {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    overflow-x: hidden;
    overflow: hidden;
    height: 100vh;
}
.section1 {
    width: 48%;
}
h2 {
    color: #fff; 
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 600;
}
.education {
    position: relative;
    padding-left: 20px;
    height: 100vh;
    
}
.education-item {
    margin-bottom: 30px;
    position: relative;
    
}
/* .education-item::before {
    content: '';
    position: absolute;
    left: -9px;
    top: 5px;
    width: 10px;
    height: 10px;
    background-color: #ffcc00;
    border-radius: 50%;
} */
.education-item h3 {
    font-size: 28px;
    margin: 0;
    color: #ffffff;
    padding-top: 30px;
}
.education-item h4 {
    font-size: 24px;
    font-weight: 300;
    margin: 2px 0 5px;
    color: #bdbdbd;
    padding-top: 30px;
}
.education-item span {
    font-size: 15px;
    color: hsla(36, 72%, 70%, 1);
    
}
.education-item p {
    font-size: 18px;
    color: #bdbdbd;
    line-height: 1.5;
    padding-top: 30px;
}
/* media qurey */

/* For screens smaller than 1050px (tablets & smaller desktops) */
@media (max-width: 1050px) {
    .container3 {
        flex-direction: column;
        align-items: left;
        width: 100%;
        height: 150vh;
        padding-top: 50px;
        overflow-x: hidden;
        overflow: hidden;
    }
    .section1{
        margin-top: 100px;
        height: 70vh;
        width: 80%;
        margin-bottom:20px ;
    }
    h2 {
        font-size: 58px;
        padding-top: 20px;
        
    }

    .education-item h3 {
        font-size: 46px;
        padding-top: 20px;
        padding-left: 100px;
    }

    .education-item h4 {
        font-size: 38px;
        padding-top: 20px;  
        padding-left: 100px;
    }

    .education-item span {
        font-size: 18px;
        padding-left: 100px;
    }

    .education-item p {
        font-size: 20px;
        padding-top: 20px;
        padding-left: 100px;
    }
}

/* For screens smaller than 750px (mobile devices) */
@media (max-width: 750px) {
    .section1{
        height: 70vh;
    }
    h2 {
        font-size: 20px;
        padding-top: 10px;
    }

    .education-item h3 {
        font-size: 16px;
        padding-top: 20px;
        padding-left: 10px;
    }

    .education-item h4 {
        font-size: 13px;
        padding-top: 20px;
         padding-left: 10px;
    }

    .education-item span {
        font-size: 14px;
         padding-left: 10px;
    }

    .education-item p {
        font-size: 13px;
        padding-top: 20px;
         padding-left: 10px;
    }
}

/* project css */

.con0{
    display: flex;
    background-color: black;
    overflow-x: hidden;
    overflow: hidden;
}
.con1{
   display: block;
   width: 50%;
   overflow-x: hidden;
   overflow: hidden;
   
}

.box {
    
   width: 50%;
   height: 300px;
   margin: 50px auto;
   padding: 20px;
   background: linear-gradient(to right,rgb(255, 255, 255),hsla(36, 72%, 70%, 1));
   text-align: center;
   font-size: 20px;
   border-radius: 8px;
   box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
   opacity: 0;
   transform: translateX(100%);
   transition: all 0.5s ease;
    
}
.box P {
    padding-top: 55px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 1.5;
    font-size: 15px;
}
.box button {
    margin-top: 55px;
}
.box1 P {
    padding-top: 55px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 1.5;
    font-size: 15px;
}
.box1 button {
    margin-top: 55px;
}
.box1 {
   width: 50%;
   height: 300px;
   margin: 50px auto;
   padding: 20px;
   background: linear-gradient(to right,hsla(36, 72%, 70%, 1),rgb(255, 255, 255));
   text-align: center;
   font-size: 20px;
   border-radius: 8px;
   box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
   opacity: 0;
   transform: translateX(-100%);
   transition: all 0.5s ease;
    
}


.show {
   opacity: 1;
   transform: translateX(0);
}

/* From Uiverse.io by zanina-yassine */ 
.button {
    min-width: 120px;
    
    position: relative;
    cursor: pointer;
  
    padding: 12px 17px;
    border: 0;
    border-radius: 7px;
  
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    background: radial-gradient(
      ellipse at bottom,
      rgb(100, 96, 96) 0%,
      rgb(249, 249, 249) 45%
    );
  
    color: rgba(0, 0, 0, 0.66);
  
    transition: all 1s cubic-bezier(0.15, 0.83, 0.66, 1);
  }
  
  .button::before {
    content: "";
    width: 70%;
    height: 1px;
  
    position: absolute;
    bottom: 0;
    left: 15%;
  
    background: rgb(0, 0, 0);
    background: linear-gradient(
      90deg,
      rgba(235, 233, 233, 0) 0%,
      rgb(0, 0, 0) 50%,
      rgba(255, 255, 255, 0) 100%
    );
    opacity: 0.2;
  
    transition: all 1s cubic-bezier(0.15, 0.83, 0.66, 1);
  }
  
  .button:hover {
    color: rgb(0, 0, 0);
    transform: scale(1.1) translateY(-3px);
  }
  
  .button:hover::before {
    opacity: 1;
  }
  

/* media qurey */

/* For screens smaller than 1050px (tablets & smaller desktops) */
@media (max-width: 1050px) {
    .con0 {
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }

    .con1 {
        width: 100%;
        text-align: center;
    }

    .box, .box1 {
        width: 80%;
        height: 250px;
        margin: 20px auto;
        font-size: 18px;
    }
    .box P {
        padding-top: 25px;
    }
    .box button {
        margin-top: 25px;
    }
    .box1 P {
        padding-top: 25px;
    }
    .box1 button {
        margin-top: 25px;
    }
}

/* For screens smaller than 750px (mobile devices) */
@media (max-width: 750px) {
    .box, .box1 {
        width: 90%;
        height: 300px;
        font-size: 16px;
        padding: 15px;
        margin: 20px auto;
    }
}


/* zoom animation */

section{
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(0, 0, 0);
}
section h1{
 font-size: 50px;
 text-align: center;
 font-weight: 900;
 color: hsla(36, 72%, 70%, 1);
}

/* media qurey */

/* For screens smaller than 1050px (tablets & smaller desktops) */
@media (max-width: 1050px) {
    section {
        height: 30vh;
        padding: 20px;
    }

    section h1 {
        font-size: 40px;
    }
}

/* For screens smaller than 750px (mobile devices) */
@media (max-width: 750px) {
    section {
        height: 25vh;
        padding: 15px;
    }

    section h1 {
        font-size: 30px;
    }
}


/* time line program */

 
.timeline {
    position: relative;
    max-width: 1000px;
    margin: auto;
    background-color: black;
    height: 280vh;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background: hsla(36, 72%, 70%, 1);
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
    opacity: 0;
    transition: opacity 0.5s ease-out;
}

.container {
    padding: 10px 40px;
    position: relative;
    width: 40%;
    height: 200px;
    background: white;
    border-radius: 6px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    transform: translateY(100px);
    opacity: 0;
    transition: transform 0.8s ease-out, opacity 2s ease-out;
}
.container h2{
    color: #000;
}
.left {
    left: 0;
}

.right {
    left: 50%;
}

.container::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    right: -7px;
    background-color: hsla(36, 72%, 70%, 1);
    border: 4px solid white;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

.right::after {
    left: -7px;
}

@media screen and (max-width: 600px) {
    .timeline::after {
        left: 30px;
    }

    .container {
        width: 100%;
        padding-left: 60px;
        padding-right: 20px;
    }

    .right {
        left: 0;
    }

    .container::after {
        left: 15px;
    }
}

.show {
    opacity: 1;
    transform: translateY(0);
}

.hide {
    opacity: 0;
    transform: translateY(100px);
    transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}

/* media qurey */

/* For screens smaller than 1050px (tablets & smaller desktops) */
@media (max-width: 1050px) {
    .timeline {
        height: auto;
        padding: 20px 0;
    }

    .timeline::after {
        left: 30px;
    }

    .container {
        width: 80%;
        margin: 20px auto;
        padding-left: 50px;
        padding-right: 20px;
    }
    .container h2,p{
        padding-top: 10px;
    }

    .right {
        left: 0;
    }

    .container::after {
        left: 15px;
    }
}

/* For screens smaller than 750px (mobile devices) */
@media (max-width: 750px) {
    .timeline {
        height: auto;
        padding: 10px 0;
    }

    .timeline::after {
        left: 20px;
    }

    .container {
        width: 78%;
        padding-left: 40px;
        padding-right: 15px;
    }

    .container::after {
        left: 10px;
    }
}

/* footer create  */

footer{
    width: 100%;
    position: absolute;
    background: linear-gradient(to right,black,hsla(36, 72%, 70%, 1));
    color: #fff;
    padding: 100px 0 30px;
    border-top-left-radius:125px ;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
}
.row{
    width: 85%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.col{
    flex-basis: 10%;
    padding: 10px;
}
.col:nth-child(2),.col:nth-child(3){
    flex-basis: 15%;
}
.col h3 {
    width: fit-content;
    margin-bottom: 40px;
    position: relative;
}
.email-id{
    width: fit-content;
    border-bottom: 1px solid hsla(36, 72%, 70%, 1);
    margin: 20px 0;
}

ul li{
    list-style: none;
    margin-bottom: 12px;
}
ul li a {
    text-decoration: none;
    color: #fff;

}

form{
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
}
form .far{
    font-size: 18px;
    margin-right: 10px;
}
form button{
    background: transparent;
    border: 0;
    outline: none;
    cursor: pointer;
}
form button .fas{
    font-size: 16px;
    color: #ccc;
}

form input{
    width: 100%;
    background: transparent;
    color: #ccc;
    border: 0;
    outline: none;
}

.social-icons{
    width: 100px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #000;
    cursor: pointer;
}

hr{
    width: 90%;
    border: 0;
    border-bottom: 1px solid #ccc;
    margin: 20px auto;
}
.copyright{
    text-align: center;
}
.underline{
    width: 100%;
    height: 5px;
    background: #767676;
    border-radius: 3px;
    position: absolute;
    top: 25px;
    left: 0;
    overflow: hidden;
}

.underline span{
    width: 15px;
    height: 100%;
    background: #fff;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 10px;
    animation: moving 2s linear infinite;
}
@keyframes moving {
    0%{
        left: -20px;
    }
    100%{
        left: 100%;
    }
    
}

@media (max-width:750px) {
    footer{
        bottom: unset;
    }
    .col{
        flex-basis: 100%;
    }
    .col:nth-child(2),.col:nth-child(3){
        flex-basis: 100%;
    }
    .social-icons {
        margin-left: 70%;
    }
    
}

