*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.protfolio-container{
min-height: 100vh;
width: 100% ;
display: flex;
}
.Navlist{
    display: flex;
    gap: 3.5rem;
    height: 15vh;
    width: 100%;
    justify-content: center;
    align-items: center;
position: fixed;
}
.Navlist li{
    list-style: none;
}
.Navlist li a{
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1rem;
    color: #fff;
    position: relative;
}
.left-container, .right-container{
    height: 100vh;
    display: flex;
    align-items: center;
}
.left-container{
    background: #262525;
    width: 70%;
    padding-left: 3rem;
    padding-right: 1.1rem;
}
.right-container{
    background: linear-gradient(-45deg ,#3877ff , #262525 70%);
    width: 30%;
    
}
.icons .fa-brands{
    color: #bbb;
    font-size: 1.7rem;
  }
.icons{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3rem;
}
.content{
    margin-left: 4rem;
}
.content .intro{
    font-size: 1.5rem;
    color: #fff;
}
.content .intro span{
    color: #5DB9EE;
}
.content h1{
    font-size: 4rem;
    color: #5DB9EE;
}
.content .detail{
    font-size: 1.1rem;
    color: #fff;
    max-width: 36rem;
    margin: 1.1rem 0 3rem 0;
    line-height: 1.8rem;
}
.btn-container button{
border: .1rem solid #5DB9EE;
font-size: 1.1rem;
padding: .8rem 1.5rem;
border-radius: .5rem;
cursor: pointer;
transition: .5s ease;
}
button:nth-child(1){
    background: #5DB9EE;
    color: #262525;
}
button:nth-child(2){
    background: transparent;
    color: #5DB9EE;
    margin-left: 2rem;
}
button:nth-child(1):hover{
    background: transparent;
    color: #5DB9EE;
}
button:nth-child(2):hover{
    background:#5DB9EE;
    color: #262525;
}
.icons .fa-brands:hover{
    cursor: pointer;
    background: linear-gradient(#fff, #3877ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.design .circle{
    aspect-ratio: 1;
    position: absolute;
    border-radius: 50%;
     top: 50%;
      left: 70%;
    transform: translate(-50% , -50%);
}
.circle:nth-child(1){
    background: linear-gradient(90deg, transparent 50%, #262525 50%);
     width:26rem;

}
.circle:nth-child(2){
     background-image: url(image/myphoto.jpg);
     background-size: 100%;
     background-repeat: no-repeat;
    width: 20rem;
     
    box-shadow: 
    0 0 1rem #fff,
    inset 0 0 1rem #fff,
    0 0 2rem #3877ff,
    inset 0 0 2rem #3877ff,
    0 0 4rem #3877ff,
    inset 0 0 4rem #3877ff;
}
.Navlist li a::after, .Navlist .active::after{
    content:"";
    position: absolute;
    background: #fff;
    width:100%;
    height:.1rem;
    left:0;
    bottom: -5px;
    transform: scaleX(0);
    transition: transform .5s;
    transform-origin: bottom right;
}
.Navlist li a:hover::after, .Navlist .active::after{
    transform: scaleX(1);
    transform-origin: bottom left;
}
.about-section {
  background-color: #0f172a;
  color: #ffffff;
  padding: 80px 10%;
}

.about-section h2 {
  font-size: 42px;
  color: #6cc1ff;
  margin-bottom: 20px;
}

.about-section p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 15px;
  max-width: 800px;
}

.about-info {
  margin-top: 30px;
}

.about-info div {
  font-size: 18px;
  margin-bottom: 10px;
}

.about-info span {
  color: #6cc1ff;
  font-weight: bold;
}
.work-section {
  background: #020617;
  padding: 100px 10%;
  color: #ffffff;
}

.work-container {
  max-width: 1200px;
  margin: auto;
}

.work-section h2 {
  font-size: 44px;
  color: #6cc1ff;
  margin-bottom: 50px;
}

.work-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.work-card {
  background: #0b1220;
  padding: 30px;
  border-radius: 16px;
  transition: 0.3s ease;
  border: 1px solid #1e293b;
}

.work-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 30px rgba(108, 193, 255, 0.2);
}

.work-card h3 {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 15px;
}

.work-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #cbd5f5;
  margin-bottom: 15px;
}

.work-card span {
  font-size: 14px;
  color: #6cc1ff;
}
.project-links {
  margin-top: 15px;
}

.project-links a {
  display: inline-block;
  margin-right: 15px;
  color: #6cc1ff;
  text-decoration: none;
  font-size: 14px;
}

.project-links a:hover {
  text-decoration: underline;
}
.projects-section {
  background: #0b1220;
  padding: 100px 10%;
  color: #ffffff;
}

.projects-container {
  max-width: 1200px;
  margin: auto;
}

.projects-section h2 {
  font-size: 44px;
  color: #6cc1ff;
  margin-bottom: 50px;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.project-card {
  background: #020617;
  padding: 30px;
  border-radius: 16px;
  border: 1px solid #1e293b;
  transition: 0.3s ease;
}

.project-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 30px rgba(108, 193, 255, 0.2);
}

.project-card h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.project-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #cbd5f5;
  margin-bottom: 15px;
}

.project-card span {
  font-size: 14px;
  color: #6cc1ff;
}
.project-links a {
  margin-right: 15px;
  color: #6cc1ff;
  font-size: 14px;
  text-decoration: none;
}

.project-links a:hover {
  text-decoration: underline;
}
.service-section {
  background-color: #020617;
  color: #ffffff;
  padding: 80px 10%;
}

.service-section h2 {
  font-size: 42px;
  color: #6cc1ff;
  margin-bottom: 40px;
  text-align: center;
}

.service-container {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.service-card {
  background: #0f172a;
  padding: 30px;
  width: 280px;
  border-radius: 12px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card h3 {
  color: #6cc1ff;
  margin-bottom: 15px;
}

.service-card p {
  font-size: 16px;
  line-height: 1.6;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(108, 193, 255, 0.25);
}
.project-section {
  background-color: #020617;
  color: #ffffff;
  padding: 80px 10%;
}

.project-section h2 {
  font-size: 42px;
  color: #6cc1ff;
  margin-bottom: 40px;
  text-align: center;
}

.project-container {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.project-card {
  background: #0f172a;
  padding: 30px;
  width: 300px;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.project-card h3 {
  color: #6cc1ff;
  margin-bottom: 10px;
}

.project-card p {
  font-size: 16px;
  line-height: 1.6;
}

.project-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(108, 193, 255, 0.25);
}

html {
  scroll-behavior: smooth;
}
