.profile-pic {
  position: relative;
  max-width:130px;
  max-height:130px;
  width: auto;
  height: auto;
  overflow: hidden;
  margin: -31px; 
  margin-left:-7px;
  border: 6px solid rgba(0, 54, 5, 0.605); 
  border-radius: 50% !important;
}

.profile-pic img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.tracker {
  /* visibility: hidden; */
  position: fixed;
  /* margin-inline-end: auto;  */
  bottom: 0; 
  right: 0;
}

@import url(https://fonts.googleapis.com/css?family=Poiret+One);
.social {
  margin: 0 auto;
  width: auto;
  text-align: inherit;
  /* padding: 10px; */
}

.icon-btn {
  margin-left: auto;
  width: 50px;
  height: 50px;
  border: 0;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 30px;
  line-height: 70px;
  border-radius: 45px;
  display: inline-block;
  margin: 4px;
}

.github {
  color: black;
}

.linkedin {
  color: #0077b5;
}

.angellist {
  color: grey;
}

.icon-btn:hover {
  transform: scale(1.10);
  color: #FFFFFF;
}

.linkedin:hover {
  background-color: #0077b5;
}

.angellist:hover {
  background-color: grey;
}

.github:hover {
  background-color: black;
}

/* Buttons - Read Me, Contact Us */

.readme {
  position: relative;
  padding: 11px 35px;
  background: #fff;
  color: #00796b;
  border: 2px solid #fff;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}


/* CONTACT FORM */
#contact {
  background-color: #f5f5f5; /* Adjust background color as needed */

}

/* Wrapper for centering contact-container */
.contact-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start; 
  width: 100%;
  min-height: calc(50vh - 80px); 
  padding-top: 5px; 
}

/* Style for the contact container */
.contact-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6); 
  width: 75%; 
  padding: 80px; 
  margin-bottom: 0px
}



.contact-form {
  width: 80%;
  align-items: center;
}

.container-left-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}


.container-left-title h2 {
  font-weight: 600;
  color: #a363aa;
  font-size: 40px;
  margin-bottom: 5px;
  text-align: left;
}

.container-left-title hr {
  border: none;
  width: 42.5%; /* Adjust the width to fill the container */
  height: 4px;
  background-color: #a363aa;
  border-radius: 10px;
  margin: 0;
  margin-bottom: 20px;
}



.form-sections {
  display: flex;
  width: 100%;
  gap: 80px;
}

.personal-message {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.message-submit {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start; /* Align button to the start */
}

.contact-inputs {
  width: 100%;
  height: 50px;
  border: none;
  outline: none;
  padding-left: 25px;
  font-weight: 500;
  color: #676767; /* Adjusted color */
  border-radius: 50px;
}


.contact-inputs:focus {
  border: 3px solid #ff994f;
}


.contact-inputs::placeholder {
  color: #333;
}

.contact-inputs[name="subject"] {
  border-radius: 0 0; 
}


.contact-inputs[name="email"] {
  border-radius: 0 0; /* Rounded corners for top of email input */
}

/* Style for name input */
.contact-inputs[name="name"] {
  border-radius: 0 0;
}

/* Style for textarea within message_submit section */
.message-submit textarea {
  width: calc(100% - 1px); 
  height: 100px;
  border: 2px solid transparent; /
  outline: none;
  padding: 15px 20px;
  font-weight: 400;
  color: #030202; 
  border-radius: 2px;
  background-color: #f5f5f5; 
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
  transition: border-image 0.3s; 
  border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 51%, rgba(255, 255, 255, 0.2)) 1; /* Gradient border */
  resize: none;
}

.message-submit textarea:focus {
  border-color: #ff994f; /* Change border color on focus */
  box-shadow: 0 0 0 2px rgba(255, 153, 79, 0.5), inset 0 -2px 0 rgb(61, 211, 198);
}

