:root {
  --primary-violet: #7d12f7;
  --primary-green: #03e46d;
  --primary-orange: #ff6600;
  --primary-gray: #394649;
  --primary-black: #0D1117;
  --primary-white: #f0f4fa;
}

/********************************/
/* HEADER */
/********************************/

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #0D1117;
  height: 9.6rem;
  padding: 0 4.8rem;
  position: relative;
}

/********************************/
/* NAVIGATION */
/********************************/

.main-nav-list,
.soc-nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 4.8rem;
}

.main-nav-link.nav-cta:link,
.main-nav-link.nav-cta:visited {
  padding: 1.2rem 2.4rem;
  border-radius: 9px;
  background-color: #03e46d;
  color: #0D1117;
}

.social-icon{
  font-size: 2.8rem;
}

.main-nav-link:link,
.main-nav-link:visited {
  display: inline-block;
  text-decoration: none;
  color: #f0f4fa;
  font-weight: 500;
  font-size: 1.8rem;
  transition: all 0.3s;
}

.main-nav-link:hover,
.main-nav-link:active {
  color: #03cd62;
}

.header-link:link,
.header-link:visited {
  text-decoration: none;
  font-size: 1.6rem;
  color: #f0f4fa;
  transition: all 0.3s;
}

.header-link:hover,
.header-link:active {
  /* color: #f0f4faa1; */
  color: #03cd62;
}

/* MOBILE */
.btn-mobile-nav {
  border: none;
  background: none;
  cursor: pointer;
  display: none;
}

.icon-mobile-nav {
  height: 4.8rem;
  width: 4.8rem;
  color: #fff;
}

/* 
        <ion-icon class="icon-mobile-nav" name="menu-outline"></ion-icon>
        <ion-icon class="icon-mobile-nav" name="close-outline"></ion-icon>
*/

.icon-mobile-nav[name="close-outline"] {
  display: none;
}

/* STICKY NAVIGATION */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 8rem;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 999;
  box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.03);
}

.section-hero {
  margin-top: 9.6rem;
}


/********************************/
/* HERO SECTION */
/********************************/

.section-hero {
  padding: 3.6rem 0 7.2rem 0;
}

.hero {
  max-width: 130rem;
  margin: 0rem auto;
  padding: 0 3.2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5.6rem;
  align-items: center;
}

.hero-soc-greet {
  display: flex;
  flex-direction: row;
  gap: 9.6rem;
  align-items: center;
}

