
body{

  font-family: 'Poppins';
  background:  linear-gradient(89.7deg, rgb(0, 32, 95) 2.8%, rgb(132, 53, 142) 97.8%);
  color: white;
  
}

*{
  box-sizing: border-box;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 7%;
  background: linear-gradient(89.7deg, rgb(0, 32, 95) 2.8%, rgb(132, 53, 142) 97.8%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
}




.logo{
  position: relative;
  font-size: 25px;
  font: "Georgia";
  color: white;
  text-decoration: none;
  font-weight: 600;
}

.logo::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background:rgb(0, 32, 95);
  animation: showRight 1s ease forwards;
  animation-delay: .4s;
}

@keyframes showRight{
  100%{
    width: 0;
  }
}

.topnavbar a{
  font-size: 18px;
  color: white;
  text-decoration: none;
  font-weight: 500;
  margin-left: 40px;
  padding: 3px;
  transition: .3s;
}

.topnavbar a:hover{
  color: #BC00FE;
}

.container{


top: 500px;
}
.home{
  height: 100vh;
  display: flex;
  align-items: center;
  padding: 0 10%;
  gap: 10rem;
  z-index: -1;
}

.home-content{
  max-width: 600px;


}


.home-content h1{
  transform: translateY(-5px);
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 5px;
}

.animation{
  display: inline-block;
  font-size: 10em;
}

.text{
  transform: translateY(-30px);
  font-size: 30px;
  letter-spacing: 2px;
  border-right: 5px solid;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  animation: typing 2s steps(15),
             cursor .4s step-end infinite alternate;
}

@keyframes cursor{
  50%{ border-color: transparent;}
}

@keyframes typing{
  from{width: 0;}
}

.home-content p{
  transform: translateY(-65px);
  font-size: 18px;
  line-height: 25px;
  padding: 0;
  font-weight: 400;
  max-width: 100%;
}

.home-content .button-box{
  transform: translateY(-35px);
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  width: 345px;
  height: 50px;
  
}

.button-box a{
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 100%;
  background: black;
  border: 2px solid black;
  border-radius: 8px;
  font-size: 19px;
  color: white;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
  z-index: 1;
  overflow: hidden;
  transition: .5s;
}

.button-box a:nth-child(1){
  background: transparent;
  color: white;
}

.button-box a::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: black;
  z-index: -1;
  transition: .5s;
}

.button-box a:hover::before{
  width: 100%;
}

.home-icon{
  position: absolute;
  bottom: 40px;
  width: 170px;
  justify-content: space-between;
}

.home-icon a{
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 2px solid black;
  border-radius: 50%;
  font-size: 20px;
  color: white;
  text-decoration: none;
  z-index: 1;
  overflow: hidden;
  transition: .5s;

}

.home-icon a::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: black;
  z-index: -1;
  transition: .5s;
}

.home-icon a:hover::before{
  width: 100%;
}

.home-img{
  width:510px;
  height: 510px;
  position: relative;
  border-radius: 50%;
  box-shadow: 0 0 25px var(--main-color);
  cursor: pointer; 
}

.glowing-circle{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.glowing-circle::after{
  content: '';
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  
}

.image{
  position: relative;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  z-index: 1;
}

.image img{
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 450px;
  object-fit: cover;
  box-shadow: 0 0 25px var(--main-color);
  cursor: pointer;
  border: 10px solid #1B02A3;
  
}

#me{
  width: 1000px;
  border-radius: 50%;
  box-shadow: 0 0 25px var(--main-color);
  cursor: pointer;
}

#aboutmecontent{
  
  padding: 80px 0;
  color: white;
}

.row{
  display: flex;
  justify-content:space-between;

}

.about-col-1{
  padding: 150px 0 0 0;
  flex-basis: 35%;
 
}

.about-col-1 img{
  width: 100%;
  margin-left: 20px;
  border-radius: 15px;
}

#me2{
  width: 80%;
  margin-top: 80px;
  border-radius: 50%;
}

.about-col-2{
  margin-top: 50px;
  flex-basis: 60%;
  justify-content: start;
  
}

.about-col-2 h2{
  font-family: "Tahoma" bold;
  padding-top: 50px;
  font-size: 70px;
  font-weight: 600;
  color: white;
  margin: 0;
}

.about-col-2 p{
  font-family: "Poppins" bold;
  margin-top: 40px;
  width: 90%;
  line-height: 1.3;
  padding: 0 2px 0 0;
  font-size: 18px;
  text-align: justify;
  word-spacing: 0;
}

.tabs{

  width: 80%;
  transform: translateY(-30px);
  display: flex;
  justify-content: space-between;
  margin: 0  400px 40px 0px;

}

.tabs a{
  text-decoration: none;
}

.tab-links{
  
  font-family: "Garamond" bold;
  font-size: 15px;
  font-family: "serif";
  font-weight: 200;
  cursor: pointer;
  position: relative;
}

.tab-links::after{
  content: '';
  width: 0;
  height: 3px;
  background: red;
  position: absolute;
  left: 0;
  bottom: -8px;
  transition: .5s;
}

