* {
  font-family: "Space Grotesk", sans-serif;
  text-decoration: none;
}

html, body {
  overflow-x: hidden;
  max-width: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 200px; 
}

.imageClass {
  display: none;
}

.imageClass.active {
  display: block;
}

.imageshow-container {
    max-width: 99%; 
    margin: 0 auto; 
    position: relative;
    align-items: center;
}

.imageClass img {
    width: 100%; 
    height: 500px;
    border-radius: 4px; 
}

.prev, .next {
    position: absolute;
    bottom: 5%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 34px; 
    
    padding: 8px;
    color: rgba(221, 221, 221,0.5);
    border-radius: 50%; 
    
}
.prev {
    left:3rem; 
}
.next {
    right: 3rem; 
}

.dot {
    height: 12px;
    width: 12px;
    margin: 0 4px;
    background-color: rgba(221, 221, 221, 0.5);
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    position: relative;
    top:4rem;
}

.dot:hover, .dot.active {
       background-color: rgba(221, 221, 221, 1);

}


.header-container a {
  text-decoration: none;
}

/*///////// header /////////*/

   .header-space-sm {
       height: clamp(8vh, 10vh, 12vh);

  }
  .header-space {

    height: clamp(10vh, 15vh, 20vh);
    
  }
   .header-space-lg {
    height: clamp(15vh, 20vh, 25vh);
 
  }

  .centered {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  header.header-container {
    padding: 1rem 1.3rem;
    background-color: rgba(0,0,0, 0.3);
    align-items: center;
    width: 97%;
    margin: 1rem auto 0 auto;
    border-radius: 0.8rem;
    box-shadow: 0 1px 10px rgba(154,160,185,.35), 0 10px 35px rgba(166,173,201,.15);
    border: solid 0px rgba(231, 232, 234, 0.5);


    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(10px); 
    display: flex;
    align-items: center;
  }

  header.header-container.solid-header {
  background-color: rgba(1, 6, 21, 0.98);
  width: 97%; 
  margin: 1rem auto 0 auto;
 
  }
  .header-left {
    padding: 0.35rem 0.65rem;
    border: solid 0.3px  rgba(0,0,0, 0);
  }
  .header-left:hover {
    background-color: rgba(231, 232, 234, 0.2);
    padding: 0.35rem 0.65rem;
    border-radius: 0.9rem;
    border: solid 0.1px rgba(231, 232, 234, 0.15);
  }

  .header-left img {
    width: clamp(2.8rem, 3.4rem, 3.6rem);
    height: clamp(2.8rem, 3.4rem, 3.6rem);
    object-fit: cover;
    border-radius: 50%;
    margin-right: 10px;
  }
  
  .header-name {
    margin: 0;
    font-size: clamp(0.4rem, 1rem, 1.2rem);
    font-weight: 800;
    color: #ffffff;
    letter-spacing: clamp(1.2px, 1.9px, 2.1px);
  }
  .header-subtext {
    font-size: clamp(0.7rem,0.8rem,0.85rem);
    color: #ffffff;
    margin-bottom: 0;
    letter-spacing: 1.5px;

  }
  .nav-item {
    padding: 0.45rem 0.85rem;
  
    font-size: 0.85rem;
    font-weight: 500;
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1.6px;
  }
  .nav-item:hover {
    background-color: rgba(231, 232, 234, 0.2);
    border: solid 0.1px rgba(231, 232, 234, 0.15);

    padding: 0.45rem 0.85rem;
    border-radius: 0.5rem;
    color: #ffffff;
  }

@media (max-width: 1115px) {
.button-bp {
  display: none;
}
}
  
/* Desktop */
@media (min-width: 992px) {
  .nav-links {
    display: flex ;
    align-items: center;
    gap: 1rem;
  }
}

/* Mobile */
@media (max-width: 991.98px) {
  .nav-links {
    display: none;
    text-align: start;
    flex-direction: column;
    background-color: rgba(1, 8, 26, 0.99);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 85dvh;
    padding: 1rem;
    z-index: 999;
    border-radius: 1rem;
    box-shadow: 0 1px 10px rgba(154,160,185,.35), 0 10px 35px rgba(166,173,201,.15);
    border: solid 0.1px rgba(231, 232, 234, 0.2);

  }

  .nav-links.show {
    display: flex !important;
  }

  .hamburger {
    display: block;
    font-size: clamp(1.3rem, 1.5rem, 1.8rem);
    color: white;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.4rem;
    z-index: 1000;
  }
}




/*///////// header /////////*/

/*///////// Buttons /////////*/
 .button {
  background: #010615;
  border-radius: 0.7rem;
  border: solid 0.1px rgba(231, 232, 234, 0.2);
  box-shadow: 0 1px 10px rgba(154,160,185,.2), 0 5px 15px rgba(166,173,201,.05);
  color: #ffffff;
  padding: 0.8rem 1.6rem;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 2px;
}
/*///////// Buttons /////////*/

/*///////// hero /////////*/
.hero {
  position: relative;
  background-image: url(../images/hero-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: clamp(88vh,89vh,90vh);
  text-align: center;
}
.black-bg {
  background-color: #01081a;
}
.hero-text {
  color: #ffffff;
}
.hero-text h1{
  font-size: clamp(1.5rem, 2vw + 1.8rem, 2.5rem);
  font-weight: 500;
  line-height: clamp(2rem,2.8rem,3rem);
  letter-spacing: 2.5px;
}
.hero-text h2{
  font-size: clamp(1.5rem,1.7rem,2rem);
  letter-spacing: 2px;
  line-height: clamp(1.8rem,2rem,2.5rem);
}
.hero-text h3{
  font-size: clamp(1.2, 1.5rem,2rem);
  letter-spacing: 2px;
  line-height: clamp(2rem,2.5rem,3rem);
}
.hero-text h4 {
  font-size: clamp(1rem,1.2rem,1.5rem);
  font-weight: 400;
  margin-left: 2px;
}
.hero-text p {
 font-size: clamp(0.8rem, 1.4rem, 1.5rem);
  font-weight: 400;
  margin-bottom: 0;
}

/*///////// hero /////////*/

/*///////// about ////////*/

.about p {
 font-size: clamp(0.85rem, 1rem, 1.3rem);
  font-weight: 300;
  margin-bottom: 0;
  letter-spacing: 0.9px;
}

/*///////// icon-text-container /////////*/
.icon-text-container {
  display: grid;
  grid-template-rows: auto minmax(1.5rem, auto) min-content;
  row-gap: 0.6rem;
  background-color:rgba(1,4,16,1);
  
  color: #ffffff;
  border: solid 0.05px rgba(231, 232, 234, 0.1);
  box-shadow: 0 1px 10px rgba(154,160,185,.35), 0 5px 15px rgba(166,173,201,.15);
  padding: 0.9rem;
  border-radius: 1rem;
  justify-items: center;
  text-align: center;
}
.icon-text-container-sm {
 display: grid;
  grid-template-rows: auto minmax(1.5rem, auto) min-content;
  row-gap: 1rem;
  background-color:rgba(231, 232, 234, 0.08);
  
  color: #ffffff;
  border: solid 0.05px rgba(231, 232, 234, 0.1);
  box-shadow: 0 1px 10px rgba(154,160,185,.35), 0 5px 15px rgba(166,173,201,.15);
  padding: 1.5rem 1rem;
  border-radius: 1rem;
  justify-items: center;
  text-align: center;
}
.form-container {
  display: grid;
  grid-template-rows: auto minmax(2rem, auto) min-content;
  row-gap: 1.2rem;
  background-color:rgba(231, 232, 234, 0.08);
  color: #ffffff;
  border: solid 0.2px rgba(231, 232, 234, 0.5);
  box-shadow: 0 1px 10px rgba(154,160,185,.35), 0 5px 15px rgba(166,173,201,.15);
  padding: 0rem 1.5rem;
  border-radius: 1.5rem;
  justify-items: center;
}
.icon-text-container img{
  max-width: 3.5rem;
  min-width: 2rem;
  
}
.icon-text-container-blk {
  justify-content: center;
  align-content: center;
  color: #000000;
  border: solid 0.01px rgba(0,0,0, 0.09);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  padding: 1rem 2rem;
  border-radius: 1rem;
}
.icon-text-container-blk-thick {
  justify-content: center;
  align-content: center;
  color: #000000;
  border: solid 1.8px rgba(0,0,0, 0.25);
  padding: 1rem 1rem;
  border-radius: 1rem;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
.icon-text-container-blk-thick p{
  font-size: clamp(0.85rem, 1rem, 1.1rem);
  font-weight: 300;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}
.icon-text-container i {
  padding: 0.5rem 0rem;
}
.icon-text-container i:hover {
  color: #d3d3d3;
}
.icon-text-container h5{
  font-size: 1rem;
  font-weight: 800;
}
.icon-text-container p {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 2px;
}


.shake:hover {
  animation: shake 2s ease infinite;
}
@keyframes shake {
	0%, 100% {transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {transform: translateX(-2px);}
	20%, 40%, 60%, 80% {transform: translateX(2px);}
}


/*///////// icon-text-container /////////*/

/*///////// Spacing & layout /////////*/
/* extra extra small */
.t-section-spacer-xxs {
  padding: 0.7rem 0rem 0.4rem 0rem;
}
.section-spacer-xxs {
  padding: 0.4rem;
}
.b-section-spacer-xxs {
  padding: 0.4rem 0rem 0.7rem 0rem;
}
/* extra extra small */

/* extra-Small */
.t-section-spacer-xs {
  padding: 1.8rem 0rem 1rem 0rem;
}
.section-spacer-xs {
  padding: 1rem 0rem;
}
.b-section-spacer-xs {
  padding: 1rem 0rem 1.8rem 0rem;
}
/* extra-Small */
/* Small */
.t-section-spacer-s {
  padding: 4rem 0rem 2rem 0rem;
}
.section-spacer-s {
  padding: 2rem 0rem;
}
.b-section-spacer-s {
  padding: 2rem 0rem 4rem 0rem;
}
/* Small */
/* Standard */
.t-section-spacer {
  padding: 7.5rem 0rem 4rem 0rem;
}
.section-spacer {
  padding: 4rem 0rem;
}
.b-section-spacer {
  padding: 4rem 0rem 8rem 0rem;
}
/* Standard */
/* Large */
.t-section-spacer-l {
  padding: 8rem 0rem 6rem 0rem;
}
.section-spacer-l {
  padding: 6rem 0rem;
}
.b-section-spacer-l {
  padding: 6rem 0rem 8rem 0rem;
}
/* Large */
/*///////// Spacing & layout /////////*/
/* x-Large */
.t-section-spacer-xl {
  padding: 10rem 0rem 8rem 0rem;
}
.section-spacer-xl {
  padding: 8rem 0rem;
}
.b-section-spacer-xl {
  padding: 8rem 0rem 10rem 0rem;
}
/* x-Large */
/*///////// Spacing & layout /////////*/

/*///////// Background & Themes /////////*/
.dark-bg {
  background-color: rgb(1,4,16);
 
}

.grey-bg {
  background-color: #fafafc;
}

.text-white {
  color: #ffffff;
}
.text-black {
  color: #000000;
}
/*///////// Background & Themes /////////*/

/*///////// text-start-container /////////*/
.text-start-container {
  
  color: #000000;
  border: solid 0.1px rgba(231, 232, 234, 0.15);
  padding: 0rem 0rem;
  border-radius: 2rem;
}
.text-start-container i {
  padding: 0rem 0.2rem 0rem 0rem;
}
.text-start-container h5{
  font-size: 1.2rem;
  font-weight: 800;
  padding: 1rem 0rem;
}
.text-start-container p {
  font-size: 1rem;
  font-weight: 400;
}
/*///////// text-start-container /////////*/

/*///////// text-end-container /////////*/
.text-end-container {
  text-align: end;
  color: #000000;
  border: solid 0.1px rgba(231, 232, 234, 0.15);
  padding: 0rem 0rem;
  border-radius: 2rem;
}
.text-end-container i {
  padding: 1.5rem 0rem;
}
.text-end-container h5{
  font-size: 1.2rem;
  font-weight: 800;
  padding: 1rem 0rem;
}
.text-end-container p {
  font-size: 1rem;
  font-weight: 400;
}
/*///////// text-end-container /////////*/

/*/////////////// hr style ///////////////*/

.custom-list {
  list-style: none;
  padding-left: 0;
}

.custom-list li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 1rem;
}

.custom-list li::before {
  content: "\f054"; /* Font Awesome chevron-right */
  font-family: "Font Awesome 6 Free";
  font-weight: 800; /* Needed for solid icons */
  position: absolute;
  left: 0;
  top: 0.15em;
  color:rgba(134, 133, 136, 0.5);
}
/*/////////////// hr style ///////////////*/



.small-fade-header {
  font-size: clamp(35%, 45%, 50%);
  color: rgba(155,155,155,0.5);
  position: relative;
  top: 0.2rem;
 
}


.fade-header {
  color: rgba(155,155,155,0.5);
  position: relative;
  top: 14px;
  
}






/*///////////////  type Writer /////////////// */
.typewriter-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px; 
  overflow: hidden;
  position: relative;
   text-align: center;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .typewriter-wrapper {
    flex-direction: column;
      flex-wrap: wrap;
  }
}
#typewriter {
  font-size: clamp(1.5rem, 2vw + 1rem, 2.5rem);
  font-weight: 600;
  margin: 0;
  padding: 0;
 
  text-align: center;
}
#typewriter2,
#typewriter3,
#typewriter4 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  font-size: 1rem; 
  font-weight: 600;
  white-space: nowrap;

}
.ghost-text {
  visibility: hidden;
  height: 100px;
  white-space: nowrap;
  pointer-events: none;
  position: absolute;
}

