@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,900;1,700&display=swap");

/* Variables */
:root {
  --font-family: "Roboto", sans-serf;
  --normal-font: 400;
  --bold-font: 700;
  --bolder-font: 900;
  --bg-color: #fcfcfc;
  --primary-color: #1da4d4;
  --secondary-color: #ff7235;
  --primary-shadow: #8b8eaf;
  --secondary-shadow: #a17a69;
  --bottom-margin: 0.5rem;
  --bottom-margin-2: 1rem;
  --line-height: 1.7rem;
  --transition: 0.3s;
}
/* Variables end */

html {
  scroll-behavior: smooth;
}

/* CSS Resets */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* border: 2px solid red; */
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: var(--primary-color);
}

a:hover {
  color: var(--secondary-color);
}

body {
  font-family: var(--font-family);
}

section {
  /* max-width: 1100px;
  margin: auto; */
}

/* CSS Resets end */

/* Navbar */
nav {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  background-color: #f3f3f3f4;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

nav h1 {
  color: var(--primary-color);
    font-size: 30px;
     
      
}
nav img {
    width: 60px;
    height: auto;
   
}

nav a {
  color: var(--primary-color);
  transition: var(--transition);
}
nav a:hover {
  color: var(--secondary-color);
  border-bottom: 2px solid var(--secondary-color);
}

nav ul {
  display: flex;
  gap: 1.9rem;
}

nav ul li {
  font-weight: var(--bold-font);
}
.bannerarea{
    padding:20px;
    margin: 20px;
     border-radius: 6px;
  box-shadow: 0px 2px 15px 2px var(--primary-shadow);
  background-image:url("assets/images/bannerback.gif");
 text-align: center;
}

p2{
  animation: colour-change 15s infinite;
}
    @keyframes colour-change {
  0% { color: black; }
  25% { color: lightblue; }
  50% { color: #6ea8d3; }
  100% { color: #3781b8; }
}
    @keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }

}

.banner{
    
   margin: 20px;
  border-radius: 6px;
 box-shadow: 0px 2px 15px px var(--primary-shadow);
   width: 1300px;
   
    
    
}
.quote{
text-align: center;
    margin: 20px;
border-radius: 6px;
    padding: 5px;
 box-shadow: 0px 2px 15px 2px var(--primary-shadow);
  font-family: var(--font-family);
  font-size: 20px;  
  font-style: oblique;  
}
.burger-menu {
  color: var(--primary-color);
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: none;
}
/* Navbar ends */

/* Hero section */
.hero {
  display:flex;
  align-items: center;
  justify-content: center;
  margin: 20px;
     border-radius: 6px;
  box-shadow: 0px 2px 15px 2px var(--primary-shadow);
    background-color: #f3f3f3f4;
 
}

.hero img {
    display: flex;
 margin: 2rem;
  height: 19.5rem;
  width: 14.5rem;
object-position: center;
  
    
}
.hero button{
    margin-left: 400px;
    text-align: center;
    font-size: 25px;
}
.hero button:hover {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  cursor: pointer;
}
    
     

.hero h2{
    text-align: center;
    font-family: var(--font-family);
  font-size: 30px;
    
}

.hero p {
    font-family: var(--font-family);
  font-size: 20px;
    padding: 20px;
    background-color: var(--bg-color);
    border-radius: 60px;
    text-align: center;
    margin: 20px;
    
}

.bio {
  
  
  border-radius: 6px;
  
  background-color: #f3f3f3f4;
    
}

.hidden {
  display:flex;
  align-items: center;
  justify-content: center;
     border-radius: 6px;
  box-shadow: 0px 2px 15px 2px var(--primary-shadow);
    background-color: #f3f3f3f4;
    
 
}

.hidden-align{

   margin: auto;
    padding: 20px;
        
}

.hiddentext{
padding: 20px;
   
}
.hiddentext h2{
    text-align: center;
    font-family: var(--font-family);
    background-color: #f3f3f3f4;
    font-size: 30px;
}
.hiddentext p{
     font-family: var(--font-family);
  font-size: 20px;
    padding: 10px;
    background-color: var(--bg-color);
    border-radius: 60px;
    text-align: center;
}


.bio h1 {
    font-family: var(--font-family);
  font-size: 40px;
  margin-bottom: var(--bottom-margin);
}

.bio p {
  line-height: var(--line-height);
  font-family: var(--font-family);
  font-size: 20px;
}
/* Hero section ends */

/* More about */
.about1 {
  background-color: #f3f3f3f4;;
margin: 20px;

text-align: justify;


}

.about1 h2 {
  margin-bottom: var(--bottom-margin);
  text-align: center;
 font-family: var(--font-family);
  font-size: 30px;
}

.about1 p {

  font-family: var(--font-family);
  font-size: 20px;
  background-color: var(--bg-color);
    border-radius: 60px;
}
/* More about ends */

/* Skills section */
.skills {
  
  margin: 20px;
  text-align: center;
  
   
}
.skills h2{
     font-family: var(--font-family);
  font-size: 40px;
    
}
.update{
    margin:0px;
    font-family: var(--font-family);
    object-position: center;
  font-size: 20px;
    background-color: #f3f3f3f4;
border-radius: 6px;
    padding: 20px;
 box-shadow: 2px 3px 20px 2px var(--primary-shadow);
}
.skills p{
    padding: 20px;
}
.skills-wrapper img {
  padding: 1.25rem;
}

.icon {
  width: 11.875rem;
  height: 11.25rem;
}
/* Skills section ends */

/* Projects section */













/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  top: 50%;
  width: auto;
  margin: 15px;
  padding: 16px;
  color: #1da4d4 ;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color:#1da4d4 ;
}












