
:root {

  /**
   * colors
   */

  --raw-seinna: hsl(128, 75%, 24%);
  --sizzling-sunrise: hsl(51, 95%, 54%);
  --scarlet: hsl(13, 96%, 47%);
  --black: hsl(0, 0%, 0%);
  --white: hsl(0, 0%, 100%);

  /**
   * typography
   */

  --ff-saira-stencil-one: "Saira Stencil One", sans-serif; 
  --ff-poppins: 'Poppins', sans-serif;
  --ff-roboto: 'Roboto', sans-serif;
  --ff-mono: 'Electrolize', sans-serif;

  --fs-1: 2rem;
  --fs-2: calc(1.813rem + 1vw);
  --fs-3: calc(1.313rem + 1vw);
  --fs-4: 1.4rem;
  --fs-5: 1rem;
  --fs-6: 0.813rem;
  --fs-7: 0.75rem;

  --fw-400: 400;
  --fw-700: 700;

  /**
   * transition
   */

  --transition-1: .5s ease-in-out;

  /**
   * spacing
   */

  --section-padding: 80px;

  /**
   * radius
   */

  --radius-4: 4px;
  --radius-12: 12px;

}



/*-----------------------------------*\
 * #THEME COLORS
\*-----------------------------------*/

/*body.dark_theme {

  --bg-primary: hsl(0, 0%, 12%);
  --bg-secondary: hsl(0, 0%, 19%);
  --color-primary: hsl(0, 0%, 100%);
  --color-secondary: hsl(0, 0%, 62%);
  --card-shadow: hsla(0, 0%, 0%, 0.4);
  --input-bg: hsl(0, 0%, 16%);

  --shadow-1: 10px 10px 40px var(--card-shadow);

}

body.light_theme {

  --bg-primary: hsl(0, 0%, 90%);
  --bg-secondary: hsl(0, 0%, 100%);
  --color-primary: hsl(0, 0%, 12%);
  --color-secondary: hsl(0, 0%, 37%);
  --card-shadow: hsla(0, 0%, 0%, 0.1);
  --input-bg: hsl(0, 0%, 93%);

  --shadow-1: 10px 10px 40px var(--card-shadow);

} */



/*-----------------------------------*\
 * #RESET
\*-----------------------------------*/

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li { list-style: none; }

a { text-decoration: none; }

a,
img,
time,
span,
input,
label,
select,
button,
textarea,
ion-icon { display: block; }

input,
button,
select,
textarea {
  background: none;
  border: none;
  font: inherit;
}

button,
select { cursor: pointer; }

input,
textarea { width: 100%; }

ion-icon { pointer-events: none; }

:is(a, button, select) {
  outline-color: var(--scarlet);
  outline-offset: 3px;
}

::selection {
  background: var(--color-primary);
  color: var(--bg-primary);
}

html {
  font-family: var(--ff-mono);
  scroll-behavior: smooth;
}

body {
  background: var(--bg-primary);
  transition: var(--transition-1);
}

body.active { overflow: hidden; }


/* success */

.nTitle{
  text-align: center;
  padding: 30px;
}

.nP{
  text-align: center;
  line-height: 1.5;
  font-size: large;
}

.nBtnContainer button{
  display: inline-block;
  font-size: larger;
  border: 3px solid green;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 5px 15px;
  border-radius: var(--radius-4);
  font-weight: bold;
}


.nContainer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    transform: translateY(50%);
}

.nBtnContainer button:hover{
  box-shadow: 0 2px 10px lightgray;
}

.nBtnContainer{
    text-align: center;
    margin-top: 50px;


}

/*-----------------------------------*\
 * #REUSED STYLE
\*-----------------------------------*/

.container { padding-inline: 10px; }

.h1 {
  font-size: var(--fs-1);
  color: white;
  line-height: 1.2;
  font-weight: 400;
}

.h2,
.h3,
.h4 {
  color: var(--color-primary);
  font-family: var(--ff-mono);
  line-height: 1.2;
}

.h2 { font-size: var(--fs-2); }

.h3 { font-size: var(--fs-3); }

.h4 { font-size: var(--fs-5); }



.contact-btn-primary { 
  border-color: white; 
  color: white; 
  border-width: 3px;
  margin-left: 100px;  
  transform: translateX(-30%);
}

.contact-btn-primary:is(:hover, :focus) {
  border-color: hsl(0, 0%, 100%);
  color:green;
  border-width: 3px;
}

/* submit */
.btn-primary { 
  border-width: 3px !important;
  border-color: rgb(0, 0, 0) !important ; 
  color:rgb(255, 255, 255); border-width: 3px;
  width: 50% !important;
}

.btn-primary:is(:hover, :focus) {
  border-color: green !important; 
  border-width: 3px;
}

#projects{
  padding-top: 100px;
}

/* download */

.btn-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 150px;
}


