*{
  
    font-family: 'Poppins', sans-serif;
}
body{
  background-color:black !important;
  
}

.nav-link{
    font-size: 16px;
    margin: 3px;
    color: #ffff;
    font-weight: 500;
}
.navbar-nav{
    text-align: center;
    margin-right: 20px;
    padding: 0% 2%;
    
}

.menu-bar li{
    float: right;
    word-spacing: 5px;
}
.navbar-collapse{
    justify-content: end;
}

.navbar img{
    width: 100%;
    height: 80px;
    padding-left: 60px;
    
}
.nav-item{
    padding: 10px 10px 10px 10px;
}
.nav-item a{
    color: aliceblue;
    font-size: 20px;
    word-spacing: 5px;
}
.nav-link:hover {
    font-weight: 600;

    color:#D5B238!important;
    
}
.defcontainer-1{
    padding:5%;
    display:flex;
    justify-content:space-between;
}
p{
    color: white;
    font-size: 19px;
    padding-top: 10px;
}
h1{
    color: white;
    left: 60px;
}


h5{
    padding-top: 30px;
}
.icons img{
    height: 35px;
}
.connect{
  color: #FCE8E6;
}
.social{
  background-color: #000;
  padding-right: 20px;
  padding-top: 20px;
}

.profile-pic{
    position: absolute;
    width: 400px;
    height: 500px;
    left: 900px;
    top: 140px;
  
    background: url(.jpg), black;
  }
  
  .g-37{
    position: absolute;
    width: 105px;
    height: 105px;
    left: 918px;
    top: 139px;
  }
  
  .g-38{
    position: absolute;
    width: 105px;
    height: 105px;
    left: 1173px;
    top: 575px;
    color:#D4B238
  
  }
  
  .Rectangle{
    position: absolute;
  width: 356px;
  height: 561px;
  left: 1012px;
  top: 70px;
  padding-top:60px;
  
  color: #D4B238;
  
  
  }
  
  .Ellipse-1959{
    position: absolute;
  width: 54.44px;
  height: 54.44px;
  left: 80px;
  top: 10001px;
  
  background: #D5B238;
    
  }
  
  .vector{
  position: absolute;
  left: 19.53%;
  right: 18.37%;
  top: 14.78%;
  bottom: 14.98%;
  
  background: #D5B238;
  }

  .arrow{
    position: absolute;
    left: 50.82%;
    right: 20.74%;
    top: 95.5%;
    bottom: 33.32%;
    width: 47.33;
    height:23.64
    color #FFFFFF;
  }
  

  .about{

    padding-left: 60px;
    padding-top: 100px;
    
    
    
    
    font-size: 1000px;

  }
  
  .tagline{
    
    font-size: 30px;

    color: #FFFFFF;
  }
  .cont{
    line-height: 37px;
  }

  

  
  .circle{
    width: 540px;
    height: 540px;
    padding-top: 20px;
    padding-right: 70px;

    color: #D7D033;
    
  }
  .s2{
    
    display: flex;
    justify-content: space-around;
    padding:40px;
    

  }

  .cerifications{
    margin:1% 2% !important;
  }

  .cert{
    
    padding-left:60px;
    padding-top: 105.67px;
    color:#D4B238;
    
  }

  .card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 40%;
  }
  
  .card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  }
  
  .container {
    padding: 2px 16px;
  }

  .w3-container{
    display:flex;
    flex-wrap: wrap;
    flex-basis: 11%;
  }
  .w3-card-4{
    margin: 2% 2%;
    align-self: hover;
    box-shadow:6px 5px 15px darkgoldenrod;
  
  }
  .card-1{
    margin: 2% 2%;
    align-self: hover;
    background: #D5B238!important;
  }

.reference a {
  text-decoration:none;
  color:white;
  width: 20rem;
    height: 21rem;
}
 
.reference a:hover{
  font-size: 20px;
  color:#D5B238;
  text-decoration: none;
  width: 20rem;
    height: 21rem;

}

/**/

.projects{
  margin:7% 2%;
}

.box-container{
  margin:2% 0 ;
}
.heading{
  padding-left: 30px;
}

.projects .box-container{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(27rem, 1fr));
  gap:2rem;
}

.projects .box-container .box{
  height: 25rem;
  border-radius: .5rem;
  overflow:hidden;
  box-shadow: var(--box-shadow);
  position: relative;

  border:1rem solid transparent;
}

.projects .box-container .box img{
  height: 100%;
  width: 100%;
  object-fit:fill;
}


.projects .box-container .box .content{
  position: absolute;
  top:0; left: 0;
  height: 100%;
  width: 100%;
  background: #D4B238;
  color:white;
  display: grid;
  place-items: center;
  transform: scale(0);
}


