body{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.nav{
    position: sticky;
    top: 0;
    width: 1230px;
    padding: 16px 0;
    /* margin: 0px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid lightgray;
    /* border: 1px solid rgb(216, 210, 210); */
    background-color: white;
    height: 80px;

}
.logo{
    padding: 10px;
    padding-top: 60px;
}

.search-btn{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 110%;
    padding: 2px 2px ;
    border: 1px solid gainsboro;
    border-radius: 30px;
}
.t1{
    color: red;
    /* border: 1px solid gray; */
    margin-right: 48px;
    font-weight: bold;
    color: black;
    padding: 1px 10px;
}
.t2{
    margin-right: 40px;
    font-weight: bold;
}
.t3{
    color: gray;
}

.search-bar svg{
    color: rgb(255, 255, 255);
    background-color: rgb(214, 60, 60);
    width: 20px;
    padding: 10px 5px;
    margin: 10px;
    border-radius: 25px;

    
}

.card{
    width:280px;
    /* border: 1px solid lightgray; */
    /* border-radius: 14px; */
    /* padding: 5px; */
    height: fit-content;
}
.card-img{
    width: 100%;
    border-radius: 14px;
    height: 43vh;
}
.parent{
    display: flex;
    gap:20px;
    justify-content: center;
    flex-wrap: wrap;
    padding: 50px 10px;
}
.card-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 90px;
    padding: 10px 5px;
}
.item h3 { 
    font-size: 16px;
    font-weight: 500;
    font-size: medium;
     margin: 2px;
  } 
  
.text h3 {
    margin: 0;
    font-weight: normal;
  }
  .text .sec-line{
    color: gray;
    font-weight: normal;
    font-size: medium;
  }
 .text .third-line{
    font-size: medium;
 }
  .btn{
    border: 1px solid rgb(40, 28, 28);
    border-radius: 1px;
    padding: 10px 40px;
  }
  .links .link-btn{
    border: 1px solid rgb(137, 130, 130);
    border-radius: 30px;
    padding: 10px;
    /* width: 35%; */
    background-color: white;
    cursor: pointer;
  }
  .link-btn:hover{
    background-color: lightgrey;

  }
  .link{
    text-decoration: none;
    border: 1px transparent;
    padding: 10px;
    border-radius: 20px;
    cursor: pointer;
    color: rgb(72, 70, 70);
    font-weight: normal;
    margin-right: 50px;

  }
  .link:hover{
    background-color: lightgrey;
  }
 .icons{
  width: 1250px;
  display: flex;
  gap: 5px;
  position:sticky;
  top:20%;
  background-color: white;
  /* border: 1px solid red; */
  margin-block-start: 5px;
 }
 
 .icons .me{
  display: flex;
  margin-left: 60px;
  
 }
 .icons-img{
  width: 30px;
  justify-content: center;
  margin-right: 30px;

 }
 p{
  font-size: small;
  color: lightslategray;
  margin-right: 50px;
 }
 .last-btn{
  display: flex;
  /* position: sticky; */
  gap: 20px;
  margin-left: 35%;
  margin-top: 20px;
  border: 1px solid gainsboro;
  border-radius: 18px;
  background-color: rgb(253, 253, 253);
 }
 h4{
  font-weight:600;
 }
 h3{
  color: gray;
  font-weight: lighter;
 }
 .light{
  color: gray;
 }

.end-btn{
  display: flex;
  align-items: center;
  position: fixed;
  /* gap: 15px; */
  margin-left: 44%;
  bottom: 10%;
  border: 1px solid gainsboro;
  border-radius: 90px;
  background-color: black;
  padding: 10px 0px;
  height: 50px;
  
}
.end-btn p{
  color: white;
  margin-left: 20px;
  font-weight: bold;
}
.end-btn svg{
  margin-right: 50px;
  cursor: pointer;
}


.end-btn svg:hover{
  background-color: lightslategray;

}
 