.btn {
  max-width: max-content;
  color: var(--color-primary);
  font-weight: var(--fw-700);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 10px 20px;
  margin: 5px; 
  border: 1px solid transparent;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: var(--transition-1);
}

.resume-btn-primary { 
  border: 3px solid transparent;
  border-color: rgb(0, 0, 0); 
  color: black; 
  border-width: 3px;
}

.resume-btn-primary:is(:hover, :focus) {
  border-color: hsl(0, 0%, 100%);
  border-width: 3px; 
}

/*hire me */
.resume-btn-secondary {
  background: rgb(255, 255, 255);
  border: 3px solid transparent;
  color: black; 
}

.resume-btn-secondary:is(:hover, :focus) { 
  border-color: black; 
  border-width: 3px;
}

.resume-btn-third{
  border: 3px solid transparent;
  background: green;
  color: #fdfdfd !important;
}

.resume-btn-third{
  background: green;
}

.resume-btn-third:is(:hover, :focus){
  border: 3px solid transparent;;
  border-color:  white; 
  color: white;
  border-width: 3px;
}

.btn-secondary {
  border: 3px solid transparent;
  background: black;
  color: black;
  margin-left: 200;
  margin-bottom: 50px;
}

.btn-secondary:is(:hover, :focus) { 
  border-color: black; 
  color: white;
  border-width: px;
}

.section-subtitle {
  position: relative;
  color: var(--color-secondary);
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.section-subtitle::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 60px;
  height: 2px;
  background: var(--color-secondary);
}

.section-title {
  max-width: 350px;
  margin-bottom: 30px;
}

.atext{
  display: inline;
}

.about-section-text{
  margin-right: 50px;
  line-height: 2;
  text-align: justify;
  margin-bottom: 80px;
}

.about-section-subtitle{
  margin-bottom: 10px;
}
.about-section-title{
  margin-bottom: 15px;
}

.about{
  background-color: rgba(0, 128, 0, 0.56);
}

/* .rick-text {
  color: var(--color-secondary);
  line-height: 2;
  margin-bottom: 30px;
}

.shu-text{
  line-height: 2;
  color: var(--color-secondary);
  line-height: 1.8;
  margin-bottom: 30px;
}

.serra-text{
  line-height: 2;
  color: var(--color-secondary);
  line-height: 1.8;
  margin-bottom: 30px;
} */

.work-experience {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.experience-item {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 2px 2px 10px 5px rgb(0, 0, 0, 0.1);
  /* box-shadow: 0px 0px 5px 5px darkgray; */
}
.experience-item:hover {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 2px 2px 10px 5px rgb(168,201,182);
  transition: var(--transition-1);
}

.experience-item h3 {
  color: #333;
  font-size: 20px;
  margin-bottom: 5px;
}

.experience-item .location {
  color: #666;
  font-size: 16px;
}

.experience-item .role {
  font-style: italic;
  color: #777;
  font-size: 18px;
  margin-top: 10px;
}

.experience-item .date {
  color: #888;
  font-size: 14px;
  margin-top: 5px;
}

.experience-item ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 10px;
}

.experience-item ul li {
  margin-bottom: 5px;
}

.credential-box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 30px;
  margin-top: 50px;

}

.hidden{
  display: none;
}

.load-more-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-bottom:20px;
  text-align: center;
  justify-content: center;
  margin: 20px 0;
}

.load-more,
.load-less {
  margin-top: 20px;
  display: inline-block;
  font-size: larger;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 10px 20px;
  border-radius: var(--radius-4);
  font-weight: bold;
  border: 2px solid transparent; /* Adjust as needed */
  cursor: pointer; /* Show pointer cursor on hover */
  background-color: #f0f0f0; /* Adjust as needed */
  transition: background-color 0.3s, border-color 0.3s;
}

.load-more{
  border: 3px solid transparent;
  background-color: green;
  color: white;
}

.load-less{
  border: 3px solid orangered;
  background-color: white;
  color: orangered;
}

.load-more:hover{
  box-shadow: 2px 2px 10px 5px rgb(0, 0, 0, 0.1);
}

.load-less:hover{
  box-shadow: 2px 2px 10px 5px rgb(0, 0, 0, 0.1);
}

.credential-item {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 2px 2px 10px 5px rgb(0, 0, 0, 0.1);
}



.credential-item ul li{
  margin-bottom: 10px;
  text-align: center;
}

.credential-item button{
  display: inline-block;
  font-size: larger;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 5px 15px;
  border-radius: var(--radius-4);
  font-weight: bold;
  box-sizing:border-box;
  border: 3px solid transparent;
  background-color: rgba(72, 189, 0, 0.18);
}

.credential-item button:hover{
  border: 3px solid;
  border-color: green;
  transition: var(--transition-1);
}