.hero-soc {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.hero-text-box {
  display:flex;
  flex-direction: column;
  gap: 1.6rem;
}

.hero-greet {
  width: 70rem;
  font-size: 2.4rem;
  line-height: 1.6;
  color: #7d12f7;
}

.heading-primary {
  color: #f0f4fa;
  font-size: 3.8rem;
}

.hero-description {
  font-size: 2.4rem;
  line-height: 1.6;
}

.hero-sub-description{
  font-size: 2rem;
  margin-bottom: 4.8rem;
}
.button-div {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.hero-img {
  width: 100%; /* Adjust size as needed */
  border-radius: 50%; /* Creates a circular shape */
  background-color: #7d12f7; /* Background color */
  overflow: hidden; /* Ensures content doesn't overflow */
  position: relative;
  clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);

}

/* .hero-img::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, #7d12f7, transparent 75%);
  background-size: 100% 50px, 50px 100%;
  top: 0;
  left: 0;
}

.hero-img::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top right, transparent 50%, #7d12f7 50%), linear-gradient(to bottom right, transparent 50%, #7d12f7 50%);
  top: 0;
  left: 0;
  transform: rotate(45deg);
} */

/* SKILLS SECTION */
/********************************/

.section-skills {
  padding: 4.8rem 0 3.2rem 0;
}


.subheading {
  display: block;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  font-weight: 500;
  margin-bottom: 7.2rem;
}

.skills-grid {
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

.skills-accordion {
  display: flex;
  align-items: center;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  cursor: pointer;
}

.skills-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-left: 1rem;
}

.skills-title .skills-icon:first-child {
  margin-right: 1rem;
}

.skills-title .skills-icon.skills-arrow {
  margin-left: auto;
  transition: transform 0.3s ease;
}

.skills-icon {
  height: 2.4rem;
  width: 2.4rem;
  color: #03e46d;
}

.skills-field {
  font-size: 2rem;
  margin: 0;
}

.skills-tech {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease, margin 0.3s ease;
}

.skills-open .skills-tech {
  height: auto;
  margin-top: 1rem;
  margin-bottom: var(--mb-2-5);
}

.skills-open .skills-arrow {
  transform: rotate(-180deg);
}

.logos {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.logos img {
  height: 6.2rem;
  margin: 0.5rem;
  filter: none;
  opacity: 1;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
} */


/********************************/
/* PROJECTS SECTION */
/********************************/

.section-projects {
  padding: 9.6rem 0;
}

.project {
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);
  border-radius: 11px;
  overflow: hidden;
  transition: all 0.4s;
  background: #272a2b;
}

.project:hover {
  transform: translateY(-1.2rem);
  box-shadow: 0 3.2rem 6.4rem rgba(3, 193, 92, 0.35);
}

.project-content {
  padding: 2.2rem 2.4rem 2.8rem 2.4rem;
}

.project-tags {
  margin-bottom: 1.2rem;
  display: flex;
  gap: 0.2rem;
}

.tag {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #333;
  border-radius: 100px;
  font-weight: 600;
}

.tag--beginner {
  background-color: #04d9ff;
}

.tag--intermediate {
  background-color: #03e46d;
}
.tag--advanced {
  background-color: #ffd43b;
}

.tag--challenge {
  background-color: #ff2e59;
}

.project-title {
  font-size: 1.4rem;
  color: #f0f4fa;
  font-weight: 600;
  margin-bottom: 2.4rem;
}

.project-attributes {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.project-attribute {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.project-icon {
  height: 2.4rem;
  width: 2.4rem;
  color: #e67e22;
  /* font-size: 2.4rem; */
}
.project-img {
  height: 14.8rem;
  width: 100%;
}

.all-projects {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 4.6rem;
}

.project-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none; /* Remove underline */
  color: inherit; /* Inherit color */
}

/********************************/
/* CTA SECTION */
/********************************/

.section-cta {
  /* top right bottom left */
  /* padding: 9.6rem 0 12.8rem 0; */
  /* top horizontal left */
  padding: 4.8rem 0 12.8rem;
}

.cta {
  display: grid;
  /* 2/3 == 66.6% + 1/3 = 33.3% */
  grid-template-columns: 2fr 1fr;
  /* background-color: #e67e22; */
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.15);
  border-radius: 11px;
  background-image: linear-gradient(to right bottom, #9741f9, #7d12f7);
  overflow: hidden;
  transform: translate(1px, 0px);
  /* temporary height */
  /* height: 50rem; */
}
.cta-text-box {
  padding: 4.8rem 6.4rem 6.4rem 6.4rem;
  color:#0D1117;
}

.cta-text-color {
  color:#0D1117;
}

.hero-cta-description{
  font-size: 2rem;
  margin-bottom: 4.8rem;
}

.cta .heading-secondary {
  /* color: #45260a; */
  color: inherit;
  margin-bottom: 3.2rem;
}

.cta-text {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 4.8rem;
  color: #f0f4fa;
}

.cta-img-box {
  /* background-image: linear-gradient(
      to right bottom,
     rgba(155, 68, 253, 0.35),
     rgba(143, 18, 247, 1),
    ), */
    
    background-image: linear-gradient(to right bottom,
     rgba(151, 65, 249, 0.2), 
     rgba(125, 18, 247, 0.2)),
    url("../img/sandy-dp.jpg");
  background-size: cover;
  background-position: center;
}

.cta-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 3.2rem;
  row-gap: 2.4rem;
}

.cta-form label {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
}

.cta-form input,
.cta-form select {
  width: 100%;
  padding: 1.2rem;
  font-size: 1.8rem;
  font-family: inherit;
  color: inherit;
  border: none;
  background-color: #fdf2e9;
  border-radius: 9px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.cta-form input::placeholder {
  color: #706f6f;
}

.cta *:focus {
  outline: none;
  /* outline: 4px dotted #e67e22;
  outline-offset: 8px; */
  box-shadow: 0 0 0 0.8rem rgba(253, 242, 233, 0.5);
}

label {
  color: #f0f4fa;

}