.projects {
  background-color: var(--bg-color);
  padding: 32px;
  margin-top: 2rem;
  border-radius: 200px;
}

.project-pic {
  width: 65%;
  height: 60%;
}
.project-container project-card{
   display: inline-block;
}
.projects-container {
  display: flex;
  align-items: center;
  justify-content: center;
 
    
}

.projects-title {
  text-align: center;
  margin-bottom: 1rem;
}

.project-container {
  
  text-align: center;
  
}

.project-container p {
  padding: 0.4rem;
}

.project-title {
  margin-bottom: var(--bottom-margin);
}

.project-details {
  margin-bottom: var(--bottom-margin);
}
.formUpdate{
    font-family: var(--font-family);
  font-size: 20px;
  margin: 20px;

}

td, th {
 text-align: center
  padding: 0.5rem;
    margin: 20px;
    width:35rem;
    
}
td{
    font-size: 15px;
    padding-top: 20px;
}

/* Projects section ends */

/* Contacts section */
.contact {
  border-radius: 6px;
  box-shadow: 0px 2px 15px 2px var(--primary-shadow);
    padding-top: 20px;
  margin: 20px;
    margin-top: 80px;
  background-color: #f3f3f3f4;
   
}

.contact h2 {
  text-align: center;
    font-family: var(--font-family);
  font-size: 30px;
  margin-bottom: var(--bottom-margin-2);
}
.contact p { 
text-align: center;
    padding: 3rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
    font-family: var(--font-family);
  font-size: 20px;
  margin-bottom: 30px;
  text-align: justify;
    
}

.contact-form-container {
  background-color:  var(--bg-color);
  max-width: 40.75rem;
  margin:  auto;
  padding: 4rem;
  border-radius: 120px;
    margin-bottom: 20px;
  
}

.contact-form-container label {
  line-height: 2.7em;
  font-weight: var(--bold-font);
  color: var(--primary-color);
}

.contact-form-container textarea {
  min-height: 6.25rem;
  font-size: 14px;
}
contact-form-container .feedback{
   width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  border: none;
  border: 2px outset var(--primary-color);
  font-size: 0.875rem;
  outline: none;
}

.contact-form-container .input-field {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  border: none;
  border: 2px outset var(--primary-color);
  font-size: 0.875rem;
  outline: none;
}

.input-field::placeholder {
  padding: 0.5rem;
  color: var(--primary-color);
}