.tab-links.active-link::after{
  width: 40%;

}

.tab-con{
 
  transform: translateY(-30px);
}

.tab-con ul li{
  
  margin: 10px 20px;

}

.tab-con ul li span{
  font-size: 18px;
  font-weight: 200;
  font-family: 'Poppins' bold;
  margin-bottom: 50px;
}

.tab-con{
  display: none;
}

.tab-con.active-tab{
  display: block;
}

#projects{
  
  margin-top: 50px;
  padding: 150px 0 0 0;
}

.projectcon h2{

  font-family: "Tahoma" bold;
  transform: translateY(-50px);
  margin-bottom: 20px;
  margin-top: 3px;
  font-size: 70px;
  font-weight: 600;
}

.projectcon h2{
  font-family: "Tahoma" bold;
  font-size: 70px;
  font-weight: 600;
  text-align: center;
  justify-content: center;
}

.work-list{
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
  transform: translateY(-30px);
  grid-gap: 40px;
  margin-top: 40px;
  margin: 0 50px 0 50px;
}

.work{
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.work img{
  width: 100%;  
  border-radius: 15px;
  display: block;
  transition: transform .5s;
}

.layer{
  width: 100%;
  height: 0;
  background: linear-gradient(rgba(0,0,0,0.6), #ff004f);
  border-radius: 10px;
  position: absolute;
  left: 0;
  bottom: 0; 
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 40px;
  text-align: center;
  font-size: 14px;
  transition: height 0.5s;
}

.layer h3{
  font-family: "Poppins" bold;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  justify-content: center;
  text-align: center;
}

.layer p{
  font-family: "Poppins" bold;
  justify-content: center;
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 200;
}

.layer a{
  margin-top: 20px;
  color: #ff004f;
  text-decoration: none;
  font-size: 18px;
  line-height: 60px;
  background: white;
  width: 60px;
  height: 60px;
  border-radius: 50% ;
  text-align: center;
}

.work:hover img{
  transform: scale(1.1);

}

.work:hover .layer{
  height: 100%;
}

.con-left,
.con-right{
  margin: 0 20px;
 flex: 1;


}

.roww {
  display: flex;
  justify-content: space-between;

  }

#contactme h2{
font-family: "Tahoma";
text-align: center;
margin-top: 10;
font-size: 70px;
font-weight: 600;
padding-top: 100px;
}
.con-right{
  margin-top: 70px;

}

.con-left {
  margin-top: 40px;
}

#pa1{
  margin-left: 50px;
  margin-top: 30px;
  font-family: "Georgia" bold;
  font-size: 18px;
  text-align: justify;
  justify-content: center;
  font-weight: 200;
  color: white;
  width: 80%;
  padding: 0 5px 0 0;
}
 
#icon1 {
  margin-left: 50px;
  font-family: "Poppins" bold;
  font-size: 14px;
  font-weight: 100;
  margin-top: 7px;
  line-height: 2px;
}

#icon2{  
  margin-left: 50px;
  font-family: "Garamond" bold;
  font-size: 14px;
  font-weight: 100;
  margin-top: 10px;
}

.con-left p{
  
  margin-left: 30px;
  margin-top: 60px;

}

.con-left p i{
  color: black;
  margin-right: 15px;
  font-size: 20px;
}

.social-icons{
  margin-top: 30px;
  margin-left: 50px;
}

.social-icons a{
  text-decoration: none;
  font-size: 30px;
  margin-right: 15px;
  color: white;
  display: inline-block;
  transition: transform .5s;
}

.social-icons a:hover{
  color: black;
  transform: translateY(-5px);

}

.con-right{
  width: 100%;
  margin-top: 30px;
align-items: center;

}

.sbtn {
  font-family: Georgia, 'Times New Roman', Times, serif bold;
  padding: 12px 20px;
  height: 50px;
  width: 150px; 
  cursor: pointer; 
  color: white;
  width: 150px;
  background: black;
  border: 2px solid black;
  border-radius: 10px;
  font-size: 15px;
  text-decoration: none;
  font-weight: 400;
  justify-content: center;
  align-items: center;
  letter-spacing:2px;
  background: transparent;
  z-index: 1;
  transition: color 0.5s linear;
  position: relative;
  overflow: hidden;
}



.sbtn::before{
   content: '';
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background: black;
   z-index: -1;
   transition: transform .4s;
   transform-origin: 0 0;
   transition-timing-function: cubic-bezier(0.5,1.6,0.4,0.7);
   transform: scaleX(0);

}

.sbtn:hover::before{
  transform: scaleX(1);
}


form input,form textarea{
  width: 90%;
  border: 0;
  outline: none;
  background: lavenderblush;
  padding: 15px;
  margin: 15px 0;
  color: black;
  font-size: 18px;
  border-radius: 6px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-weight: 400;
  
}

#aboutme,#projects,#contactme{
  
  min-height: 800px;


}

.footer{
  width: 100%;
 
}


section{
  width: 100%;
}


#footercopyright{
  width: 100%;
  background-color: transparent;
  padding: 20px;
  text-align: center;
}

.designer{
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0px 5px;
}


