 *{
    padding: 0%;
    margin: 0%;
}

html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  overflow-x: hidden;
}

ul {
    margin-left: 53%;
    display: flex;
    list-style: none;
    top:0%; 
    gap: 30%;  
}
.liN{
    font-size: larger;
}

a{
    color:white;
}

a:hover{
    color:rgb(107, 205, 235)
}

#port{
    color: #1E90FF;
    display: flex;
    margin-top: 0%;
    padding-left: 5px;
}
#folio{
    color: white;
    display: flex;
    margin-top: 0%;  
}

#topbar{
    background-color: #001a33;
    width: 100%;
    height: 50px;
    position: fixed;
    align-items: center;
    display: flex;
    z-index: 1000;
}


#Home{
    background-color: #001a33;
    width:100%;
    height: 100vh;
    display: flex;
    padding: 50px;
    color: white;
    gap: 50px;  
}
.box{
  margin-top: 5%;
  margin-left: 5%;
  width: 407px;
  height: 443px;
  border-radius: 25%;
}
#image {
    margin-left: 17%;
    transition: transform 0.7s ease, filter 0.3s ease;
    filter: drop-shadow(0 0 15px #1E90FF);
    border-radius: 25%;
}
#image:hover {
    transform: scale(1.05);
    filter: drop-shadow(0 0 10px #1E90FF);
}
.box2{
    margin-left: 1%;
    padding-top: 5%;
    align-items: flex-start;
    flex: 1;
    max-width: 50%;
}
#image{
    flex: 1;
}
#one{
    font-size: x-large;
    padding-top: 50px;
    padding-bottom: 50px;
}
.two{
    text-align: justify;
    font-size: large;
    padding-left: 50px;
    padding-bottom: 25px;
}
#three{
    white-space: nowrap;
    font-size: x-large;
    padding-top: 56px;
    padding-left: 70px;
}


#About{
    background-color: #1E90FF;
    width: 100%;
    height: 50vh;
    
}
#abt{
    padding-top: 4%;
}
#abtp{
    padding-left: 4%;
    padding-top: 50px;
    font-size: 20px;
    text-align: center;
    color: white;   
}


#Skills{
    background-color: #001a33 ;
    width: 100%;
    height: 80vh;
    display: flex; 
}
#outskill{
   
    border-color: whitesmoke;
    border-style: solid;
    border-width: 2px;
    border-radius: 4px;
    width: 90%;
    height: 55vh;
    margin-left: 5%;
    margin-top: 6%;
    margin-bottom: 5%;
    display: flex;
    transition: transform 0.7s ease-out; 
}
.skb{
    border-color:whitesmoke;
    border-width: 2px;
    border-style: solid;
    width: 120px;
    height: 120px;
    margin-top: 10%;
    margin-left: 60px;
    text-align: center;
    border-radius: 25px;
    transition: transform 0.7s ease-out, filter 0.7s ease;
    filter: drop-shadow(0 0 10px #1E90FF);
    will-change: transform;
    
}
.skb:hover{
    transform: scale(1.110) !important;
    filter: drop-shadow(0 0 10px #1E90FF);
}  
#titsk{
    display: inline-block;
    padding-top: 5%;
    padding-left: 5%;
    height: fit-content;
    color:white;
}
h4,h5{
    font-family: Georgia, 'Times New Roman', Times, serif;
    color:white; 
}
h4{
    padding-top: 20px;
}
.js{
    padding-top: 12px;
    padding-left: 4px;
}
.skbfuture{
    border-color:whitesmoke;
    border-width: 2px;
    border-style: solid;
    width: 420px;
    height: 220px;
    margin-top: 6%;
    margin-left: 60px;
    color: white;
    border-radius: 25px;
    transition: transform 0.7s ease-out, filter 0.7s ease;
    filter: drop-shadow(0 0 10px #1E90FF);
    will-change: transform;
}
.skbfuture:hover{
    transform: scale(1.07) !important;
    filter: drop-shadow(0 0 10px #1E90FF);
}

#fut{
    padding-left: 50px;
    padding-top: 25px;
    font-size: xxx-large;
    font-weight: 1000;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
#load{
    padding-top: 58px;
    padding-left: 25%;
    font-size: x-large;
    font-weight: bolder;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}


#Projects{
    background-color:#1E90FF;
    width: 100%;
    height: 85vh;
}
#pro{
    padding-top: 4%;   
}
#probox{
    border-style: solid;
    border-color:transparent;
    border-width: 2px;
    width: 95%;
    height: 65vh;
    margin-left: 28px;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.dpro{
    border-style: solid;
    border-color: rgb(40, 0, 116);
    border-width: 2px;
    width: 420px;
    height: 150px;
    border-radius: 25px;
    position: relative;
    right: -16%;
    margin-top: 4%;  
    text-align: center;
    background-color: #05619e;  
    color: #a6afff;  
    box-shadow: 0 0 10px #ffffff,0 0 20px #ffffff,0 0 30px #ffffff ; 
    transition: transform 0.7s ease-out, box-shadow 0.3s ease;
}
.dpro:hover{
    transform: scale(1.07);   
}