.submit-btn {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  background-color: #fff;
  border: 2px solid var(--primary-color);
  border-radius: 5px;
  font-size: 1rem;
  font-weight: var(--bold-font);
  transition: var(--transition);
}

.submit-btn:hover {
  background-color: var(--primary-color);
  border: 2px solid var(--primary-color);
  cursor: pointer;
}
/* Contacts section ends */



/* Scroll to top button */
.scroll-up {
  position: fixed;
  right: 0.5%;
  bottom: 1%;
  cursor: pointer;
}

.up-arrow {
  width: 3rem;
  height: 3rem;
}
/* Scroll to top button ends */

/* Footer section */
footer {
  background-color: var(--bg-color);
  padding: 1.25rem;
  text-align: center;
  margin: 2rem 0 0;
}
/* Footer section ends */

/* General (utilities) */
.icon-card {
  background-color: #fff;
  border-radius: 11px;
  box-shadow: 0 3px 10px var(--secondary-shadow);
  padding: 20px;
  margin: 10px;
}

.project-card {
  background-color: #fff;
  border-radius: 11px;
  box-shadow: 0 3px 10px var(--primary-shadow);
  padding: 20px;
  margin: 10px;
}

@media screen and (max-width: 1400px) {
  

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: var(--primary-color);
}

a:hover {
  color: var(--secondary-color);
}

body {
  font-family: var(--font-family);
}

section {
  /* max-width: 1100px;
  margin: auto; */
}

/* CSS Resets end */

