body {
  padding: 0px;
  margin: 0px;
   font-family: "Space Grotesk", sans-serif;
}
.one{
    background: linear-gradient(45deg, rgb(31, 33, 90), rgb(195, 130, 220));
   
}
.naVbar {
  display: flex;
  
  justify-content: space-between;
  align-items: center;
  
}
.title {
  font-size: 22px;
  color: white;
}
.left {
  display: flex;
  gap: 30px;
  height: 80px;
  align-items: center;
  margin: 25px;
  margin-left: 100px;
}
.img_1 {
  width: 50px;
  height: 50px;
}
.right {
  display: flex;
  list-style: none;
  font-size: 18px;
  color: white;
  align-items: center;
  margin: 25px;
  height: 80px;
  gap: 40px;
}
.button {
  display: flex;
  align-items: center;
  margin: 25px;
  height: 80px;
  gap: 20px;
  margin-right: 100px;
}
.bb{
      background: transparent;
      border: 2px solid white;
      color: white;
      border-radius: 8px;
      padding: 10px 20px;
      font-size: 16px;
      cursor: pointer;
}
.detail{
    color:rgb(239,109,88);
    margin: 25px;
    margin-left: 100px;
    font-size: 18px;
    
}
.big_title{
    color: white;
    width: 400px;
    font-weight: bold;
    font-size: 40px;
    height: 60px;
}
.small_title{
    
    color: white;
    width: 400px;
}
.first_title{
    height: 5px;
}
.button1{
    margin-top: 50px;
    height: 45px;
    width: 130px;
    font-size: 15px;
    font-weight: 80;
    color: white;
    background-color:rgb(239,109,88);
    border-radius: 8px;
}
.button2{
    color: white;
    margin-left: 60px;
    text-decoration: none;
}
.detail_profile{
    display: flex;
    justify-content: space-between;
}
.profile{
    width: 500px;
    height: 600px;
    padding-right: 40px;
}
.social{
    display: flex;
    gap: 40px;
    margin-left: 180px;
    margin-top: 15px;
}

.exprense_title1{
    font-size: 40px;
    font-weight: bold;
    height: 100px;
    margin-top: 10px;
}
.ex_title
{
    margin-left: 550px;
    height: 100px;
}
.exp_img{
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    margin-left: 55px;
    margin-right: 55px;
}
#pic1{
    width: 75px;
    height: 35px;
}
.big_pic{
     background: linear-gradient(45deg, rgb(13, 14, 66), rgb(65, 17, 84));
     display: flex;
     justify-content: space-around;
}
.big_pic1{
    margin: 100px;
    width: 600px;
    height: 500px;
}
.info{
    color: white;
    margin-right: 200px;
    margin-top: 200px;
    font-weight: bold;
}
.five{
    font-size: 45px;
    height: 30px;
}
.portfolio_txt1{
    margin-left:600px;
    font-size: 20px;
}
.portfolio_txt2{
    margin-left: 550px;
    font-size: 40px;
}
.list_img{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-left: 170px;
}
.list_img1 {
    width: 470px;
    height: 416px;
    background-image: url("./resources/Bitmap.png");
    background-size: cover;
    position: relative;
}
.img1{
    position: absolute;
    bottom: 0;
    margin: 25px;
   
}
.img1_title{
    color: white;
    font-size: 40px;
}
.img_img1
{
    width: 80px;
    height: 30px;
    border-radius: 8px;
    font-size: 15px;
}
.list_img2 {
    width: 670px;
    height: 416px;
    background-image: url("./resources/Bitmap-1.png");
    background-size: cover;
    position: relative;
}
.img2{
    position: absolute;
    bottom: 0;
    margin: 25px;
   
}
.img2_title{
    color: white;
    font-size: 40px;
}
.img_img2
{
    width: 80px;
    height: 30px;
    border-radius: 8px;
    font-size: 15px;
}
.list_img3 {
    width: 670px;
    height: 416px;
    background-image: url("./resources/Bitmap-2.png");
    background-size: cover;
    position: relative;
}
.img3{
    position: absolute;
    bottom: 0;
    margin: 25px;
   
}
.img3_title{
    color: white;
    font-size: 40px;
}
.img_img3
{
    width: 100px;
    height: 30px;
    border-radius: 8px;
    font-size: 15px;
}

.list_img4 {
    width: 470px;
    height: 416px;
    background-image: url("./resources/Bitmap-3.png");
    background-size: cover;
    position: relative;
}
.img4{
    position: absolute;
    bottom: 0;
    margin: 25px;
   
}
.img4_title{
    color: white;
    font-size: 40px;
}
.img_img4
{
    width: 100px;
    height: 30px;
    border-radius: 8px;
    font-size: 15px;
}