#guess {
    position: relative;
    bottom: -190px;
    left: -35%;
}
#btn{  
    border: none;
    border-radius: 25px;
    width: 20%;
    height: 15%;
    background: linear-gradient(to right top, rgb(37, 45, 160),rgb(37, 139, 255),skyblue,rgb(37, 45, 160));
}
#btn:hover{
    transform:scale(1.07);
    box-shadow: 0 0 10px #ffffff ;
    border-color: aliceblue;
    transition: transform 0.7s ease-out, box-shadow 0.3s ease;
    cursor: pointer;
}
h3{
    text-align: center;
    padding-top: 5%;
    font-size: xx-large;
    color:#001a33;   
}
.prop{
    padding-top: 4%;
    padding-left: 8%;
    font-size: larger;
}


#Contact{
    background-color: #001a33;
    width: 100%;
    height: 40vh;
    text-align: center; 
}


span{
    font-size: 50px;
    display: inline-block;
}
span:hover{
    transition: transform 1s ease;
    transform:scale(1.05);
}
#cen{
    margin-top: 4%;
    display: inline-block;
    text-align: center;
    color: #2994ff;
    padding-bottom: 25px;
    font-size: larger;
}



#social{
    display: flex;
    /* padding-left: 25%; */
    flex-direction: row;
    gap: 20px;
    text-align: center;
    margin-top: 1%;
    /* border-width: 2px;
    border-color: #2994ff;
    border-style: solid; */
    justify-content: center;
}
.social-item {
  display: flex; 
  align-items: center;
  gap: 60%;
}
#img{
     border-radius: 14px;
}
.social-item:hover{
    transition: transform 0.7s ease-out;
    transform: scale(1.07);
}
.social-item a {
  color: lightblue;
  text-decoration: none;
  font-size: 18px;
}


footer{
    padding: 10px;
    background-color: #333;
    color: #ffffff;
} 


.glow{
    box-shadow: 0 0 10px #1E90FF,0 0 20px #1E90FF,0 0 30px #1E90FF;
}
.glowline{
    border: none;
    height: 1px;
}
.txtglow{
    text-shadow:0 0 10px #1E90FF,0 0 20px #1E90FF,0 0 30px #1E90FF;   
}
.txtglow2{
    text-shadow: 0 0 10px #6a0dad, 0 0 20px #1E90FF, 0 0 30px #0f052d;
}
.txtglow3{
    text-shadow:0 0 10px #ffffff,0 0 20px #e6f5ff,0 0 30px hsl(0, 0%, 100%);   
}
.txtglow4{
 filter: drop-shadow(0 0 7px #3887ff);
}