body.b {
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', Arial, sans-serif;
  background: linear-gradient(120deg, #43cea2 0%, #185a9d 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.login-form {
  background: #f8fcfd;
  padding: 36px 32px 28px 32px;
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(24,90,157,0.13);
  max-width: 400px;
  width: 100%;
  margin: 32px auto;
}

.login-form input[type="text"],
.login-form input[type="email"],
.login-form input[type="password"],
.login-form input[type="tel"],
.login-form input[type="date"],
.login-form input[type="file"],
.login-form textarea,
.login-form select {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 16px;
  border: 1px solid #b2dfdb;
  border-radius: 7px;
  font-size: 1rem;
  background: #e0f7fa;
  transition: border 0.2s;
  box-sizing: border-box;
}

.login-form input[type="text"]:focus,
.login-form input[type="email"]:focus,
.login-form input[type="password"]:focus,
.login-form input[type="tel"]:focus,
.login-form input[type="date"]:focus,
.login-form textarea:focus,
.login-form select:focus {
  border: 1.5px solid #43cea2;
  outline: none;
  background: #fff;
}

.login-form textarea {
  min-height: 60px;
  resize: vertical;
}

.login-form input[type="submit"] {
  width: 100%;
  background: linear-gradient(90deg, #f6d365 0%, #fda085 100%);
  color: #fff;
  border: none;
  border-radius: 7px;
  padding: 12px 0;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(253,160,133,0.10);
  transition: background 0.2s, box-shadow 0.2s;
  margin-top: 8px;
}

.login-form input[type="submit"] {
  width: 100%;
  background: linear-gradient(90deg, #43cea2 0%, #185a9d 100%);
  color: #fff;
  border: none;
  border-radius: 7px;
  padding: 12px 0;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(24,90,157,0.10);
  transition: background 0.2s, box-shadow 0.2s;
  margin-top: 8px;
}
.login-form input[type="submit"]:hover {
  background: linear-gradient(90deg, #185a9d 0%, #43cea2 100%);
  box-shadow: 0 4px 16px rgba(24,90,157,0.18);
}

body{
  background-color: rgb(0, 0, 0);
  
}


h1 {
  text-align: center;
  color: #185a9d;
  font-size: 2.2rem;
  margin-top: 24px;
  margin-bottom: 12px;
  letter-spacing: 1px;
  font-weight: 700;
}

.nam{
  color: #0dcaf0;
}


/* About Section Begins*/

#NavHome{
  min-height: 100vh;
}

.hero{
  max-width: 100vw;
  display: flex;
  align-content: center;
  justify-content: space-around;
}

.herop{
  max-width: 100vw;
  display: flex;
  align-content: center;
  justify-content: space-around;
  flex-direction: row;
}



.info
{
  text-align: center;
  font-size: 1.5rem;
  color: rgb(255, 255, 255);
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 50%;
  max-width: vw;
}

.yel{
  color: #915907;
  background-color: #fce3bc;
  border-radius: 50px;
  width: fit-content;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  margin: auto;
  margin-top: 10px;
  font-size: small;
  padding: 5px;
}

.info-2
{
  text-align: center;
  font-size: 1rem;
  color: rgb(255, 255, 255);
  font-family: "Lato", sans-serif;
  font-weight: 200;
  font-style: normal;
  width: 100%;
  max-width: vw;
  padding:15px;
  min-height: 100vh;
  
}

.sp{
  margin-left: 6px;
  margin-right: 5px;
  padding: 5px;
}

.quote{
  font-style: italic;
  font-size: 1rem;
  font-weight: 200;
}

.image
{   
  height: fit-content;
  
  float: right;
  position: relative;
  max-width: 100vw;
  align-items: center;
}
.im{
  border-radius: 50% 50% 50% 50%;
  border: 4px solid #0dcaf0;
  box-shadow: 0 0 10px 0 #0dcaf0;
  width: 400px;
  height: 400px;
  object-fit: cover;

}

.aboutmain{
  display: flex;
  flex-direction: row;
  padding: 20px;
 }

 .aboutmain img{
  border: 1px solid #0dcaf0;
  height: 200px;
  width: 200px;
  border-radius: 10% 10% 10% 10%;
  
 }

 #im-about{
  width: 30%;
 }
 #text-about{
  width: 70%;
  padding: 10px;
  text-align: left;
 }

 .grid-about{
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 20px;
  
 }
 ul{
  list-style-type: none;
  
 }
 .aboutmain  li{
  padding: 25px;
  color: white;
  text-align: center;
  font-size:xxx-large;
  color: #0dcaf0;
 }

 span{
  font-size: 1.25rem;
  color: #ffffff;
  
 }

 .bless{
  font-size: 2rem;
 }
 .skill{
  min-height: 100vh;
 }

@media (min-width: 900px) {
  .hero {
    flex-direction: row;
    align-items: center;
    margin: auto;
    padding: 100px;
    padding-top: 175px;
    padding-bottom: 175px;
    background-image: url(Images/Hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    visibility:visible;
  }

  .projects
  {
    background-image: url(Images/Hero.jpg);
    padding-top: 60px;
  }

  
  .projects > .hero
  {
    flex-direction: row;
    align-items: center;
    margin: auto;
    background-image: none;
    padding-top: 100px;
    padding-bottom: 0px;
    
   
  }
  
  .info {
    width: 50%;
    margin-top: 20px;
  }
  
  .image {
    
    float: none;
  }

  .im-new{
    border-radius: 5% 5% 5% 5%;
    border: 4px solid #0dcaf0;
    box-shadow: 0 0 10px 0 #0dcaf0;
    width: 400px;
    height: 400px;
  }

  .type1{
    width: 100%;
    padding: 10px;
    padding-bottom: 40px;
  }

  .skills{
    flex-direction: row;
    display: flex;
    
  }
  #sp{
    padding: 10px;
  }
  

  .boxes
  {
    width: 50%;
    padding: 20px;
    color: white;
  }

  .Contact
  {
    flex-direction: row;
    
  }

  .cont{
    width: 50%;
    padding: 20px;
    padding-top: 2px;
    padding-left: 100px;
    color: white;
    

}
.projects{
  min-height: 100vh;
}

.boxes
{
    width: 75%;
    padding: 20px;
    color: white;
}
.info-2{
  padding-top: 70px;
}

.skill{
  padding-top: 70px;
}

.yel{
  font-size: medium;
  padding: 5px;
  padding-left: 8px;
  padding-right: 8px;
  color: #915907;
  background-color: #fce3bc;
}

}



@media (max-width: 768px) {

  .hero {
    flex-direction: column;
    width: 100%;
    margin:auto;
    background-repeat: no-repeat;
    background-size: cover; 
    background-image: url(Images/Hero.jpg);
    background-position: -600px;
  }
  .herop{
   
    width: 100%;
    margin:auto;
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: -900px;
    flex-wrap: wrap;
    display: flex;
    align-content: center;
    justify-content: space-around;
    flex-direction: column;
  }
  
  .projects{
    
    background-image: url(Images/Hero.jpg);
    padding-top: 60px;
    background-position: -900px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  
  
  .info {
    width: 100%;
 

  }
  
  .image {
    
    align-items: baseline;
    padding-top: 60px;
  }

  .im{
    width: 200px;
    height: 200px;
  }

  .im-new{
    width: 200px;
    height: 200px;
  }
  
  .Contact
  {
    flex-direction: column;
  }

  .boxes
  {
    width: 100%;
  
  }

  .cont{
    width: 100%;
    padding: 15px;
    padding-top: 35px;
    color: white;
   
    text-align: left;
  }
 .aboutmain
 {
  display: flex;
  flex-direction: column;
  padding: 20px;
 }

 #im-about
 {
  width: 100%;
 }
 #text-about
 {
  width: 100%;
  padding: 10px;
  text-align: center;
  font-weight: 300;
  padding-top: 40px;
 }

 .grid-about
 {
  display: flex;
  flex-direction: column;
 
  padding: 20px;
 }

  .boxes
  {
    width: 100%;
    padding: 20px;
    color: white;
  }
}



.im:hover
{
  box-shadow: 0 0 20px 0 #0dcaf0;
  transition: all 50ms ease-in-out;
}

.fa-brands{
  color: #0dcaf0;
  border: 1px solid #0dcaf0;
  padding: 10px;
  margin: 5px;
  border-radius: 50% 50% 50% 50%;
}

.fa-brands:hover
{
  color: #ffffff;
  background-color: #0dcaf0;
  transition: all 550ms ease-in-out;
  box-shadow: 0 0 10px 0 #0dcaf0;
}

/* About Section Ends*/



svg{
    border: 1px solid greenyellow;
    padding: 0px;
}

.navbar{
  background-color: rgba(6, 16, 27, 0.532);
}

.icons{
  padding-top:3px;
}

.aboutmain li{
  padding: 0px;

}


.navbar-brand{

    color:#ffffff;
    font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  vertical-align: middle;
  display: flex;
  align-items: center;
  
  
  
  
}
span .name
{
    padding-top: 50px;
}

.nav-link:hover
{
    color: #0dcaf0;
    text-decoration:wavy;
    border-bottom: 2px solid #0dcaf0;
    transition-property: all;
    transition: all 550ms ease-in-out;
}

.nav-link{
    color: rgb(255, 255, 255);
    font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  border-bottom: 2px solid #00000000;
}

/* Contact Section Begins*/

.Contact
{
    display: flex;
    margin: auto;
    justify-content: center;
    max-width: 100%;
}


#cont{
    text-decoration: none;
    padding: 20px;
    color: white;
    border: 0px;
}
#cont:hover{
    background-color: #0dcaf000;
    transition: none;
    box-shadow: 0 0 10px 0 #ffffff00;
    border-radius: 10px;
    padding: 20px;
    color: #0dcaf0;

    
    text-decoration: none;
}
/* Contact Section Ends*/