.credential-item:hover {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 2px 2px 10px 5px rgb(168,201,182);
  transition: var(--transition-1);
}
.credential-item img {
  max-width: 100%;        /* Ensure the image scales appropriately */
  max-height: 100%;       /* Ensure the image scales appropriately */
  object-fit: contain;    /* Maintain the image's aspect ratio */
}

.credential-item h3 {
  color: #333;
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}


.image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px; /* Add padding to the wrapper */
  box-sizing: border-box; /* Ensure padding is included in the element's total width and height */
}





.tooltip {
  position: absolute;
  top: -20px;
  background: var(--raw-seinna);
  min-width: max-content;
  color: var(--white);
  font-size: 15px;
  font-weight: var(--fw-700);
  padding: 5px 10px;
  border-radius: var(--radius-4);
  box-shadow: var(--shadow-1);
  transform: translateY(-10px);
  opacity: 0;
  pointer-events: none;
  transition: var(--transition-1);
  z-index: 1;
  text-align: center;
}




/*-----------------------------------*\
 * #HEADER
\*-----------------------------------*/

.header {
  padding-block: 15px;
  position: fixed;
  background-color: black;
  top: 0;
  left: 0;
  width: 100%;
  transition: var(--transition-1);
  z-index: 4;
}

.header.active {
  padding-block: 12px;
  .h1 {
    color: rgb(255, 255, 255);
    
  }
  .navbar-link{
    color: rgb(255, 255, 255);
  }
  background-color: black;
  box-shadow: var(--shadow-1);
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.logo {
  position: relative;
  min-width: 77px;
  z-index: 2;
}

.logo a {
  color: var(--color-primary);
  font-family: var(--ff-mono);
}

.logo span {
  display: inline-block;
  color: var(--raw-seinna);
  margin-left: 2px;
}

.navbar-actions {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: auto;
}

.navbar-actions select {
  color: var(--color-primary);
  width: 45px;
}

.navbar-actions option {
  background: var(--bg-primary);
  color: var(--color-primary);
}

.theme-btn {
  padding: 4px;
  width: 48px;
  background: var(--bg-secondary);
  border-radius: 100px;
  transition: var(--transition-1);
}

.header.active .theme-btn { background: var(--bg-primary); }

.theme-btn .icon {
  position: relative;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  box-shadow: inset 9px -6px var(--color-primary);
  transition: var(--transition-1);
}

.theme-btn.active .icon {
  left: 20px;
  box-shadow: inset 20px -20px var(--sizzling-sunrise);
}

.nav-toggle-btn {
  position: relative;
  transform: rotate(-55deg);
  transition: var(--transition-1);
  z-index: 2;
  background-color: white;
}

.nav-toggle-btn.active { transform: rotate(-45deg);}

.nav-toggle-btn span {
  width: 20px;
  height: 2px;
  background: green;
  margin: 5px;
  transition: var(--transition-1);
}

.nav-toggle-btn :is(.one, .three) { width: 10px; }

.nav-toggle-btn .one {
  margin-left: auto;
  transform-origin: left;
}

.nav-toggle-btn .three { transform-origin: right; }

.nav-toggle-btn.active .one { transform: rotate(90deg) translateX(-3px); }

.nav-toggle-btn.active .three { transform: rotate(90deg) translateX(3px); }

.navbar {
  position: fixed;
  background: var(--bg-secondary);
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  visibility: hidden;
  transition: 0.75s cubic-bezier(0.71, 0.01, 0.24, 0.99);
  transition-delay: 0.5s;
  z-index: 1;
  background-color: black;
}

.navbar.active {
  top: 0;
  visibility: visible;
  transition-delay: 0s;

}

.navbar-list > li {
  margin-block: 20px;
  padding-inline: 50px;
  overflow: hidden;
  background-color: black;
}

.navbar-link {
  position: relative;
  width: max-content;
  margin-inline: auto;
  color: white;
  font-family: var(--ff-mono);
  font-size: var(--fs-1);
  padding: 10px;
  transform: translateY(50px);
  transition: 0.75s cubic-bezier(0.68, -0.55, 0.27, 2);
}

.navbar.active .navbar-link {
  transform: translateY(0);
  transition-delay: 0.5s;
  background: black;
  color: white;
}

.navbar-link::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 5px;
  width: 0;
  background: var(--raw-seinna);
  transition: var(--transition-1);
  color: white;
}

.navbar-link:is(:hover, :focus)::before { width: 100%; }





/*-----------------------------------*\
 * #HERO
\*-----------------------------------*/

main { overflow-x: hidden; }

.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 115px;
  margin-bottom: var(--section-padding);
}

.hero-banner {
  max-width: 500px;
  width: 125% !important;
  margin-bottom: 30px;
}

:is(.hero-social-list, .scroll-down) { display: none; }

.hero-content { max-width: 450px; }

.hero-title {
  text-align: center;
  margin-bottom: 30px;
}

.hero .btn-primary { margin-inline: auto; }