/*///////////////  type Writer /////////////// */





.vert-align {
  display: flex;
  align-items: center;    
  justify-content: center;          
}



.tech-icon img{
  min-width: 3.7rem;
  max-width: 3.8rem;
   min-height: 3.7rem;
  max-height: 3.8rem;
  display: flex;
  align-items: center;    
  justify-content: center;
  background-color: #f6f6f6;
  border-radius: 0.5rem;
  border: solid 0px #e1e1e1;
  padding: 0.4rem;

}
.tech-icon-l img{
  min-width: 4rem;
  max-width: 4.3rem;
  display: flex;
  align-items: center;    
  justify-content: center;
  background-color: #f6f6f6;
  border-radius: 0.5rem;
  border: solid 0px #e1e1e1;
  padding: 0.7rem  0.5rem;
}

.tech-icon-l-s img{
  min-width: 4rem;
  max-width: 4.3rem;
  display: flex;
  align-items: center;    
  justify-content: center;
  background-color: #f6f6f6;
  border-radius: 0.5rem;
  border: solid 0px #e1e1e1;
  padding: 0.55rem;
}



.skillsicon {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30px, 1fr));
  gap: 0.5rem;
  max-width: 1000px;
  margin: 0 auto;
  justify-items: center;
  align-items: center;
}