.projects .box-container .box:hover .content{
  transform: scale(1);
  transition:.5s;
}

.projects .box-container .box .content h3{
  font-size: 2.5rem;
  
  text-transform: uppercase;
  transform: translateY(-5rem);
  opacity: 3;
  transition-delay: 0s;
  background-color: #D4B238;
}
.projects .box-container .box .content p{
  background-color: #D4B238;
  color: #000;
  text-align: center;
}

.projects .box-container .box:hover .content h3{
  transform: translateY(0rem);
  opacity: 3;
}

/**/
/*skilled in section*/

.skill{
    padding: 5%;
    width: 100%;
    height: 750px;
}
.skill-logo{
  display: flex;
  flex-direction: row;
}
.skill-img{
  padding: 25px;
}

.skill-img:hover{
  transform: translateY(-5px) scale(1.005) translateZ(0);
  box-shadow: 0 24px 36px rgba(0,0,0,0.11), 0 24px 46px var(--box-shadow-color);
  border:4px solid darkgoldenrod;
  border-radius: 5px;

}

.front{
  padding: 20px;
  font-family:'Poppins', sans-serif;
}
.FE{
  margin: 50px;
  width: 1000px;
  height: 300px;
  background-color: white;
  border-radius: 20px;
}

/* edu */
.journ{
  font-size: 40px;
}
.E_E{
  padding:5%
}
.edu{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 50px;
}
.edu1{
  background-color: white;
  border-radius: 10px;
  width: 480px;
  height: 220px;
}

.edu1:hover{
  transform: translateY(-5px) scale(1.005) translateZ(0);
  box-shadow: 0 24px 36px rgba(0,0,0,0.11), 0 24px 46px var(--box-shadow-color);
  border:4px solid darkgoldenrod;
  border-radius: 5px;

}
.edu2{
  background-color: white;
  border-radius: 10px;
  width: 480px;
  height: 220px;
}

.edu2:hover{
  transform: translateY(-5px) scale(1.005) translateZ(0);
  box-shadow: 0 24px 36px rgba(0,0,0,0.11), 0 24px 46px var(--box-shadow-color);
  border:4px solid darkgoldenrod;
  border-radius: 5px;

}
.edu img{
  padding-left:20px;
}
.edu td{
  font-size: 15px;
  padding-left: 20px;
}

.work{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 50px;
}
.work1{
  background-color: white;
  border-radius: 10px;
  width: 480px;
  height: 220px;
}

.work1:hover{
  transform: translateY(-5px) scale(1.005) translateZ(0);
  box-shadow: 0 24px 36px rgba(0,0,0,0.11), 0 24px 46px var(--box-shadow-color);
  border:4px solid darkgoldenrod;
  border-radius: 5px;

}

.work2{
  background-color: white;
  border-radius: 10px;
  width: 480px;
  height: 220px;
}

.work2:hover{
  transform: translateY(-5px) scale(1.005) translateZ(0);
  box-shadow: 0 24px 36px rgba(0,0,0,0.11), 0 24px 46px var(--box-shadow-color);
  border:4px solid darkgoldenrod;
  border-radius: 5px;

}
.work img{
  padding-left:20px;
}
.work td{
  font-size: 15px;
  padding-left: 20px;
}


/*skilled in section end*/

.journey{
  margin:3% 5%;
}

.educol2{
  background: radial-gradient(51.33% 49.78% at 49.47% 44.58%, #FDFDFD 0%, #FCE8E6 100%);

  
border-radius: 1px white;
border-radius: 10px;
  margin-bottom: 5%;
   margin-right: 3%;
  margin-left: 2%;
  width: 50%;
  transition: 0.5s;
  height: 300px;
  padding: 10px 12px;
  box-sizing: border-box;
 
}
.row2{
 
  display: flex;
  border-radius: 10px;

  margin: 3% 10%;
  width: 1000px;
  justify-content: space-between;
 
}



.resume h3{
  color: #D5B238;
  font-size: 24px;
}
.contact{
  margin: 20% 5%;
  display: flex;
  justify-content: space-around;
}
.contact button{
  border: 1px solid #D5B238;
  padding: 10px;
  margin: 3% 0;
  border-radius: 10px;
}
.form h3{
 color: #D5B238;
 font-size: 24px;
}
.form-part2{
  display: flex;
}
.formtext input{
  border: 1px solid #D5B238;
  margin: 18% 5%;
  background: transparent;
  color: white;
  width: 300px;
  height: 50px;
}
.logo img{
  margin: 21% 2%;
}
.row1{
  display: flex;
  margin: 3% 10%;
  width: 1000px;
  border-radius: 10px;
  justify-content: space-between;
}





































  
  

  
  