/*-----------------------------------*\
 * #STATS
\*-----------------------------------*/

.stats { padding-block: var(--section-padding); }

.stats-list {
  display: grid;
  gap: 30px;
}

.stats-card {
  background: var(--bg-secondary);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 25px;
  border-radius: var(--radius-12);
  box-shadow: var(--shadow-1);
  transition: var(--transition-1);
}

.stats-card:is(:hover, :focus) { transform: translateY(-5px); cursor: pointer; }

.card-icon:hover{
  cursor: pointer;
}

.stats-card .card-icon {
  background: var(--raw-seinna);
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.stats-card .card-icon img {
  width: 70%;
  filter: invert(1);
}

.stats-card .card-title {
  width: calc(100% - 95px);
  color: var(--raw-seinna);
  text-align: center;
}

.stats-card .card-title strong {
  display: block;
  color: var(--color-primary);
  font-size: initial;
  line-height: 1.3;
  margin-top: 5px;
}

.stats-card > ion-icon { color: var(--color-secondary); }





/*-----------------------------------*\
 * #ABOUT
\*-----------------------------------*/

/* .about { 
  padding-block: var(--section-padding); 
}  */

.about{
  width: 100vw; /* Full viewport width */
  margin-left: calc(50% - 50vw); /* Center the section */
  background-color:rgb(168,201,182); /* Background color */
  padding: 20px 0; /* Vertical padding */
}
.about-content {
  max-width: 1200px; /* Maximum content width */
  margin: 0 auto; /* Center the content */
  padding: 0 20px; /* Horizontal padding */
}

/* Reset margin and padding */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}
/**/


.about-banner {
  max-width: 400px;
  margin-inline: auto;
  margin-bottom: 80px;
}

.about .btn {
  max-width: unset;
  width: 100%;
}

.about .btn-secondary { margin-bottom: 10px; margin-left: 200; color: black;}





/*-----------------------------------*\
 * #SKILLS
\*-----------------------------------*/

.skills { padding-block: var(--section-padding);}

.skills-content { margin-bottom: 50px; }

/*
.skills-toggle {
  background: var(--bg-secondary);
  position: relative;
  width: max-content;
  margin-inline: auto;
  display: flex;
  align-items: center;
  padding: 5px;
  border-radius: 100px;
  box-shadow: var(--shadow-1);
  z-index: 1;
}

.skills-toggle::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 5px;
  width: 93px;
  background: var(--raw-seinna);
  border-radius: 100px;
  transition: var(--transition-1);
  z-index: -1;
}

.skills-toggle.active::before {
  left: 98px;
  width: 94px;
}

.toggle-btn {
  color: var(--color-primary);
  font-family: var(--ff-mono);
  padding: 5px 25px;
  transition: var(--transition-1);
}

.toggle-btn.active { color: var(--white); } */

.skills-box.active .skills-list,
.skills-box .tools-list { display: none; }


.skills-box .skills-list,
.skills-box.active .tools-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
  animation: fadeIn 0.5s ease-out forwards;
}



@keyframes fadeIn {

  0% { opacity: 0; }
  100% { opacity: 1; }

}

.skill-card {
  position: relative;
  background: var(--bg-secondary);
  width: 80px;
  height: 80px;
  display: grid;
  place-items: center;
  border-radius: var(--radius-12);
  box-shadow: var(--shadow-1);
  cursor: pointer;
}


.skill-card:hover .tooltip {
  transform: translateY(0);
  opacity: 1;
  cursor: pointer;
}

  /** 
  * tools
  */


  .tools { padding-block: var(--section-padding); }
  .tools-content { margin-bottom: 50px; }

  .tools-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
    animation: fadeIn 0.5s ease-out forwards;
  }

  .tool-card {
    position: relative;
    background: var(--bg-secondary);
    width: 80px;
    height: 80px;
    display: grid;
    place-items: center;
    border-radius: var(--radius-12);
    box-shadow: var(--shadow-1);
    cursor: pointer;
  }
  
  
  .tool-card:hover .tooltip {
    transform: translateY(0);
    opacity: 1;
  }




/*-----------------------------------*\
 * #PROJECT
\*-----------------------------------*/
.section-text{
  line-height: 2;
}


.project-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  color: rgb(85, 85, 85); 
  grid-gap: 20px; 

}

.project-card {
  border: 1px solid #2d4c50;
  border-radius: 12px;
  padding: 20px; 
  margin: 10px; 
  height: 100%; 
  width: 80%;
  vertical-align: top; 
  overflow: hidden;
  margin: 20px 20px 20px;
}

input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}


.project-content{
  width: 100%;
  padding-bottom: 20px;
}


.project-section{
  width: 75%;
  flex: 1;
}

.project-card:hover{
  box-shadow: 4px 4px 50px rgb(0, 0, 0, 0.1);
  transition: var(--transition-1);
}