.accordion-clickable {
    color: #444;
    padding: 1.5rem 0rem 0rem 0rem;
    cursor: default;
    align-items: center;
    vertical-align: middle;
    gap: 0.5rem;
}

.accordion-content {
    max-height: 0;
    transition: padding 0.3s ease-in-out, max-height 0.4s ease-in;
    overflow: hidden;
   
}

.accordion-clickable::after {
    font-family: FontAwesome;
    content: "";
    font-size: 250%;
    padding: 1.5rem;
    transition: transform 0.3s ease-in;
    color:#0d6efd;
    display: inline-block; 
    transform: rotate(0deg);
}

.accordion-clickable.active::after {
  transform: rotate(-180deg);
  color: rgba(0, 0, 0, 0.5);
}

.invert-text-container {
  display: inline-block;
  background-color: #010615;
  border: solid 0.1px rgba(231, 232, 234, 0.2);
  box-shadow: 0 1px 10px rgba(154,160,185,.2), 0 5px 15px rgba(166,173,201,.05);
  color: #ffffff;
  padding: 0.3rem 0.9rem;
  border-radius: 1rem;
  line-height: 1.4; 
  font-size: clamp(0.85rem, 0.95rem, 1rem); 
}
.inline-style {
 padding: 2rem;
  display: inline-block;
}
.hover-container:hover {
  border: solid 1px #444;
  border-radius: 1rem;
  background-color: rgba(13,110,253,1); 
  color: #ffffff;
  display: inline-block;
  padding: 2rem;
}
.clouds-bg {
  background-image: url(../images/cloud-bg.svg);
}
.clouds-bg-lg {
  background-image: url(../images/clouds-bg-lg.svg);
}
.project-image {
  max-height: 39vh;
}


