@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@300;600&display=swap');

*{
  margin: 0;
  padding: 0;
}
.portfolioBg{
  background-color: #f0f0f0;
  min-height: 100vh;
  padding: 20px ;
  position: relative;
}
.portfolioBgdark{
  background-color: #26252D;
  min-height: 100vh;
  padding: 20px ;
  position: relative;
}
.portfolioHeader{
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: auto;
}
.github_icon{
  background-color: #4a4258;
  padding: 5px;
  border-radius: 7px;
}
.resume-div{
display: inline;
z-index: 9999;
}
.portfolioResume{
  margin-left: 10px;
  display: inline-block;
  color: white;
  background-color: #4a4258;
  padding: 10px 15px;
  border: none;
  font-weight: 600;
  border-radius: 5px;
  font-size: 16px;
  text-decoration: none;
  background-image: conic-gradient(
      from var(--border-angle),
      #4a4258,
      #4a4258 50%,
      #4a4258
    ),
    conic-gradient(from var(--border-angle), transparent 20%, #08f, #f03);
  background-size: calc(100% - (var(--border-size) * 2))
      calc(100% - (var(--border-size) * 2)),
    cover;
  background-position: center center;
  background-repeat: no-repeat;

  animation: bg-spin 3s linear infinite;
  --border-size: 3px;
  --border-angle: 0turn;
}
.portfolioResumedark{
  margin-left: 10px;
  display: inline-block;
  color: #26252D;
  background-color: white;
  padding: 10px 15px;
  border: none;
  font-weight: 600;
  border-radius: 5px;
  font-size: 16px;
  text-decoration: none;
  background-image: conic-gradient(
      from var(--border-angle),
      #fff,
      #fff 50%,
      #fff
    ),
    conic-gradient(from var(--border-angle), transparent 20%, #08f, #f03);
  background-size: calc(100% - (var(--border-size) * 2))
      calc(100% - (var(--border-size) * 2)),
    cover;
  background-position: center center;
  background-repeat: no-repeat;

  animation: bg-spin 3s linear infinite;
  --border-size: 3px;
  --border-angle: 0turn;
}
.portfolioResume:hover {
  animation-play-state: paused;
}
@property --border-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0turn;
}
@keyframes bg-spin {
  to {
    --border-angle: 1turn;
  }
}
.nav-items {
display: block;
}
.toggle-div {
 padding-bottom: 20px;
 margin-left: 15px;
 display: inline;
}
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #4a4258;
}

input:focus + .slider {
  box-shadow: 0 0 1px #4a4258;
}

.sliderdark {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
}

.sliderdark:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #4a4258;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .sliderdark {
  background-color: #2196F3;
}

input:focus + .sliderdark {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.backgroundShape{
  width: 40%;
  position: absolute;
  background-color: rgba(0, 0, 305, .1);
  z-index: 0;
 padding: 10px;
}
.backgroundStair{
  width: 40%;
  position: absolute;
  background-color: rgba(0, 0, 305, .1);
  z-index: 0;
 padding: 10px;
}
.circleHeader{
  width: 40%;
  position: absolute;
  background-color: rgba(0, 0, 305, .1);
  z-index: 0;
  padding: 5px;
  border-radius: 50%;
  top: -5%;
  left: 30%;
}
.individualPic{
  width: 230px;
  height: 280px;
  border-radius: 50%;
  z-index: 100;
}
.userPicAbout{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.userPortfolioName{
  font-family: Prompt, sans-serif;
  font-weight: 600;
  font-size: 48px;
  margin-top: 10px;
  color: black;
  z-index: 1;
}

.userPortfolioNamedark{
  font-family: Prompt, sans-serif;
  font-weight: 600;
  font-size: 48px;
  margin-top: 10px;
  color: #e5e5e5;
  z-index: 1;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.8); /* Start smaller */
  }
  to {
    opacity: 1;
    transform: scale(1); /* End at normal size */
  }
}


.portfolioSec1 {
  color: #4a4258;
  opacity: 0; /* Initially hidden */
  transform: scale(0.8); /* Initially smaller */
  animation: fadeIn 1s forwards; /* 1s duration, forwards to keep final state */
  transition: color 0.5s ease-in-out;
}
.usePortfolioDesc{
  font-size: 20px;
  color: #010101;
  z-index: 1;
}
.userPortfolioTextDesc{
  margin-top: 20px;
  width: 700px;
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 13px;
  font-family: Prompt, sans-serif;
  z-index: 1;
}
.userSwitchTextDesc{
  margin-top: 20px;
  width: 700px;
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 13px;
  font-family: Prompt, sans-serif;
  z-index: 1;
}
.portfolioSkillsDiv{
  margin-top: 20px;
  padding: 15px;
  position: sticky !important;
  top: 0;
  z-index: 200;
  background-color: transparent;
  transition: background-color 0.3s ease;
  /* position: relative !important; */
}
.portfolioSkillsDiv.sticky {
  background-color: #26252D; /* Set the background color to green when sticky */
}
.portfolioSkillButton.active {
  background-color: #6845cd;
  color: black; /* Change text color when active */
}
.portfolioSkillButton{
  border: none;
  padding: 15px 20px;
  font-size: 17px;
  border-radius: 30px;
  background-color: rgba(0, 0, 305, .1);
  color: black;
  margin-right: 20px;
  text-decoration: none;
  cursor: pointer;
}

