* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body{
    width: 100%;
    margin-left: 100px;
    margin-right: 100px ;
    height: 90vh;
    display: -ms-grid; 
    align-self: start; 
    background-color: rgba(209, 215, 217, 0.98); 
    background: papayawhip;

  }
  
  #logo{
    margin-top: 10px;
    width: 50px;
  }
  
  .navbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 50px;
    color: antiquewhite;
    margin-top: 5px;
    border-radius: 10px;
    background-color: burlywood;
}

.menu-div {
    display: flex;
    float: right;
    flex-direction: row;
    text-align: right;
    gap: 60px;
    margin-left: 760px;
    margin-top: 10px;
   
}
  
  a{
    transition: 100ms ease-in-out;
    text-decoration: dotted;
    color: #0a0808;
  }
  
  a:hover{
    color: rgb(132, 132, 132);
    cursor: pointer;
  }
  
  .main-div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 150px;
  }
  .sub-div {
    display: flex;
    flex-direction: row;
  }
  .navColor {
    background-color: #ffffff;
  }
  
/* #form-control{
    width: 500px;
    height: 300px;
}
#exampleFormControlInput1{
   font-family: fantasy;
   font-size: medium;
}
.form-label{
   font-family: fantasy;
   font-size: large;
} */

  .button-style1{
    background-color: #2e2e2e;
    border: none;
    border-radius: 15px;
    width: 160px;
    height: 53px;
    font-family: "Figtree";
    font-style: bold;
    font-weight: 430;
    font-size: 18px;
    color: #706d6d;
    transition: 150ms ease-in;
  }
  
  .button-style2{
    border: solid 2px #2e2e2e;
    border-radius: 15px;
    width: 150px;
    height: 43px;
    font-family: "Figtree";
    font-style: bold;
    font-weight: 430;
    font-size: 18px;
    color: #2e2e2e;
    transition: 150ms ease-in;
  }
  
  .button-style1:hover{
    background-color: rgb(97, 97, 97);
    cursor: pointer;
  }
  
  .button-style2:hover{
    border-color: rgb(97, 97, 97);
    color: rgb(132, 132, 132);
    cursor: pointer;
  }
  
  .introtext {
    width: 800px;
    height: 250px;
    color: #0e0e0e;
    font-family: "syne";
    font-size: 45px;
    font-style: bold;
    font-weight: 550;
    line-height: normal;
  }
  
  .bodytext {
    margin-top: 110px;
    width: 600px;
    height: 100px;
    color: #5b5f62;
    font-family: "Helvetica Neue";
    font-size: 20px;
    font-weight: 350;
  }
  
  .content-div {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .centre-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  
  .body-align {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-left: 430px;
  }
  
  
  
  .project-cards {
    display: flex;
    flex-direction: column;
  }
  
  .line1 {
    display: flex;
    flex-direction: row;
    gap: 100px;
  }
  .line2 {
    display: flex;
    flex-direction: row;
    gap: 100px;
    margin-top: 80px;
  }
  
  .card1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-color: rgb(255, 255, 255);
    border-radius: 20px;
    width: 339px;
    height: 295px;
  }
  
  #available{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    margin-bottom: 20px;
    font-family: "Figtree";
    font-weight: 350;
    font-size: 15px;
    width: 155px;
    height: 24px;
    background-color: #e2e2e2;
    gap: 8px;
  }
  
  #online-status {
    width: 10px;
    height: 10px;
    background-color: #52D157;
    border-radius:50%;
  }
  
  img{
    width: 500px;
    margin-top: -500px;
    margin-bottom: 15px;
    margin-right: 200px;
    border-radius: 20%;
    background-blend-mode: color;

  }
  
  #buttons{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 32px;
  }
  
  #work-list{
    margin-top: 150px;
    display: flex;
    flex-direction: column;
  }
  
  #works-preview{
    display: flex;
    flex-direction: row;
    gap: 15px;
  }
  
  #work-content{
    width: 600px;
    height: 450px;
    border-radius: 30px;
    position: relative;
    top: 0;
    transition: top ease 0.5s;
  }
  
  #work-content:hover{
    top: -10px;
    cursor: pointer;
  }
  
  #work{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 55px;
  }
  
  #work-title{
    cursor: pointer;
    font-family: "Figtree";
    font-size: 28px;
    font-weight: 500;
  }
  
  #work-desc{
    margin-top: 5px;
    font-family: "Figtree";
    font-size: 15px;
    font-weight: 350;
    color: #555555;
  }
  
  #All-works{
    margin-left: -160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  #large-display{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: -80px;
    margin-top: 90px;
  }
  
  #work-content-large{
    width: 1190px;
    height: 800px;
    border-radius: 30px;
    position: relative;
    top: 0;
    transition: top ease 0.5s;
  }
  
  #work-content-large:hover{
    top: -10px;
    cursor: pointer;
  }
  
  #arrow-down{
    width: 80px;
    position: relative;
    transition: ease-in-out 200ms;
  }
  
  #arrow-down:hover{
    rotate: -40deg;
    transform: scale(1.3);
  }
  
  #work-list-title{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    font-family: "Syne";
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 70px;
  }

  /* #contact{
    margin-top: 300px;
    width: 30%;
  } */
/* .mb-3 {
    margin-bottom: 1rem !important;
    display:contents;
} */

/* ===== CONTACT =====*/
/* .contact__input { */
  width: 50%;
  font-size: var(--normal-font-size);
  font-weight: var(--font-semi);
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1.5px solid var(--normal-font-size);
  outline: none;
  margin-bottom: var(--normal-font-size);
}
/* .contact__button { */
  display: block;
  border: none;
  outline: none;
  font-size: var(--normal-font-size);
  cursor: pointer;
  margin-left: auto;
}
/* section { */
    padding: 2rem;
    margin: 2rem 0;
}
