@media screen and   (max-width: 600px) {
   
    .navbar {
        border: 2px solid black;
        width: 100vh;
        height: 50px;
        display: flex;
        flex-direction: row;
        background-color: #242A6B;
         position: fixed;
         visibility: hidden;
    }

    .intro{
        color: whitesmoke;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: large;
    font-weight: bold;
    margin-left: 10px;
    
    }

    #move_able{
        height: 100%;
        width: 100%;
        overflow-y: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

#right_content{
    display: none;
}

    #main_para{
        /* letter-spacing: 1px; */
        color: white;
        font-size: 13px;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: bolder;
        text-align: justify;
        margin-top: 8px;
    }

    .main_content{
   background-image: url("./images/student\ hacking.png");
   background-position: center top;
   background-size: cover;
   display: flex;
    }

   
#left_content
{
    /* border: 1px solid white; */
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
    /* align-items: center; */
   
}

.first_line{
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-size: x-large;
font-weight: bold;
color: darkorange;
margin-left: 50px;
}

.intro{
    color: whitesmoke;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-size: 17px;
font-weight: 600;
margin-left: 15px;
text-shadow: 0px 0px 60px black;
}

.icon_box{
    display: flex;
    flex-direction: row;
   justify-content: space-around;
    align-items: center;
    justify-items: center;
    align-items: center;
    /* border: 1px solid white; */
    height: 80px;
    width: 60%;
    margin-left: 50px;
    padding: 0px 10px;
}



i{
    font-size: 50px;
    height: 60px;
    width: 70px;
    text-align: left;
    align-content: center;
}


    #animated_img_box{
        visibility: hidden;
    }

    #animated_img_ko_side_wala_box{
        /* border: 1px solid black; */
        height: 90%;
        width: 600px;
        box-shadow: 0 -1px 50px yellow;
       border-radius: 8px;
       position: relative;
       right: 35px;
       
    }
  
    #lower_details_title{
        font-size: 15px;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: bolder;
        line-height: 60px;
        color: rgb(229, 221, 221);
        margin-left: 35px;
        
    }

    #lower_details{
        font-size: 9.5px;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        /* font-weight: bolder; */
        line-height: 20px;
        color: white;
        margin-left: 35px;
        position: relative;
        right: 27px;
    }

    /* details in short */
.details{
    font-size: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
    color: whitesmoke;
    margin-left: 35px;
}

#download_cv{
    height: 50px;
    width: 160px;
    background-color:rgb(220, 137, 13) ;
    color: white;
    font-size: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
    border-radius: 8px;
    text-shadow: 0 0 10px black;
    cursor: pointer;
    position: relative;
    left: 40px;
}
#download_cv:hover{
    background-color: #69b0b0;
    transition: 0.98s;
    box-shadow: 0 0 10px rgba(33, 169, 196, 0.8);

}

.main_content_3rd{
    /* border: 1px solid black; */
    height: 200px;
    width: 100%;
    background-color: #242A6B;
    display: flex;
flex-direction: column;
align-items: center;
gap: 30px;
}

#upper_img{
    /* border: 1px solid black; */
    height: 75%;
width: 30%;
/* background-image: url("../images/services.png");
background-size: cover; */
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}

#lower_content{
    /* border: 1px solid black; */
    height: 20%;
width: 55%;
font-size: 30px;
font-family: 'Poppins', sans-serif;
font-weight: bolder;
color: #A3A6BC;
margin-left: 55px;

}

.main_content_4rth{
    /* border-top: 2px solid black; */
    height: 800px;
    width: 100%;
    background-color: #242A6B;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-content: space-around;
}

#box_1_content{
    font-size: 15px;
font-family: 'Poppins', sans-serif;
font-weight: bolder;
color: white;
margin-left: 30px;
line-height: 70px;
text-shadow: 0 0 10px black;

}

.box{
    height: 200px;
    width: 80%;
    border: 1px solid black;
    border-radius: 7px;
box-shadow: 10px -10px 20px #2884B4;
}

#course
{
    line-height: 20px;
    font-size: 10px;
font-family: 'Poppins', sans-serif;
font-weight: bolder;
color: white; 
margin-left: 30px; 
text-shadow: 0 0 10px black;

}

#portfolio_tabs{
    /* border: 1px solid black; */
    height: 30%;
    width: 35%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    justify-content: space-around;
    visibility: hidden;
}

.tabs{
    height: 40px;
    border-radius: 15px;
    padding: 10px;
    background-color:rgb(220, 137, 13)  ;
    font-size: 12px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
}
.tabs:hover{
    /* background-color: chartreuse; */
    color: white;
    text-shadow: 0 0 10px black;
    transition: 0.8s ease-out;
}
#tabs_1{
    width: 90px;
    position: relative;

}
#tabs_1:hover{
    background-color: black;
}
#tabs_2:hover{
background-color: black;
}
#tabs_3:hover{
    background-color: black;
    position: relative;
    right: 50px;
}
#tabs_4:hover{
     background-color: black;
}

.main_content_6th{
    /* border: 1px solid black; */
    height: 150px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    justify-content: space-around;
    background-color: #242A6B;
}

.chuncks{
    border: 1px solid black;
    height: 35%;
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border-radius: 8px;
    box-shadow: 10px -10px 20px #2884B4;
    cursor: pointer;
}

