*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
.outer{
   min-height: 100vh;
   width: 100%;
    /* background-image:-webkit-linear-gradient(0deg, #766dff 0%, #88f3ff 100%);
  */
/* background-color:#080524 ; */
background-color:steelblue ;
/* background-color: #0866FF; */
}
nav{ 
    height: 70px;
    display: flex;
    align-items: center;
    justify-content:space-around;
    /* background-color: rgb(3, 3, 53); */
  
}
nav > ul{
    list-style: none;
    display: flex;
    gap: 60px;
    font-size: 20px;
    padding: 15px;
     
}

nav >ul > li> a{
    text-decoration: none;
    /* color: white; */
    color: black;
   
    &:hover {
       
      font-weight: bold;
      font-size: 20px;
    }
}


main{

     display: flex;
     align-items: center;
     justify-content: center;
     margin-top: 60px;

}
main> .box1{
    height: 600px;
    width: 70%;
    /* background-color: #17171a; */
    /* background-color: rgb(45, 46, 48); */
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 2px 6px grey;
    display: flex;
    color:#111111 ;
    gap: 20px;
    padding: 20px;
        transition: all 0.7s ease-in-out;
   &:hover{
    transform: scale(1.04);
   }
}

main > .box1 > .box2{
    height: 580px;
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
main > .box1 > .box3{
      height: 580px;
      width: 60%;
    text-align: center;
    padding: 20px;
}

img{
     height: 200px;
    border-radius: 50%;
    margin-top: 20px;
}
.ul_list{
    margin-top: 30px;
}

.icon i {
    margin-right: 12px;
}
.ul_list .icon li a {
  text-decoration: none;
  color: black;
}
.box2 ul{
    list-style: none;

}
.box2 ul li{
    font-size: 20px;
    margin-bottom: 20px;
    /* padding: 10px; */
}

.box3 h1{
    font-size: 55px;
}

.box3 .txt{
    margin-top: 30px;
    font-size: 20px;
    line-height: 50px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-style: italic;
}


.outer2{
     min-height: 100vh;
  width: 100%;
    background-color: white;
}
article{
    display: flex;
}

.left{
    height: 400px;
    width: 50%;
    margin-top: 50px;
    padding: 30px;
    
}
.left > h1{
    font-size: 30px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.left > p{
    margin-top: 20px;
    text-align: justify;
    font-size: 16px;
   font-style: italic;
    font-family: cursive;
    line-height: 30px;

}

.btn{
  background-color: steelblue;
  color: white;
  margin-top: 60px;
  margin-left: 160px;
  padding: 10px 20px;
  border: none;
  border-radius: 10px;
  font-weight: bold;
  transition: 1s;
   &:hover{
    transform: scale(1.05);
   }
   cursor: pointer;
  
}
.right{
    font-family: 'Courier New', Courier, monospace;
    width: 50%;
    margin-top: 50px;
    padding: 20px;
}
   
.skill-bar {
    height: 20px;
    min-width: 100%; 
    background-color: #eee;       
     border-radius: 10px;
    margin-bottom: 20px;       
 }

 .skill-level {
     height: 100%;
     /* background: linear-gradient(to right, #7b61ff, #00eaff); */
     background-color:steelblue;
    text-align: right;
     padding-right: 10px;
     color: white;
    line-height: 25px;
    border-radius: 10px;
} 

.right > h1{
    margin-bottom: 20px;
    font-size: 30px;
}

.outer3 {
  min-height: 100vh;
  width: 100%;
  /* background-image: -webkit-linear-gradient(0deg, #766dff 0%, #88f3ff 100%); */
   background-color: steelblue;
  text-align: center;
}

section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding-bottom: 40px;
}

section > div{
    height: 250px;
    width: 280px;
    /* border: 2px solid black; */
    border-radius: 20px;
    margin-top: 70px;
    box-shadow: 0 2px 6px 1px black;
} 


.outer3 > h1{
    font-size:40px ;
   padding: 20px;
}
.msc {
    position: relative;
    background-image: url("./mgu.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
   position: relative;
   transition: all 0.7s ease-in-out;
   &:hover{
    transform: scale(1.05);
   }
}
section > div > a{
   position: absolute;
   bottom: 47px;
   left: 45px;
   text-decoration: none;
   color: white;
   font-weight: bold;
}
section > div > h4{
   position: absolute;
   bottom: 50px;
   left: 45px;
   color: white;
   font-weight: bold;
}
section > div > p{
   position: absolute;
   bottom: 32px;
   left: 45px;
   color: white;
   font-weight: bold;
}
section > div > h6{
     position: absolute;
   bottom: 19px;
   left: 45px;
   color: white;
    font-weight: bold;
}
.bsc{
    background-image: url("./ihrd3.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
   position: relative;
      transition: all 0.7s ease-in-out;
   &:hover{
    transform: scale(1.05);
   }
}

.plustwo{
    background-image: url("./chy.webp");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
   position: relative;
      transition: all 0.7s ease-in-out;
   &:hover{
    transform: scale(1.05);
   }
}
  

.ten{
    background-image: url("./cvk.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
   position: relative;
      transition: all 0.7s ease-in-out;
   &:hover{
    transform: scale(1.05);
   }
}
  
section > div >a:hover{
    color: rgb(80, 160, 226);
}

   footer {
    /* background-color: #766dff; */
    background-color: steelblue;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 20px;
    flex-wrap: wrap;
    text-align: center;
    width: 100%;
    margin-top: 94px;
    
}
footer > a,
footer > p {
    font-size: 18px;
    color: black;
 
}
.fa-github {
  color: black;
      transition: all 0.7s ease-in-out;
   &:hover{
    transform: scale(1.4);
   }
}
.fa-linkedin{
     transition: all 0.7s ease-in-out;
   &:hover{
    transform: scale(1.4);
   }
}


.foot {
    /* background-color: #766dff; */
   background-color: steelblue;
    text-align: center;
    padding: 10px;
    width: 100%;
}

.imageclick{

position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px; 
    z-index: 2;

  
}






@media screen and (max-width: 768px) {
  nav {
    flex-direction: column;
    height: auto;
    gap: 10px;
    padding: 10px 0;
  }

  nav > ul {
    flex-direction: column;
    gap: 10px;
    font-size: 18px;
  }

  main > .box1 {
    flex-direction: column;
    height: auto;
    width: 95%;
  }

  main > .box1 > .box2,
  main > .box1 > .box3 {
    width: 100%;
    height: auto;
    padding: 10px;
    text-align: center;
  }

  .box3 h1 {
    font-size: 36px;
  }

  .box3 .txt {
    font-size: 16px;
    line-height: 28px;
  }

  img {
    height: 150px;
    margin-top: 15px;
  }

  li {
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
  }

  .ul_list {
    margin-top: 20px;
  }

  article {
    flex-direction: column;
    align-items: center;
  }

  .left,
  .right {
    width: 95%;
    margin-top: 30px;
    padding: 15px;
  }

  .left > h1,
  .right > h1 {
    font-size: 24px;
    text-align: center;
  }

  .left > p {
    font-size: 14px;
    line-height: 24px;
  }

  .skill-bar {
    height: 16px;
  }

  .skill-level {
    font-size: 12px;
    padding-right: 5px;
    line-height: 16px;
  }

  section {
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }

  section > div {
    width: 90%;
    height: 200px;
    margin-top: 30px;
  }

  section > div > a,
  section > div > p,
  section > div > h6 {
    left: 20px;
    font-size: 12px;
  }

  .outer3 > h1 {
    font-size: 28px;
  }

  footer {
    flex-direction: column;
    padding: 15px 10px;
    gap: 10px;
  }

  footer > a,
  footer > p {
    font-size: 16px;
  }

  .foot {
    padding: 8px;
    font-size: 14px;
  }

  body {
    overflow-x: hidden;
  }
}