.image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4rem; 
}

.image-grid .wide {
  grid-column: span 2;
}
.image-height {
  height: 95%;
}
.fa-envelope i{
  font-size: 5rem;
}





/*/////////////// media break points ///////////////*/
/* //////////xsm ////////////////// */
@media (max-width: 362px) {

  .header-left img {
    display: none;
  }

  .skillsicon {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
  }
.tech-icon img{
  min-width: 2.7rem;
  max-width: 2.8rem;
   min-height: 2.7rem;
  max-height: 2.8rem;
  display: flex;
  align-items: center;    
  justify-content: center;
  background-color: #f6f6f6;
  border-radius: 0.5rem;
  border: solid 0px #e1e1e1;
  padding: 0.4rem;

}
.tech-icon-l img{
  min-width: 3rem;
  max-width: 3.3rem;
  display: flex;
  align-items: center;    
  justify-content: center;
  background-color: #f6f6f6;
  border-radius: 0.5rem;
  border: solid 0px #e1e1e1;
  padding: 0.7rem  0.5rem;
}

.tech-icon-l-s img{
  min-width: 3rem;
  max-width: 3.3rem;
  display: flex;
  align-items: center;    
  justify-content: center;
 background-color: #f6f6f6;
  border-radius: 0.5rem;
   border: solid 0px #e1e1e1;
  padding: 0.55rem;
}
}