/* Footer Section Begins*/
footer{
    text-align: center;
    padding: 10px;
    color: white;
}

.hero 
{
    display: flex;
    align-items: center;
    
    
}

.fa-angle-up
{
  color: #0dcaf0;
}

  /* Footer Section Ends*/





h4,h1{
  color: white;
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  font-weight: lighter;
  text-align: center;
}
.card{
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #3ea07e;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 #0dcaf0;
  margin: 20px;
}

.card:hover
{
  box-shadow: 0 0 20px 0 #0dcaf0;
  transition: all 50ms ease-in-out;
}

.card-link{
  text-decoration: none;
}

 /* Skills Section Begins*/
 .skills{
  padding:20px;
 }

 .desc{
margin-bottom: -4px;
padding:10px;
color: white;
 }


 .type1{
 
  border-radius: 20px;
  padding: 10px;
 }

 .title{
  text-align: center;
  font-weight: bold;
  color: white;
 }

 .spec{
  font-weight: bold;
 }

 section{
  padding: 10px;
 }

 .navtop{
  border-radius: 50px 50px 50px 50px;
  align-self: center;
 
  border: 1px solid #0dcaf0;
 }

 .navtopdiv
 {
  margin: auto;
  width: 100%;
  justify-content: center;
  display: flex;
 }
 
 #special{
  color: #ffff05;
  font-weight: bold;

 }

 .b{
  background-color: black;
  z-index: 1;

  
 }
 .login-form{
  align-items: center;
  margin: auto;
 max-width: fit-content;
  color: white;
  text-align: center;
  padding: 20px;
  background-color: rgba(66, 116, 225, 0.64);
  z-index: 0;
  opacity: 1;
       /* Solid white background */
    border-radius: 10px;     /* Optional: rounded corners */
    box-shadow: 0 4px 16px rgba(0,0,0,0.15); /* Optional: subtle shadow */
    padding: 32px 24px;      /* Optional: space inside the form */

 }

 .center-bg{
  background-color: white;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin:auto;
  padding: -90px;
align-items: center;
  display: flex;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15); /* Optional: subtle shadow */
 }

 input, select, textarea{
  border-radius: 10px;
  padding: 10px;
  width: 250px;
  border: none;
  margin: 5px;
 }