/* Navbar */
nav {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  background-color: #f3f3f3f4;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

nav h1 {
  color: var(--primary-color);
    font-size: 30px;
    align-content: center;
    
    
}
nav img {
    width: 60px;
    height: auto;
   
}

nav a {
  color: var(--primary-color);
  transition: var(--transition);
}
nav a:hover {
  color: var(--secondary-color);
  border-bottom: 2px solid var(--secondary-color);
}

nav ul {
  display: flex;
  gap: 1.9rem;
}

nav ul li {
  font-weight: var(--bold-font);
}
.bannerarea{
    padding:20px;
    margin: 20px;
     border-radius: 6px;
  box-shadow: 0px 2px 15px 2px var(--primary-shadow);
  background-image:url("assets/images/bannerback.gif");
 text-align: center;
}



.banner{
    
   margin: 20px;
  border-radius: 6px;
 box-shadow: 0px 2px 15px px var(--primary-shadow);
   width: auto;
    height: 300px;
   
    
    
}
.quote{
text-align: center;
    margin: 20px;
border-radius: 6px;
    padding: 5px;
 box-shadow: 0px 2px 15px 2px var(--primary-shadow);
  font-family: var(--font-family);
  font-size: 20px;  
  font-style: oblique;  
}
.burger-menu {
  color: var(--primary-color);
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: none;
}
/* Navbar ends */

/* Hero section */
.hero {
  display:flex;
  align-items: center;
  justify-content: center;
  margin: 20px;
     border-radius: 6px;
  box-shadow: 0px 2px 15px 2px var(--primary-shadow);
    background-color: #f3f3f3f4;
 
}

.hero img {
    display: flex;
 margin: 2rem;
  height: 19.5rem;
  width: 14.5rem;
object-position: center;
  
    
}
.hero button{
    margin-left: 400px;
    text-align: center;
    font-size: 25px;
}
.hero button:hover {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  cursor: pointer;
}
    
     

.hero h2{
    text-align: center;
    font-family: var(--font-family);
  font-size: 30px;
    
}

.hero p {
    font-family: var(--font-family);
  font-size: 20px;
    padding: 20px;
    background-color: var(--bg-color);
    border-radius: 60px;
    text-align: center;
    margin: 20px;
    
}

.bio {
  
  
  border-radius: 6px;
  
  background-color: #f3f3f3f4;
    
}

.hidden {
  display:flex;
  align-items: center;
  justify-content: center;
     border-radius: 6px;
  box-shadow: 0px 2px 15px 2px var(--primary-shadow);
    background-color: #f3f3f3f4;
    
 
}

.hidden-align{

   margin: auto;
    padding: 20px;
        
}

.hiddentext{
padding: 20px;
   
}
.hiddentext h2{
    text-align: center;
    font-family: var(--font-family);
    background-color: #f3f3f3f4;
    font-size: 30px;
}
.hiddentext p{
     font-family: var(--font-family);
  font-size: 20px;
    padding: 10px;
    background-color: var(--bg-color);
    border-radius: 60px;
    text-align: center;
}


.bio h1 {
    font-family: var(--font-family);
  font-size: 40px;
  margin-bottom: var(--bottom-margin);
}

.bio p {
  line-height: var(--line-height);
  font-family: var(--font-family);
  font-size: 20px;
}
/* Hero section ends */

/* More about */
.about1 {
  background-color: #f3f3f3f4;;
margin: 20px;

text-align: justify;


}

.about1 h2 {
  margin-bottom: var(--bottom-margin);
  text-align: center;
 font-family: var(--font-family);
  font-size: 30px;
}

.about1 p {

  font-family: var(--font-family);
  font-size: 20px;
  background-color: var(--bg-color);
    border-radius: 60px;
}
/* More about ends */

/* Skills section */
.skills {
  
  margin: 20px;
  text-align: center;
  
   
}
.skills h2{
     font-family: var(--font-family);
  font-size: 40px;
    
}
.update{
    margin:0px;
    font-family: var(--font-family);
    object-position: center;
  font-size: 20px;
    background-color: #f3f3f3f4;
border-radius: 6px;
    padding: 20px;
 box-shadow: 2px 3px 20px 2px var(--primary-shadow);
}
.skills p{
    padding: 20px;
}
.skills-wrapper img {
  padding: 1.25rem;
}

.icon {
  width: 11.875rem;
  height: 11.25rem;
}
/* Skills section ends */

/* Projects section */


.projects {
  background-color: var(--bg-color);
  padding: 32px;
  margin-top: 2rem;
  border-radius: 200px;
}

.project-pic {
  width: 65%;
  height: 60%;
}

.projects-container {
  display: flex;
  align-items: center;
  justify-content: center;
 
    
}

.projects-title {
  text-align: center;
  margin-bottom: 1rem;
}

.project-container {
  
  text-align: center;
  width: 21.875rem;
  padding: 1rem;
}

.project-container p {
  padding: 0.4rem;
}

.project-title {
  margin-bottom: var(--bottom-margin);
}

.project-details {
  margin-bottom: var(--bottom-margin);
}
.formUpdate{
    font-family: var(--font-family);
  font-size: 20px;
  margin: 20px;

}

td, th {
 text-align: center
  padding: 0.5rem;
    margin: 20px;
    width:35rem;
    
}
td{
    font-size: 15px;
    padding-top: 20px;
}

/* Projects section ends */

/* Contacts section */
.contact {
  border-radius: 6px;
  box-shadow: 0px 2px 15px 2px var(--primary-shadow);
    padding-top: 20px;
  margin: 20px;
    margin-top: 80px;
  background-color: #f3f3f3f4;
   
}

.contact h2 {
  text-align: center;
    font-family: var(--font-family);
  font-size: 30px;
  margin-bottom: var(--bottom-margin-2);
}
.contact p { 
text-align: center;
    padding: 3rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
    font-family: var(--font-family);
  font-size: 20px;
  margin-bottom: 30px;
  text-align: justify;
    
}

.contact-form-container {
  background-color:  var(--bg-color);
  max-width: 40.75rem;
  margin:  auto;
  padding: 4rem;
  border-radius: 120px;
    margin-bottom: 20px;
  
}

.contact-form-container label {
  line-height: 2.7em;
  font-weight: var(--bold-font);
  color: var(--primary-color);
}

.contact-form-container textarea {
  min-height: 6.25rem;
  font-size: 14px;
}
contact-form-container .feedback{
   width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  border: none;
  border: 2px outset var(--primary-color);
  font-size: 0.875rem;
  outline: none;
}

.contact-form-container .input-field {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  border: none;
  border: 2px outset var(--primary-color);
  font-size: 0.875rem;
  outline: none;
}

.input-field::placeholder {
  padding: 0.5rem;
  color: var(--primary-color);
}

.submit-btn {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  background-color: #fff;
  border: 2px solid var(--primary-color);
  border-radius: 5px;
  font-size: 1rem;
  font-weight: var(--bold-font);
  transition: var(--transition);
}

.submit-btn:hover {
  background-color: var(--primary-color);
  border: 2px solid var(--primary-color);
  cursor: pointer;
}
/* Contacts section ends */



/* Scroll to top button */
.scroll-up {
  position: fixed;
  right: 0.5%;
  bottom: 1%;
  cursor: pointer;
}

.up-arrow {
  width: 3rem;
  height: 3rem;
}
/* Scroll to top button ends */

/* Footer section */
footer {
  background-color: var(--bg-color);
  padding: 1.25rem;
  text-align: center;
  margin: 2rem 0 0;
}
/* Footer section ends */

/* General (utilities) */
.icon-card {
  background-color: #fff;
  border-radius: 11px;
  box-shadow: 0 3px 10px var(--secondary-shadow);
  padding: 20px;
  margin: 10px;
}

.project-card {
  background-color: #fff;
  border-radius: 11px;
  box-shadow: 0 3px 10px var(--primary-shadow);
  padding: 20px;
  margin: 10px;
}


/* Media queries for responsiveness */
@media screen and (max-width: 800px) {
  nav {
    padding: .5rem .5rem;
  }
  nav ul {
    position: fixed;
    background-color: var(--bg-color);
    flex-direction: column;
    top: 86px;
    left: 10%;
    width: 80%;
    text-align: center;
    transform: translateX(120%);
    transition: transform 0.5s ease-in;
  }
    nav h1 {
  color: var(--primary-color);
    font-size: 20px;
        margin-right: 0px;
    }
    nav img {
        width: 50px;
        height: 40px;
    }
  nav ul li {
    margin: 8px;
  }
.banner{
 
   border-radius: 6px;
    border-style: groove;
    width: 310px;
    height: auto;
   
    }
    .quote{
        margin: 20px;
    font-size: 15px;
    }
  .burger-menu {
    display: block;
      font-size: 30px;
  }

  nav ul.show {
    transform: translateX(0);
  }

  .hero {
    margin-top: -0.2rem;
    flex-direction: column;
    
  }
    .hero button{
       
        border: none;
        
    }

  .hero img {
    height: 25.5rem;
    width: 25rem;
    margin-bottom: 20px;
    
  }

  .bio {
    margin-top: rem;
    width: 25rem;
  }
    
.hidden {
  display:block;
  align-items: center;
  justify-content: center;
     border-radius: 6px;
  box-shadow: 0px 2px 15px 2px var(--primary-shadow);
    background-color: #f3f3f3f4;
 
}
    .hero button{
    
    font-size: 25px;
    margin-left: 80px;
}

  .more-about {
    margin-left: 20px;
    margin-right: 20px;
  }

  .more-about h2 {
    text-align: center;
      padding: 1.5rem;
  }

  .more-about p {
    text-align: justify;
      padding: 1.4rem;
  }

  .icon {
    width: 5.875rem;
    height: 5.25rem;
  }

  .projects-container {
    flex-direction: column;
  }

  .project-container {
    width: 20.875rem;
  }

  .contact-form-container {
    max-width: 23.75rem;
  }
}

@media screen and (max-width: 420px) {
  .hero img {
    height: 37.5rem;
    width: 23rem;
  }
    
    nav h1 {
  color: var(--primary-color);
    font-size: 19px;
    }
    td, th {
 
  padding: 0.5rem;
    margin: 10px;
    width:10rem;
    
}

  .bio {
    width: 18.3rem;
  }

  .project-container {
    width: 17.875rem;
  }

  .contact-form-container {
    max-width: 17.75rem;
  }
}