/*/////////////// sm: 576px ///////////////*/
@media (max-width: 576px) {
  .hero-text {
    padding: 0rem 0.3rem;
  }
  .hero-text h1{
    font-size: clamp(1.3rem, 1.4rem, 1.5rem);
    line-height: 1.5rem;
  }
  .t-section-spacer-l {
  padding: 3rem 0rem 2rem 0rem;
  }
  .t-section-spacer {
  padding: 3rem 0rem 1rem 0rem;
  }
  .b-section-spacer {
  padding: 1rem 0rem 2rem 0rem;
  }
  .section-spacer-l {
  padding: 3rem 0rem;
  }
  .section-spacer-xl {
  padding: 5rem 0rem;
  }
  .t-section-spacer-xl {
  padding: 6rem 0rem;
  }
  .hero {
  height: 80dvh;
  }
  .header-space {
  max-height: 15vh;  
  }
  header.header-container {
    padding: 0.9rem;
  }
  .skillsicon {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20px, 1fr));
  }
  .header-name {
    font-size: clamp(0.4rem, 0.82rem, 0.9rem);
  }
  
 .header-left img {
    width: clamp(1.8rem, 2.4rem, 2.6rem);
    height: clamp(1.8rem, 2.4rem, 2.6rem)
  }
  .header-left {
  padding: 0.35rem;
  border: solid 0.3px  rgba(0,0,0, 0);
  }
  .tech-icon-s img{
    width: 2.2rem;
  }
  .tech-icon img{
    width: 2.6rem;
  }
  .tech-icon-m img{
    width: 2.8rem;
  }
  .tech-icon-l img{
    width: 2.8rem;
  }


  .prev {
    left: 0rem; 
     padding: 1px;
}

.next {
    right: 0rem; 
     padding: 1px;
}

  }
/*/////////////// sm: 576px ///////////////*/

/*/////////////// md: 768px ///////////////*/
  @media (max-width: 768px) {
    .header-middle,
    .header-right {
      margin-top: 0.2rem;
    }
    .section-spacer {
    padding: 2rem 0rem;
    }
    .icon-text-container-blk-thick {
    padding: 1rem 1.5rem;
    }

  }
/*/////////////// md: 768px ///////////////*/

/*/////////////// lg: 992px ///////////////*/
@media (max-width: 992px) {
  
   .icon-text-container-blk {
  justify-content: center;
  align-content: center;
  color: #000000;
  border: solid 0.1px rgba(0,0,0, 0.35);
  padding: 0.85rem;
  border-radius: 1.5rem;
}

  }

/*/////////////// lg: 992px ///////////////*/

/*/////////////// xl: 1200px ///////////////*/
@media (max-width: 1200px) {
  

  }
/*/////////////// xl: 1200px ///////////////*/

/*/////////////// xxl: 1400px ///////////////*/
@media (max-width: 1200px) {

  }
/*/////////////// xxl: 1400px ///////////////*/