.portfolioSec1dark {
  color: #e5e5e5;
  opacity: 0; /* Initially hidden */
  transform: scale(0.8); /* Initially smaller */
  animation: fadeIn 1s forwards; /* 1s duration, forwards to keep final state */
  transition: color 0.5s ease-in-out;
}

.usePortfolioDescdark{
  font-size: 20px;
  color: #e5e5e5;
}
.userPortfolioTextDescdark{
  margin-top: 20px;
  width: 700px;
  text-align: center;
  color: #e5e5e5;
  font-size: 13px;
  font-family: Prompt, sans-serif;
}
.userSwitchTextDescdark{
  margin-top: 20px;
  width: 700px;
  text-align: center;
  color: #e5e5e5;
  font-size: 13px;
  font-family: Prompt, sans-serif;
}
.portfolioSkillsDivdark{
  margin-top: 20px;
  padding: 15px;
  position: sticky !important;
  top: 0;
  z-index: 200;
  background-color: transparent;
  transition: background-color 0.3s ease;
  /* position: relative !important; */
}
.portfolioSkillsDivdark.sticky {
  background-color: #26252D; /* Set the background color to green when sticky */
}
.portfolioSkillButtondark.active {
  background-color: #6845cd;
  color: white; /* Change text color when active */
}
.portfolioSkillButtondark{
  border: none;
  padding: 15px 20px;
  font-size: 17px;
  border-radius: 30px;
  background-color: rgba(104, 69, 205, .1);
  color: white;
  margin-right: 20px;
  text-decoration: none;
  cursor: pointer;
}
.innerSkillsDiv{
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky !important;
  top: 0;
}
.portfolioSkillSets{
  margin-top: 30px;
  position: relative;
}
.portfolioExperience{
  margin-top: 80px;
}
.skillSetsText{
  text-align: center;
  color: #4a4258;
  font-size: 32px;
  font-weight: 600;
  font-family: Prompt, sans-serif;
}
.skillSetsTextdark{
  text-align: center;
  color: white;
  font-size: 32px;
  font-weight: 600;
  font-family: Prompt, sans-serif;
}
.skillImgAndName{
  margin-top: 20px;
  display: flex;
  justify-content: space-evenly;
}
.ImgSkill{
  width: 110px;
  margin-right: 25px;
  z-index: 1;
}
.SkillDescText{
  max-width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.SkillTextWord{
  margin-top: 10px;
  margin-right: 10px;
  color: #4a4258;
  letter-spacing: 0;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  font-weight: 600;
  background-color: #d0d0d0;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 16px;
  display: flex;
}
.SkillTextWorddark{
  margin-top: 10px;
  margin-right: 10px;
  color: #fefefe;
  letter-spacing: 0;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  font-weight: 600;    background-color: #4a4258;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 16px;
  display: flex;
}
.Imgdots{
  position: absolute;
  bottom: -30px2;
  width: 80px;
}
.experienceHolder{
  margin-top: 4%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.experienceHolder_div{
  padding: 30px 30px 50px;
  border-radius: 10px;
  background-color: rgba(0, 0, 305, .1);
  max-width: 467px;
  position: relative;
  z-index: 100;
}
.experienceCompany_Role{
  font-size: 22px;
  font-weight: 550;
  font-family: Prompt, sans-serif;
  color: #4a4258;
  max-width: 350px;
}
.experienceCompany{
  font-size: 16px;
  font-weight: 500;
  color: #4a4258;
}
.experienceCompany_startDate{
  font-size: 16px;
  font-weight: 500;
  color: #4a4258;
}
.experience_text{
  color: #4a4258;
}
.experienceHolder_divdark{
  padding: 30px 30px 50px;
  border-radius: 10px;
  background-color: #4A4258;
  max-width: 467px;
  position: relative;
  z-index: 100;
}
.experienceCompany_Roledark{
  font-size: 22px;
  font-weight: 550;
  font-family: Prompt, sans-serif;
  color: white;
  max-width: 350px;
}
.experienceCompanydark{
  font-size: 16px;
  font-weight: 500;
  color: white;
}
.experienceCompany_startDatedark{
  font-size: 16px;
  font-weight: 500;
  color: white;
}
.experience_textdark{
  color: white;
}
.experience_codeBlock{
  position: absolute;
  background-color: #4a4258;
  border-radius: 10px;
  top: 15px;
  right: 15px;
  width: 100px;
  height: 100px;
}
.videoPortfolio{
  width: 500px;
  border-radius: 20px;
}
.descVideoPortfoliodark{
  width: 40%;
  color: white;
}
.videoTitledark{
  font-size: 20px;
  color: white;
  font-weight: bolder;
  margin-bottom: 20px;
}
.videoAndPortfolio{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-top: 20px;
}
.descVideoPortfolio{
  width: 40%;
  color: #4a4258;
}
.videoTitle{
  font-size: 20px;
  color: #4a4258;
  font-weight: bolder;
  margin-bottom: 20px;
}
.descVideoTitle{
  width: 70%;
}
.stacksUsedVideoPorfolio{
  display: flex;
  flex-direction: row;
  margin-top: 30px;
  margin-bottom: 35px;
}
.stackPortfolio{
  color: white;
  padding: 10px 15px;
  font-weight: bold;
  background-color: #4A4258;
  border-radius: 25px;
  margin-right: 20px;
}
.linkToVideoPortfolio{
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-size: 20px;
  background-color: #6845CD;
  padding: 10px 25px;
  margin-right: 20px;
  border-radius: 10px;
  background-image: conic-gradient(
      from var(--border-angle),
      #6845CD,
      #6845CD 50%,
      #6845CD
    ),
    conic-gradient(from var(--border-angle), transparent 20%, #08f, #f03);
  background-size: calc(100% - (var(--border-size) * 2))
      calc(100% - (var(--border-size) * 2)),
    cover;
  background-position: center center;
  background-repeat: no-repeat;

  animation: bg-spin 3s linear infinite;
  --border-size: 3px;
  --border-angle: 0turn;
}
.stackPortfoliodark{
  color: white;
  padding: 10px 15px;
  font-weight: bold;
  background-color: #4A4258;
  border-radius: 25px;
  margin-right: 20px;
}
.linkToVideoPortfoliodark{
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-size: 20px;
  background-color: #6845CD;
  padding: 10px 25px;
  margin-right: 20px;
  border-radius: 10px;
  background-image: conic-gradient(
      from var(--border-angle),
      #6845CD,
      #6845CD 50%,
      #6845CD
    ),
    conic-gradient(from var(--border-angle), transparent 20%, #08f, #f03);
  background-size: calc(100% - (var(--border-size) * 2))
      calc(100% - (var(--border-size) * 2)),
    cover;
  background-position: center center;
  background-repeat: no-repeat;

  animation: bg-spin 3s linear infinite;
  --border-size: 3px;
  --border-angle: 0turn;
}


@media (max-width: 900px){
  .portfolioHeader{
    padding-bottom: 40px;
  }
  .skillImgAndName{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .SkillDescText{
    max-width: 85%;
    margin-bottom: 20px;
  }
  .videoAndPortfolio{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .videoPortfolio{
    margin: 10px 0;
    width: 85%;
  }
  
.stackPortfolio{
  padding: 7px 10px;
  font-size: x-small;
  border-radius: 20px;
  margin-right: 10px;
}

  .descVideoPortfolio{
    width: 85%;
  }
  .Imgdots{
    width: 10%;
    height: 60%;
  }
  .experience_codeBlock{
    width: 50px;
    height: 50px;
  }
  .userPortfolioTextDesc{
    width: 85%;
  }
  .userSwitchTextDesc{
    width: 85%;
    display: none;
  }
  .experienceHolder_div{
    max-width: 85%;
  }
  .innerSkillsDiv{
    flex-wrap: wrap;
  }
  .portfolioSkillButton{
    margin-top: 10px;
  }
  .userPortfolioName{
    text-align: center;
  }
  .usePortfolioDesc{
    text-align: center;
  }
  .backgroundStair{
  display: none;
  }












  .portfolioHeaderdark{
    padding-bottom: 40px;
  }
  .skillImgAndNamedark{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .SkillDescTextdark{
    max-width: 85%;
    margin-bottom: 20px;
  }
  .videoAndPortfoliodark{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .videoPortfoliodark{
    margin: 10px 0;
    width: 85%;
  }  
  .stackPortfoliodark{
    padding: 7px 10px;
    font-size: x-small;
    border-radius: 10px;
    margin-right: 10px;
  }
  .descVideoPortfoliodark{
    width: 85%;
  }  
  .Imgdotsdark{
    width: 10%;
    height: 60%;
  }
  .userSwitchTextDescdark{
    width: 85%;
  display: none;
  }
  .userPortfolioTextDescdark{
    width: 85%;
    }
  .experienceHolder_divdark{
    max-width: 85%;
  }
  .innerSkillsDivdark{
    flex-wrap: wrap;
  }
  .portfolioSkillButtondark{
    margin-top: 10px;
  }
  .userPortfolioNamedark{
    text-align: center;
  }
  .usePortfolioDescdark{
    text-align: center;
  }
}