.project-card img {
  width: 100%;
  height: auto; 
  object-fit: cover;
  cursor: pointer;
  border-radius: 5px;
  margin-bottom: 1rem;
}

.project-card h2 {
  text-align: center;
  color: #141414;
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.project-card p {
  /* text-align: center; */
  font-size: 1.2rem;
  padding-top: 0.7rem;
  height: auto;
  overflow: hidden; 
  text-overflow: ellipsis;
  white-space: normal; 
}





/* experience */

.experience { padding-block: var(--section-padding); }


/*-----------------------------------*\
 * #CONTACT
\*-----------------------------------*/

.contact { padding-block: var(--section-padding); }

.contact-content { margin-bottom: 50px; }

.contact-list-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.contact-item-icon {
  font-size: 25px;
  color: var(--color-primary);
}

.contact-item-icon ion-icon { --ionicon-stroke-width: 40px; }

.contact-item-title { margin-bottom: 10px; }

.contact-list-item .contact-info {
  color: var(--color-secondary);
  font-style: normal;
  line-height: 1.6;
  transition: var(--transition-1);
}

.contact-info:not(address):is(:hover, :focus) { color: var(--color-primary); }

.contac-social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  padding-inline: 40px;
}

.contact-social-link {
  position: relative;
  background: var(--color-primary);
  color: var(--bg-primary);
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  transition: var(--transition-1);
}

.contact-social-link:is(:hover, :focus) {
  background: var(--raw-seinna);
  color: var(--white);
}


.contact-social-link:is(:hover, :focus) .tooltip {
  transform: translateY(0);
  top:50px;
  opacity: 1;
}

.contact-handshake-link {
  position: relative;
  background: var(--color-primary);
  color: var(--bg-primary);
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  transition: var(--transition-1);
  margin-top: 18px;
}

.contact-handshake-link:is(:hover, :focus) .tooltip{
  transform: translateY(0);
  opacity: 1;
}

.contact-handshake-link:is(:hover, :focus){
  margin-top: 14px;
  background: var(--raw-seinna);
  color: var(--white);
}

.contact-form {
  background: transparent;
  padding: 20px;
  border-radius: var(--radius-12);
  box-shadow: 2px 2px 10px 5px rgb(0, 0, 0, 0.1) !important;

}

.form-wrapper { margin-bottom: 25px; }

.form-label {
  color: var(--color-primary);
  font-size: var(--fs-7);
  font-family: var(--ff-mono);
  margin-bottom: 8px;
  margin-left: 5px;
}

.input-wrapper { position: relative; }

.input-field {
  background: var(--input-bg);
  color: var(--raw-seinna);
  padding: 10px;
  padding-left: 40px;
  border-radius: var(--radius-12);
  /* transition: var(--transition-1); */
}

.input-wrapper ion-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  color: var(--color-secondary);
  font-size: 20px;
  /* transition: var(--transition-1); */
}

textarea.input-field {
  min-height: 60px;
  height: 120px;
  max-height: 200px;
  resize: vertical;
}

.input-field:focus { outline: 1px solid; }

.input-field:focus + ion-icon { color: var(--raw-seinna); }

.contact .btn-primary {
  max-width: unset;
  width: 100%;
  background: var(--color-primary);
  color: var(--bg-primary);
}





/*-----------------------------------*\
 * #FOOTER
\*-----------------------------------*/

/* .footer {
  background: var(--bg-secondary);
  padding-block: 20px;
  text-align: center;
  box-shadow: var(--shadow-1);
} */

.footer {
  width: 100%;
  bottom: 0;
  background-color: black; 
  color: #fff; 
  padding: 20px; 
  text-align: center; 
}

.footer .logo { margin-bottom: 15px; }

.copyright {
  color: white;
  line-height: 1.6;
}

.copyright a {
  display: inline-block;
  color: var(--raw-seinna);
}





/*-----------------------------------*\
 * #GO TO TOP
\*-----------------------------------*/

.go-top {
  position: fixed;
  bottom: 30px;
  right: 25px;
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  font-size: 20px;
  color: white;
  border: 2px solid var(--color-primary);
  background-color: green;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: var(--transition-1);
  z-index: 2;
}

.go-top.active {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}





/*-----------------------------------*\
 * #MEDIA QUERIES
\*-----------------------------------*/