/* Style for submit button */
.message-submit button[type="submit"] {
  width: 100px;
  height: 50px;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  border: none;
  border-radius: 5px; /* Rounded corners */
  background: linear-gradient(270deg, #0ca556, #024517);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Box shadow */
  cursor: pointer;
  transition: background-color 0.3s, box-shadow 0.3s; /* Smooth transition */
}

/* Hover effect for submit button */
.message-submit button[type="submit"]:hover {
  background: linear-gradient(270deg, #fa6d86, #ff994f); /* Change gradient on hover */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); /* Increase shadow on hover */
}


/* END OF CONTACT FORM */


.about-logo {
  width: 50px; 
  height: auto; 
  margin-right: 10px;
  display: inline-block; 
  vertical-align: middle; 
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}




.contactme {
  position: relative;
  padding: 11px 35px;
  background: none;
  color: #fff;
  border: 2px solid #fff;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  margin-top: 1.5em;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.contactme:hover{
  color: #00796b;
  background-color: white;
}
/* main body */
body {
  color: #333;
  font-size: 18px;
}


a {
  color: #004d40;
}

/* main blockqoute */

blockquote {
  border-left: 5px solid #795548;
  color: #795548;
  font-size: 125%;
  font-weight: 400;
  margin: 20px 0;
  padding-left: 1.5rem;
}

blockquote * {
  font-size: inherit;
  line-height: inherit;
}

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

/* main nav */

nav {
  background: white;
  box-shadow: none;
  height: 0;
}


nav i {
  padding: 0 15px;
  position: relative;
  top: 5px;
}

/* main */

main {
  background: url(../../assets/img/bg.png) repeat;
  padding-left: 190px;
}

dl {
  margin-top: 0.5rem;
}

dd {
  display: inline-block;
  font-weight: 500;
  margin-left: 0;
}

dt {
  display: inline-block;
  margin-left: 0.5rem;
}

ul.side-nav {
  width: 190px;
}

ul.side-nav li {
  padding: 0;
}


ul.side-nav.fixed a {
  box-sizing: content-box;
  color: rgb(16, 202, 56);
  display: block;
  line-height: 100%;
  padding: 10px 0 12px;
}

ul.table-of-contents li.logo a.active, ul.table-of-contents li.logo a:hover {
  border: none;
  font-weight: 200;
}


ul.side-nav.fixed li.logo {
  background-color: #fafafa;
  border-bottom: 1px solid #ddd;
  box-sizing: content-box;
  min-height: 90px;
  padding: 30px 30px 40px;
}

ul.side-nav.fixed li.logo a {
  font-weight: 200;
  line-height: 100%;
}

ul.table-of-contents li:not(.logo) a.active, ul.table-of-contents li:not(.logo) a:hover {
  background-color: #fafafa;
  border-left: 3px solid;
}

ul.side-nav.fixed.table-of-contents li:not(.logo) a span, ul#slide-out li:not(.logo) a span {
  color: #333 !important;
}

li.logo span {
  display: block;
  font-size: 14px;
}

.brand-logo h1 {
  font-size: inherit;
  line-height: inherit;
  margin: inherit;
  font-weight: inherit;
}

.container {
  width: 95%;
}

h3 {
  font-weight: 200;
  margin-bottom: 60px;
  margin-top: 0;
  padding: 30px 40px;
  text-transform: uppercase;
}

.section {
  padding-bottom: 30px;
  padding-top: 0;
  position: relative;
}

/* Adjust height for smaller screens */
.full-height {
  height: 95vh;

}
/* Adjust height for larger screens */
@media (min-width: 768px) {
  .full-height {
    height: 85vh;
  }
}

#intro.section {
  background: #00810d repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#intro.section .container {
  color: white;
  font-weight: 200;
  left: 0;
  position: absolute;
  top: 0;
}


#intro.section .container *:not(span) {
  font-weight: 300;
  line-height: 150%;
  text-shadow: 1px 1px 5px rgba(5, 1, 50, 0.5);
}

#intro.section .underline {
  border-bottom: 5px solid #24305e;
}

#intro.section .teal {
  padding: 0 10px;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.waves-effect.waves-blue .waves-ripple {
  background-color: rgba(33, 150, 243, 0.2);
}

.card {
  margin-bottom: 60px;
}

.card .role {
  font-size: 1.25rem;
  position: absolute;
  right: 38px;
  top: 35px;
}

.card li a {
  margin-right: 0;
  color: #333;
  border-bottom: 2px solid #ffab40;
}

.card li a:hover {
  color: #333;
  font-weight: 500;
}

.card .card-content {
  padding-bottom: 30px;
}

.card .card-content p {
  padding: 5px 0 0;
}

.card h5 {
  font-size: 1.5rem;
  margin-bottom: -0.5rem;
  margin-top: 2rem;
}

.card h6 {
  font-weight: 300;
  letter-spacing: 1px;
  margin-top: 2rem;
  text-transform: uppercase;
}

#experience .card-action {
  background-color: rgba(0, 0, 0, 0.02);
  border: none;
}

#experience .card .col.s12.m2 a {
  display: block;
}

#experience .card .col.s12.m2 a img {
  max-height: 60px;
}

.card-action span {
  font-size: 85%;
  color: #666;
}



/* Ensure that the card-reveal is hidden by default */
#projects .card-reveal {
  display: none;
}

/* Show the card-reveal when the card is hovered */
#projects .card:hover .card-reveal {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(227, 248, 232); /* or another background color */
  z-index: 1;
  padding: 20px; /* adjust padding as needed */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* optional for a better visual effect */
}

/* Ensure the card content is hidden when the card-reveal is displayed */
#projects .card:hover .card-content,
#projects .card:hover .card-image {
  display: none;
}