.chuncks:hover{
    scale: 1.05;
    transition: 0.60s ease-in-out;
    box-shadow: 0px 0px 10px #00FFFF, 0px 0px 20px rgba(0, 255, 255, 0.5);
}
#title{
    /* border: 1px solid black; */
    height: 50%;
    width: 100%;
    font-size: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    color: #FFA000;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 0 0 10px #9C27B0;
}
#title_content{
    /* border: 1px solid black; */
    height: 30%;
    width: 100%;
    font-size: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    color: wheat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 0 0 5px #D2B48C;
    padding: 5px;
}

.main_content_7th{
    height: 150px;
    width: 100%;
    /* border: 1px solid black; */
    background-color: #242A6B;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
#about_blog{
    height: 10%;
width: 35%;
font-size: 40px;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-weight: 900;
color: #A3A6BC;
display: flex;
justify-content: center;
align-items: center;
display: none;
}
/* ========================(main > main_content_8th )================================ */
.main_content_8th{
    height: 500px;
    width: 100%;
    /* border: 1px solid black; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    justify-content: space-around;
    background-color: #242A6B;
    display: none;
}
.blog_tabs{
    border: 1px solid black;
    border-radius: 10px;
    height: 80%;
    width: 27%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-content: space-around;
    box-shadow: 10px -10px 20px #2884B4;
    display: none;
}
#blogimg{
    height:100% ;
    width: 100%;
    border-radius: 8px;
}
#blog_img
{
    /* border: 1px solid black; */
    height: 45%;
    width: 100%;
    border-radius: 8px;
}
.blog_tabs:hover{
    scale: 1.05;
    transition: 0.98s;
    cursor: pointer;
    box-shadow: 0px 0px 10px #00FFFF, 0px 0px 20px rgba(0, 255, 255, 0.5);
}
#lineONE{
    font-size: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 10px;
    color: #A3A6BC;
    margin-left: 50px;
    line-height: 40px;
}
#lineTWO{
    font-size: 15px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 10px;
    color: #A3A6BC;
    margin-left: 20px;
    
}
#lineTHREE{
    font-size: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 10px;
    color: #A3A6BC;
    margin-left: 100px;
    line-height: 70px;
}
#blog_content{
    /* border: 1px solid black; */
    height: 48%;
    width: 100%;
}

/* ========================(main > main_content_9th )================================ */
.main_content_9th{
    /* border: 1px solid black; */
    height: 200px;
    width: 100%;
     background-color: #242A6B;
     display: flex;
     justify-content: center;
     align-items: center;
     
}

#about_blog{
    height: 20%;
width: 55%;
font-size: 30px;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-weight: 900;
color: #A3A6BC;
display: flex;
justify-content: center;
align-items: center;
}

/* ========================(main > main_content_10th )================================ */
.main_content_10th{
    /* border: 1px solid black; */
    background-color: #242A6B;
    height: 500px;
    width: 100%;
}
form{
    padding: 40px;
}
input{
    background-color: #242A6B; /* Light blue background */
    color: whitesmoke; /* Text color */
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 5px;
    margin-left: 300px;
}
#input_sano_wala{
    width: 200px; /* Set desired width */
    padding: 15px; /* Optional: Adjust padding for better look */
    font-size: 16px; /* Optional: Adjust font size */
    position: relative;
    right: 250px;
}
.input_sano_wala::placeholder {
    color: #999; /* Light gray placeholder */
    font-style: italic; /* Optional: Make placeholder italic */
}
.input_sano_wala:focus {
    background-color: white; /* Lighter blue on focus */
    outline: none;
    border-color: #007BFF; /* Blue border on focus */
}
textarea{
    background-color: #242A6B; /* Light blue background */
    color: whitesmoke; /* Text color */
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 5px;
    margin-left: 300px;
    position: relative;
    right: 280px;
    width: 280px;
}
#form_submit{
    border:1px solid black ;
    cursor: pointer;
    height: 60px;
    width: 120px;
    border-radius: 20px;
    margin-left: 100px;
    background-color: #FFA000;
    color: white;
    font-size: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
    text-shadow: 0 0 10px black;
    /* box-shadow: 0px 0px 10px purple; */
}
#form_submit:hover{
    background-color: #69b0b0;
    transition: 0.98s;
    box-shadow: 0px 0px 10px #00FFFF, 0px 0px 20px rgba(0, 255, 255, 0.5);

}
.foot{

    height: 350px;
    width: 100%;
    color: white;
    border: 1px solid black;
background-color: #212B62;
display: flex;
flex-direction: row;
gap: 10px;
justify-content: center;
align-items: center;
}
.footer_content_boxes
{
    height: 80%;
    width: 340px;
/* border: 1px solid black; */
}

#upper_title{
    height: 20%;
    width: 100%;
    /* border: 1px solid black; */
    color: rgb(195, 192, 192);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: xx-small;
    font-weight: bold;
  display: flex;
  flex-direction: column;

  align-items: center;
  justify-content: center;
}
#lower_info{
    height: 79%;
    width: 100%;
    /* border: 1px solid black; */
    color: rgb(195, 192, 192);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;

align-items: center;

}
ul{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: space-around;
}

}