/**
 * responsive for larger than 375px screen
 */
 
 @media(min-width: 375px) {
  .hero img {
    width: 100%; 
    height: auto; 
  }

  .resume-btn-primary{
    margin-left: -.5px;
  }

  .resume-btn-secondary{
    margin-left: -.5px; 
  }

  .resume-btn-third{
    margin-left: -.5px;
  }

  .section-content{
    padding: 10px;
  }

  .hero {
    padding-top: 80px; 
  }

  /**/
  .container {
    max-width: 550px;
    margin-inline: auto;
  }

  .contact-btn-primary { 
    background-color: rgba(245, 245, 245, 0.18);
    border-width: 3px;
    border-color: black;
    margin-left: 100px;  
    transform: translateX(-25%);
  }
  
  .contact-btn-primary:is(:hover, :focus) {
    border-color: green;
    color: black;
    background-color: transparent;
    transform: translateX(-25%);
    border-width: 3px;
    box-shadow: 2px 2px 10px 5px rgb(0, 0, 0, 0.1) !important;
  }

  .contact-btn-primary::after{
    border-color: green;
    color: green;
    transform: translateX(-25%);
    border-width: 3px;
  }


  .section-title { max-width: 380px; }

  .project-card {
    margin-bottom: 20px !important; 
    margin-top: 20px !important;
  }

  .experience{
    padding-top: auto;
   }

  .tools { 
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .credientials { 
    padding-top: 50px;
    padding-bottom: 20px;
  }

  #project{
    padding-top: 2px;
  }

  .skills{
    padding: auto;
    padding-bottom: 50px;
  }


  .about-section-text{
    margin: 25px;
    margin-bottom: 40px;
    text-align: justify;
  }
  .btn-primary { 
    border-width: 3px;
    border-color: rgb(0, 0, 0) ; 
    color:rgb(255, 255, 255); 
    border-width: 3px;
    width: 100% !important;
    
  }
  .btn-primary:is(:hover, :focus) {
    border-color: green !important; 
    border-width: 3px;
    box-shadow: 2px 2px 10px 5px rgb(0, 0, 0, 0.1) !important;

  }
  .input-field {
     outline: 1px solid; 
     color: black;
    }

  .input-field:focus { outline: 2px solid; color: var(--raw-seinna); }

  .input-field:focus + ion-icon { color: var(--raw-seinna) ; }
}

 @media (min-width: 550px) {

  /* submit*/
   .btn-primary { 
    border-width: 3px !important;
    border-color: rgb(0, 0, 0) !important ; 
    color:rgb(255, 255, 255); 
    border-width: 3px;
    width: 100% !important;
    
  }
  .btn-primary:is(:hover, :focus) {
    border-color: green !important; 
    border-width: 3px;
    box-shadow: 2px 2px 10px 5px rgb(0, 0, 0, 0.1) !important;

  }
  .input-field {
     outline: 1px solid; 
     color: black;
    }

  .input-field:focus { outline: 2px solid; color: var(--raw-seinna); }

  .input-field:focus + ion-icon { color: var(--raw-seinna) ; } */
  /**
   * REUSED STYLE
   */
   .hero {
    position: relative;
    padding-top: 0;
    height: 100vh;
  }

  .hero-banner {
    max-width: unset;
    height: 100%;
    margin-bottom: 0;
  }

  .hero img {
    padding-top: 60px;
    height: 100%;
    width: 110%;
    margin-inline: auto;
  }

  .hero-social-list {
    display: block;
    position: absolute;
    bottom: 92px;
    left: -30px;
  }

  .hero-social-list::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 13px;
    width: 2px;
    height: 30px;
    background: var(--color-secondary);
  }

  .hero-social-link {
    position: relative;
    color: var(--color-secondary);
    margin-block: 5px;
    padding: 5px;
    font-size: 18px;
    transition: var(--transition-1);
  }


  .hero-social-link:is(:hover, :focus) { color: rgb(0, 0, 0); }

  .hero-social-link .tooltip {
    --trans-x: 10px;

    left: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%) translateX(var(--trans-x));
  }

  .hero-social-link:is(:hover, :focus) .tooltip {
    --trans-x: 0;
    opacity: 1;
  }

   .experience{
    padding-top: auto;
   }

  .tools { 
    padding-top: 200px;
    padding-bottom: 20px;
  }


  #project{
    padding-top: 2px;
  }

  .skills{
    padding: auto;
    padding-bottom: 5px;
  }



   /* .resume-btn-secondary{
      width: 200px !important;
      display: block;
      margin: 30px auto;

      
   }

   .resume-btn-primary{
    color: black;
    width: 400px !important;
    margin-left: 295px;
  }

  .resume-btn-primary:is(:hover, :focus) {
    color: black;
  }

   .resume-btn-secondary:is(:hover, :focus) {
    background: rgb(255, 255, 255);
    color: black;
    transform: none;
  } */



  .container {
    max-width: 550px;
    margin-inline: auto;
  }
  
  .contact-btn-primary { 
    background-color: rgba(245, 245, 245, 0.18);
    border-width: 3px;
    border-color: black;
    margin-left: 100px;  
    transform: translateX(-25%);
  }
  
  .contact-btn-primary:is(:hover, :focus) {
    border-color: green;
    color: black;
    background-color: transparent;
    transform: translateX(-25%);
    border-width: 3px;
    box-shadow: 2px 2px 10px 5px rgb(0, 0, 0, 0.1) !important;
  }

  .contact-btn-primary::after{
    border-color: green;
    color: green;
    transform: translateX(-25%);
    border-width: 3px;
  }
 

  .section-title { max-width: 380px; }

  .project-card {
    margin-bottom: 20px !important; 
    margin-top: 20px !important;
  }

}

 