.card ul {
  margin-bottom: 0;
}

.card ul li {
  line-height: 200%;
  list-style-type: disc;
  margin-left: 24px;
}

.card ul li li {
  color: #666;
  font-size: 13px;
}

.card .card-title {
  font-size: 24px;
}

.card .card-content .card-title {
  line-height: 2.5rem;
}

.card i.right {
  margin-left: 10px;
}

a.hoverline {
  border-bottom: 3px solid transparent !important;
  padding: 3px 3px 0 3px;
  transition: 0.25s all;
  -moz-transition: 0.25s all;
  -webkit-transition: 0.25s all;
}


a.hoverline:hover {
  border-bottom: 3px solid #004d40 !important;
}

#skills .card.large {
  height: 360px;
}

#skills h4 {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

#skills .col img.responsive-img {
  margin: 0 auto;
  max-height: 100px;
  padding-bottom: 10px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

.card.large .card-content p {
  color: inherit;
  margin: 0;
  padding: 30px 0;
}

#experience .card-content .row {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.card.large .card-image {
  height: 230px;
}

.card.large .card-content {
  height: auto;
}

.card.medium .card-image {
  height: 240px;
}

.card-action a.btn-floating {
  margin-bottom: 0;
}

#contact a:not(.btn-floating) {
  bottom: 6px;
  left: 20px;
  position: relative;
}

#experience .col.s12.m2 {
  text-align: center;
}

.fa-external-link:before {
  left: 3px;
  position: relative;
  top: 2px;
}

small {
  display: none;
}

.grey-text {
  color: #666 !important;
}

/* main .teal-text */

.teal-text {
  color: #00805c !important;
  font-size: 15;
}

/* .teal-text {
  color: #0b5e86 !important;
} */

/* .teal */

.teal {
  background-color: #140041 !important;
}

/* .teal {
  background-color: #00695c !important;
} */

@media (min-width: 1200px) {
  #experience .container {
    width: 860px;
  }
}

@media (max-width: 1360px) {
  .card ul li {
    font-size: 14px;
    line-height: 200%;
    margin-left: 20px;
  }
}

@media (max-width: 1160px) {
  .card ul li {
    line-height: 150%;
  }
}

@media (max-width: 992px) {
  main {
    padding-left: 0px;
    padding-top: 64px;
    
  }
  ul.side-nav a {
    line-height: 100%;
    padding: 0;
    width: 100%;
  }
  nav {
    background: #fff;
    height: 64px;
    position: absolute;
  }
  nav a.button-collapse, nav a.button-collapse i {
    color: #010c24;
    height: 56px;
    line-height: 56px;
  }
  h3 {
    padding: 20px 30px;
    margin-bottom: 40px;
  }
  .container {
    margin: 0 auto;
  }
  nav.hide-on-large.only.trigger {
    display: block;
    position: fixed;
    top: 0;
    z-index: 2;
  }
  .name-title {
    display: block;
    height: 100%;
    padding-top: 15px;
    text-align: center;
    width: 100%;
    position: absolute;
  }
  .name-title>span, .name-title>a {
    position: relative;
    line-height: 20px;
  }
  .name-title a {
    font-size: 22px;
    display: block;
  }
  .name-title span {
    display: block;
    font-size: 14px;
  }
  h3, .container {
    position: relative;
    top: 64px;
  }
  section#intro {
    margin-bottom: -64px;
  }
  .card .role {
    position: relative;
    right: initial;
    top: initial;
  }
}

@media (max-width: 600px) {
  h2 {
    font-size: 22px;
    line-height: 200%;
    margin: 30px 0 0;
  }
  #intro.section .container *:not(span) {
    padding: 0;
  }
  .card .card-content .card-title {
    font-size: 20px;
    line-height: 24px;
  }
  #experience span.card-title {
    text-align: center;
    display: block;
  }
  #experience span.card-title a {
    margin: 0;
  }
  i.mdi-navigation-close.right {
    position: relative;
    bottom: 15px;
  }
  #contact a:not(.btn-floating) {
    text-align: center;
    display: block;
    left: initial;
    bottom: initial;
  }
  #contact a.btn-floating.btn-large {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  #intro.section {
    background-position-x: 30%;
  }

  
}

@media (max-width: 768px) {
  .contact-container {
    width: 90%; /* Adjust width for smaller screens */
    padding: 40px; /* Reduce padding for smaller screens */
  }

  .form-sections {
    flex-direction: column;
    gap: 20px; /* Reduce gap for smaller screens */
  }

  .personal-message, .message-submit {
    width: 100%; /* Full width for smaller screens */
  }

  .message-submit button[type="submit"] {
    width: 100%; /* Full width for the button */
  }
}