@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  border: none;
  outline: none;
  scroll-behavior: smooth;
  font-family: "Poppins", sans-serif;
}
:root {
  --bg-color: #1f242d;
  --second-bg-color: #323946;
  --text-color: #fff;
  --main-color: rgb(223, 167, 240);
}
*::selection {
  background: var(--main-color);
  color: var(--bg-color);
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
}
body { background: var(--bg-color);
    color: var(--text-color);
  }
  
   .logo{
    font-size:2.5rem;
    color: var(--text-color);
    font-weight: 600;
    text-decoration: none;
  }
  .navbar a{
font-size: 1.7rem;
color: var(--text-color);
font-weight: 400;
transition: .3s;
text-decoration: none;
cursor: pointer;

  }
  .navbar a:hover{
    color: var(--main-color);

  }
      .navbar-expand-lg .navbar-nav .nav-link.active{
    color: var(--main-color);
  }
 .navbar-toggler{
  margin-right: 0;
    position: absolute;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    top: 0;
    right: 0;
    display: block;
    color: var(--main-color);
    border: none;
    font-size: 30px;
}
 @media (max-width: 920px) {
ul.navbar-nav{
  background:var(--second-bg-color);
   margin: 0;
  width: 100%;
  text-align: center
}
 }
  section{
    min-height: 100vh;
    padding: 10rem 9% 2rem;

  }


.home-contant h1{
  font-size: 3rem;
  line-height: 1.3;
}
.home-contant .text-animation {
  position: relative;
  width: 32rem;
}
.home-contant .text-animation h3{
  font-size: 3rem;
  font-family: 700;
  color:transparent;
  -webkit-text-stroke: .7px var(--main-color);
   
}
 @media (max-width: 767px) {
  .home-contant h1{
    font-size: 2.5rem;
  }
  .home-contant .text-animation h3{
    font-size: 2.5rem;
  }
  
}
.home-contant p{
  font-size: 1.6rem;
  margin: 2rem 0 4rem;
}
.btn-box{
  position:relative;
  display: flex;
 gap: 10px;
  height: 5rem;

}
.btn-box .btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 15rem;
  height: 100%;
  background:  var(--main-color);
  border: .2rem solid var(--main-color);
  border-radius: .8rem;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: .1rem;
  color: var(--bg-color) ;
  z-index: 1;
  overflow: hidden;
  transition: .5s;
}
.btn-box .btn:hover {
  color: var(--main-color);
}
.btn-box .btn:nth-child(2) {
background: transparent;
color: var(--main-color);
}
.btn-box .btn:nth-child(2):hover {
color: var(--bg-color);

}
.btn-box .btn:nth-child(2)::before{
background: var(--main-color);
}
 .btn-box .btn::before{
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--bg-color);
  z-index: -1;
  transition: .5s;
}
 .btn:hover::before{
  width: 100%;
}

.home-sci{
  margin-top: 33px;
  bottom: 2rem;
  width:170px;
  display: flex;
  justify-content: space-between;
}
.home-sci a{
position:relative;
display: inline-flex;
justify-content: center;
align-items: center;
width:40px ;
height: 40px;
background: transparent;
border:.2rem solid var(--main-color);
border-radius: 50%;
font-size: 20px;
color: var(--main-color);
z-index: 1;
overflow: hidden;
transition: .5s;
text-decoration: none;
}
.home-sci a:hover{
  color: var(--bg-color);
}
.home-sci a::before{
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--main-color);
  z-index: -1;
  transition: .5s;
}
.home-sci a:hover::before{
  width: 100%;
  color: var(--main-color);
}

/*end home-page*/
/*start about*/
.about {
   
  padding-top: 5%;
  padding-bottom: 5%;
  margin: auto;
  background-color: var(--second-bg-color);
}

@media (max-width: 767px){
.about .border-img{
border: 0;
width: 100%
}
}
.border-img{
  width: 350px;
    height: 350px;
    border: 5px solid #555555;
    border-radius: 50%;
    background-image: url(../images/portofolio.img.jpeg);
    background-position: center;
    background-size: cover;
}


.about.border-img img {
  width: 385px;
  margin: 20px;
  padding: 10%px;
  position: relative;
  
}
.about img::after{
  content: "";
  background:linear-gradient(rgba(0, 0, 0, 0.781)0% 100%);
  display: none;
  width: 100%;
  position: relative;
 height: 0;
 
  
}
.border-img:hover .about img::after{
display: block;
height: 1020%;
}

.about-content h3 {
 font-size: 34px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 25px;
  position: relative;
  text-transform: uppercase;
}
.about-content h3::before{
  content: "";
  left: 0;
  position: absolute;
  top: -2px;
  border-left: 5px solid var(--prymiry-color);
  height:113%;   
}
.about-content p {
  font-size: 17px;
  color: #686868;
  line-height: 31px;
  border-bottom: 1px dashed ;
  margin-bottom: 25px;
  padding-bottom: 25px;
 
}
.about-btn{
  display: flex;
  margin-left: 10px;
  align-items: center;
  padding-left: 10px;
}
.about-btn a{
  display: flex;
  background-color:var(--main-color) ;
  color: var(--bg-color);
  cursor: pointer;
  transition: var(--main-transition);
  margin: 10px;
  text-decoration: none;
  width: 140px;
  height: 40px;
  align-items: center;
  border-radius: 10px;
 justify-content: center;
 font-size: 1.2rem;
 
  
}
.about-btn a i{
  text-decoration: none;
  list-style: none;
  padding-left: 8px;
}
.about-btn a:hover{
  background-color: white;
 
}


.list-about{
  line-height: 2.5;
}
.list-about span{
  font-size: 16px;
  color: var(--main-color);
  font-weight: 500;
}
.list-about li{
color:  rgb(255, 255, 255)
}

/*end about*/
.portfolio {
  position: relative;
  width: 100%;
  padding: 20px;
  overflow: hidden;
  background-color: var(--second-bg-color);
 

}

/*start services*/

.skills {
  position: relative;
  width: 100%;
  padding-top: 2%;
  background-color:var(--bg-color);
  min-height: 50vh;
 
}

.progress-bar{
  background-color: var(--main-color); 
}


/*start contact*/
.contact {
  position: relative;
  width:100%;
  padding-top:.5rem;
  background-color:white;
  padding-bottom: 6%;
}
h2{
  position: relative;
  padding-bottom: 20px;
  color: var(--main-color);
  
}
h2::before{
 border-color:var(--main-color);
  border-style: solid;
  border-width: 1px 0;
  padding: 4px 0 5px;
  width: 70px;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
top:83%;
}
h2::after{
content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  background-color:var(--main-color);
  height: 1px;
  width: 160px;
  top:90%;
}
.contact-btn {
  margin:auto;
}
.contact-btn .btn{
  background-color:var(--bg-color) ;
  color: white;
  font-size: 14px;
 
}
.contact-btn .btn:hover{
  background-color: var(--main-color);
}
/*end contact*/
/*start footer*/

.copy-right{
  background-color:var(--bg-color);
}
.copy-right .icon-social{
  color: white;
  font-size: 18px;
}

.copy-right span{
color:var(--prymiry-color) ;
}
.icon-social i {
  cursor: pointer;
}

/*end footer*/