/**
 * responsive for larger than 768px screen
  -- start of big
 */

@media (min-width: 768px) {

  .contact-btn-primary { 
    background-color: rgba(245, 245, 245, 0.18);
    border-width: 3px;
    border-color: black;
    margin-left: 100px;  
    transform: translateX(-25%);
  }
  
  .contact-btn-primary:is(:hover, :focus) {
    border-color: green;
    color: black;
    background-color: transparent;
    transform: translateX(-25%);
    border-width: 3px;
    box-shadow: 2px 2px 10px 5px rgb(0, 0, 0, 0.1) !important;
  }

  .contact-btn-primary::after{
    border-color: green;
    color: green;
    transform: translateX(-25%);
    border-width: 3px;
  }
  /* .btn-group{
    margin: 20px;
    padding: 0;
    display: block;
    padding-bottom: 100px;
  } */

  /* .resume-btn-secondary{
    margin: 30px 0;
    margin-left: -60px;
  }

  .resume-btn-primary{
    margin-left: -110px;
  } */
  .hero {
    position: relative;
    padding-top: 0;
    height: 100vh;
  }

  .hero-banner {
    max-width: unset;
    height: 100%;
    margin-bottom: 0;
  }

  .hero img {
    padding-top: 60px;
    height: 100%;
    width: 80%;
    margin-inline: auto;
  }

  .header.active {
    padding-block: 12px;
    .h1 {
      color: rgb(255, 255, 255);
      
    }
    .navbar-link{
      color: rgb(255, 255, 255);
    }
    background-color: black;
    box-shadow: var(--shadow-1);
  }
  /**
   * REUSED STYLE
   */

  .container { max-width: 720px; }

  .section-title { max-width: 430px; }




  /**
   * STATS
   */

  .stats-list { grid-template-columns: 1fr 1fr; }



  /**
   * ABOUT
   */

  /* .btn-group {
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: start;
    gap: 80px;
    position: relative;
    height: 200px;
    padding-top: 30px;

  } */

  /* .about .btn { 
    max-width: max-content; 
    position: absolute;
    left: 50%;
    color: black;
    transform: translateX(0%); 
  }

  .about .btn-secondary { 
    position: absolute;
    left: 50%;
    background-color: white;
    transform: translateX(-110%);
    margin-bottom: 0; 
    margin-left: 200;
  } */



  /**
   * CONTACT
   */

  .contact-form {
    max-width: 450px;
    margin-inline: auto;

  }



  

  .project-card {
    margin-bottom: 20px !important; 
  }

  /* submit */

  .btn-primary { 
    border-width: 3px !important;
    border-color: rgb(0, 0, 0) !important ; 
    color:rgb(255, 255, 255); 
    border-width: 3px;
    width: 100% !important;
    
  }
  .input-field {
     outline: 1px solid; 
     color: black;
    }

  .input-field:focus { outline: 2px solid; color: var(--raw-seinna); }

  .input-field:focus + ion-icon { color: var(--raw-seinna) ; }

  .btn-primary:is(:hover, :focus) {
    border-color: green !important; 
    border-width: 3px;
    box-shadow: 2px 2px 10px 5px rgb(0, 0, 0, 0.1) !important;

  }
}





/**
 * responsive for larger than 992px screen
 */

