/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13 Dec, 2023, 8:44:03 PM
    Author     : developer
*/



body{
    background-image: url(image/backgroundd.jpg);
}

.header{
    display: inline;
    position: fixed;
    width: 100%;
    font-size: 20px;
    color: white;
    font-weight: 400;   

}
.header td{
    padding: 10px;
    letter-spacing: 2px;
    text-align: center;
}
.header a{

    text-decoration: none;
    color: white;
    word-spacing: 10px; 
    color: white;
    font-weight: 600;
    display: inline;
}
.header a:hover{
    /*box-shadow: 0px 0px 3px 3px captiontext;*/
    text-shadow: 2px 2px 2px white;
}

/*@media only screen and (max-width: 768px) {
    .header {
        font-size: 16px;
        display: flex;
    }
    .header td{
        padding: 2px;
        letter-spacing: 0px;
    }
    .header a{
        word-spacing: 5px;
        display: none;
    }
}*/

.portfo{
    font-weight: 600;
    font-size: 40px;
    color: white;
}
.portfo:hover, .lio:hover{
    text-shadow: 0 0 5px white, 0 0 5px white;
}
.lio{

    font-weight: 600;
    font-size: 40px;
    color: #DC143C;
}

/*@media only screen and (max-width: 600px) {
    .portfo{
        font-size: 30px;
    }
    .lio{
        font-size: 28px;
    }
}*/
.hello{
    text-align: left;
    font-size: 25px;
    padding-left: 150px;
    /*margin: 10px;*/  
    color: white;
}
.name{
    color: white;
    font-weight: 600;
    font-size: 40px;
}
.java{
    color: #DC143C;
    font-weight: 600;
    font-size: 40px;

}
/*.part div{
    animation: javaAnimation 2s 100000;
    animation-direction: alternate;
    
}

@keyframes javaAnimation {
    0%   { left: 0px; top: 0px;}
    100%  { left: 200px; top: 0px;}

}*/

.button{
    font-size: 25px;
    color: white;
    background-color: #DC143C;
    color: white;
    border-radius: 10px;
    border: 2px black solid;
    margin: 4px;
    padding: 4px;
    cursor: pointer;
}
.button:hover{
    box-shadow: 0px 0px 3px 3px white;
}
.photo{
    text-align: center;
    /*color: white;*/
    border: 10px white double;
    border-radius: 200px;
    box-shadow: 0px 0px 3px 3px #DC143C;
}
.aboutMe1{
    font-weight: 600;
    font-size: 40px;
    color: white;
    text-align: center;
    margin-top: 50px;
    padding-top: 50px;
}
.aboutMe2{
    font-size: 20px;
    font-weight: 600;
    color: #DC143C;
    text-align: center; 
}

.aboutMeName{
    padding-top: 10px;
    color: white;
    font-weight: 600;
    font-size: 30px;
}

.aboutDiscription{
    text-align: left;
    font-size: 20px;
    /*padding-left: 100px;*/
    /*margin: 10px;*/  
    color: white;
    line-height: 1.5;
}

.box{
    border: 2px white solid;
    padding: 35px;
    margin: 35px;
    /*height: 300px;*/
    border-radius: 20px;
    background-color: #111111;
    /*display: flex;*/
    flex-wrap: nowrap;
    min-height: 300px;
    /*background-color: #222222;*/

}

.boxInternship{
    border: 2px white solid;
    padding: 35px;
    margin: 35px;
    /*height: 300px;*/
    border-radius: 20px;
    background-color: #111111; 
    /*display: flex;*/
    flex-wrap: nowrap;
}

.boxInternship:hover{
    /*-ms-transform: scale(1.5);*/ 
    /*-webkit-transform: scale(1.5);*/ 
    transform: scale(1.01); 
}

.box:hover{
    /*-ms-transform: scale(1.1);*/ 
    /*-webkit-transform: scale(1.1);*/ 
    transform: scale(1.1); 
}

.projectTitle{
    color: #DC143C;
    font-size: 25px;
    text-align: center;
    font-weight: 600;
}

.projectTitle a{
    text-decoration: none;
    color: #DC143C;
}

.projectDescription{
    color: white;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    padding-top: 50px;

}
.internshipDiscription{
    color: white;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    padding-top: 10px;
    text-align: center;
}

.kpLogo{
    text-align: center;
    /*color: white;*/
    border: 2px white solid;
    border-radius: 200px;
    padding: 20px;
    /*box-shadow: 0px 0px 3px 3px #DC143C;*/
}

.part{
    margin: auto;
    display:flex;
    justify-content: center;
    align-content: center;
    color: white;
    /*display: grid;*/
    /*place-items: center;*/
}

.contact input, textArea{
    font-size: 20px;
    width: 90%;
    margin: 5px;
    border-radius: 10px;
    background: #111111;
    box-shadow: 1px 1px wheat;
    color: white;
}

.contact td{
    padding-left: 10px;
    font-size: 20px;
    padding: 4px;
}

.logo{
    font-size: 50px;
    text-align: center;
    color: white;
    /*width: 40px;*/
    /*height: 40px;*/
}

footer{
    background: black;
    text-align: center;
    padding: 5px;
    margin: 0;

}

footer span{
    color: white;
    font-size: 20px;
}

/*@media only screen and (max-width: 768px) and (orientation:landscape) {
    body{
        display: block;
    }
    div{
        display: block;
    }
}*/