@media (min-width: 992px) {

  .input-field {
    outline: none; 
   }

  .input-field:focus { outline: 1px solid; }

  .input-field:focus + ion-icon { color: var(--raw-seinna); }

  .header.active {
    padding-block: 12px;
    .h1 {
      color: rgb(255, 255, 255);
      
    }
    .navbar-link{
      color: white;
    }
    background-color: black;
    box-shadow: var(--shadow-1);
  }

  :root {

    /**
     * typography
     */

    --fs-2: 3rem;

    /**
     * spacing
     */

    --section-padding: 100px;

  }


  .hero {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 115px;
    margin-bottom: var(--section-padding);
  }
  
  .hero-banner {
    /* max-width: 100%; */
    width: 150% !important;
    margin-bottom: 30px;
  }
  
  :is(.hero-social-list, .scroll-down) { display: none; }
  
  .hero-content { max-width: 450px; }
  
  .hero-title {
    text-align: center;
    margin-bottom: 30px;
  }
  
  .hero .btn-primary { margin-inline: auto; }
  /**
   * REUSED STYLE
   */

  .container { max-width: 980px; }


  .section-content {
    position: relative;
    padding-left: 40px;
  }

  .new-subtitle{
    position: relative;
    
  }
  .section-subtitle {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(0.75turn) translateX(-100%);
    transform-origin: left top;
    margin-bottom: 0;
  }

  .section-subtitle::after {
    top: 8px;
    left: auto;
    right: calc(100% + 20px);
  }

  .project-card {
    margin-bottom: 20px !important; 
  }



  /**
   * HEADER
   */


  

  .header { padding-block: 30px; }

  .header.active { padding-block: 15px; }

  .navbar-actions {
    order: 1;
    margin-left: 0;
  }

  .nav-toggle-btn { display: none; }

  .navbar { all: unset; }

  .navbar-link {
    transform: translateY(0);
    font-size: unset;
    padding-inline: 5px;
    color: white;
  }

  .navbar-list > li {
    margin: 0;
    padding: 0;
    overflow: visible;
    
  }

  .navbar-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    
  }

  .navbar-link::before { height: 2px; }



  /**
   * HERO
   */

  .hero {
    position: relative;
    padding-top: 0;
    height: 100vh;
  }

  .hero-banner {
    max-width: unset;
    height: 100%;
    margin-bottom: 0;
  }

  .hero img {
    height: 100%;
    width: auto;
    margin-inline: auto;
  }

  .hero-content {
    --color-primary: white;

    position: absolute;
    top: 50%;
    filter: drop-shadow(2px 4px 10px var(--black));
  }

  .hero .btn-primary:is(:hover, :focus) { color: green; }

  .hero-social-list {
    display: block;
    position: absolute;
    bottom: 92px;
    left: -30px;
  }

  .hero-social-list::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 13px;
    width: 2px;
    height: 30px;
    background: var(--color-secondary);
  }

  .hero-social-link {
    position: relative;
    color: var(--color-secondary);
    margin-block: 5px;
    padding: 5px;
    font-size: 18px;
    transition: var(--transition-1);
  }

  .hero-social-link:is(:hover, :focus) { color: rgb(0, 0, 0); }

  .hero-social-link .tooltip {
    --trans-x: 10px;

    left: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%) translateX(var(--trans-x));
  }

  .hero-social-link:is(:hover, :focus) .tooltip {
    --trans-x: 0;
    opacity: 1;
  }

  .scroll-down {
    display: block;
    position: absolute;
    bottom: 80px;
    right: -30px;
    color: var(--color-secondary);
    font-size: 1.125rem;
    text-transform: uppercase;
    transform: rotate(90deg);
    transform-origin: top right;
  }

  .scroll-down::after {
    content: "";
    position: absolute;
    top: 8px;
    right: -50px;
    width: 30px;
    height: 2px;
    background: var(--color-secondary);
  }



  /**
   * STATS
   */

  .stats-list { grid-template-columns: repeat(3, 1fr); }

  .stats-card { height: 100%; }




  /**
   * ABOUT
   */

  .about {
    align-items: center;
    gap: 30px;
  }

  .about-banner { margin-bottom: 0; }




  /**
   * SKILLS
   */

  .skills {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 50px;
  }

  .skills-content { margin-bottom: 0; }

  .skills-toggle { margin-inline: 0; }

  /* tools */

  .tools {
    padding-top: 100px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 50px;
  }

  .tools-content { margin-bottom: 0; }

  .tools-toggle { margin-inline: 0; }





  /**
   * CONTACT
   */

  .contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .contact-content { margin-bottom: 0; }

  .contact-form { width: 100%; }

  .contact-list { margin-left: -40px; }

  .contact-btn-primary { 
    border-color: white;
    background-color: transparent;
    color: white;
    border-width: 3px;
    margin-left: 100px;  
    transform: translateX(-10%);
  }
  
  .contact-btn-primary:is(:hover, :focus) {
    border-color: white;
    color: green;
    background-color: white;
    transform: translateX(-10%);
    border-width: 3px;
  }

  .contact-btn-primary::after{
    border-color: white;
    color: white;
    transform: translateX(-10%);
    border-width: 3px;
  }



  /**
   * FOOTER
   */

  .footer .container {
    display: flex;
    background: black;
    justify-content: space-between;
    align-items: center;
  }

  .footer .logo { margin-bottom: 0; }

  

}





/**
 * responsive for larger than 1200px screen
 */

@media (min-width: 1200px) {

  .header.active {
    padding-block: 12px;
    .h1 {
      color: rgb(255, 255, 255);
      
    }
    .navbar-link{
      color: white;
    }
    background-color: black;
    box-shadow: var(--shadow-1);
  }
  /**
   * REUSED STYLE
   */

  .container { max-width: 1150px; }

  .section-title { max-width: 460px; }




  /**
   * HERO
   */

  .hero-social-list { left: -80px; }

  .scroll-down { right: -80px; }


  .project-card {
    margin-bottom: 20px !important; 
  }

  /**
   * fabo
   */

  .about-banner { max-width: 450px; }




  


}