
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  body {
    background-color: #e5e5e5;
  }
  
  .logo {
    display: flex;
    justify-content: space-between;
    padding: 44px 24px 24px 24px;
  }
  
  .logo a {
    text-decoration: none;
  }
  
  .logo h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #6070ff;
    line-height: 29px;
    animation: rotation 1s ease-in-out;
    animation-delay: 2s;
  }
  
  .Hamburger {
    border: none;
    background-color: white;
    border-color: white;
    cursor: pointer;
    width: 100%;
  }
  
  .Hamburger img {
    width: 18px;
  }
  
  .header {
    width: 100%;
    background-color: white;
    border-bottom-left-radius: 70px;
  }
  
  .header-Page {
    background-size: 45%;
    margin: 12px 24px 24px 24px;
    padding-top: 5rem;
  }
  
  .header-Bg {
    display: flex;
    background-image: url(images/header-bg.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    justify-content: center;
    width: 100%;
  }
  
  .header-Page h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #172b4d;
    line-height: 52px;
    margin: 24px 0 24px 0;
    padding-right: 40px;
  }
  
  .header-Page ul {
    display: flex;
    list-style: none;
    width: 100%;
    padding-bottom: 100px;
  }
  
  .header-Page p {
    margin: 24px 0 24px 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #344563;
  }
  
  .header-Page h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #7f8cff;
  }
  
  /* Works Design */
  #portfolio {
    width: 100%;
    display: grid;
    grid-template-columns: 100%;
    padding: 84px 24px 24px 24px;
    gap: 110px;
  }
  
  .card {
    width: 100%;
    padding: 24px;
    background-color: white;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .card h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 32px;
    line-height: 44px;
    color: #172b4d;
  }
  
  .card ul {
    display: flex;
  }
  
  .card li {
    margin-right: 24px;
  }
  
  .img-Div img {
    width: 100%;
  }
  
  .content img {
    padding-right: 9px;
  }
  
  .modalImg img {
    width: 100%;
  }
  
  .img-Div:hover img {
    transform: scale(1.05);
  }
  
  .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  
  .langUl {
    line-height: 5px;
    list-style-type: none;
    color: #6070ff;
    margin: 24px 24px 24px 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
  }
  
  .langUl li {
    border-radius: 10px;
    background-color: #ebebff;
    padding: 12px;
    font-family: Poppins, sans-serif;
    font-size: 12px;
  }
  
  .para {
    letter-spacing: 0.5px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    padding-top: 1rem;
    color: #344563;
  }
  
  .btn-1 {
    background-color: white;
    border: 1px solid #396df2;
    border-radius: 8px;
    padding: 14px;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 550;
    line-height: 24px;
    color: #396df2;
    cursor: pointer;
    text-decoration: none;
  }
  
  .btn-1:hover {
    color: #396df2;
    background: #ebebff;
    border: 2px solid #396df2;
  }
  
  .aboutMe {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: white;
    margin-top: 80px;
    border-top-right-radius: 80px;
  }
  
  .aboutMeContent {
    margin: 24px;
  }
  
  .aboutMeContent h2 {
    padding-top: 100px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    color: #172b4d;
  }
  
  .aboutMeContent p {
    padding-top: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #344563;
    letter-spacing: 0.5px;
  }
  
  .aboutMeContent h4 {
    padding: 14px 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #7f8cff;
  }
  
  .aboutMeContent ul {
    display: flex;
    list-style-type: none;
  }
  
  .skills {
    margin: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
  }
  
  .skills ul {
    list-style-type: none;
  }
  
  .langTitle {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
  }
  
  .langList {
    list-style: none;
    padding: 0;
  }
  
  .langImg {
    width: 48px;
    height: 48px;
  }
  
  .lang {
    background: #f7f7f9;
    display: flex;
    padding: 12px 9px;
    align-items: center;
    gap: 20px;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 20px;
    color: #253858;
    font-family: 'Poppins', sans-serif;
  }
  
  .arrow {
    width: 8px;
  }
  
  .languages p {
    padding: 24px;
  }
  
  /* Contact-Form */
  .contact-Container {
    background-image: url(images/contact-FormBg.png);
    background-position: top right;
    background-position-y: 15px;
    background-repeat: no-repeat;
    background-size: auto;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
    background-color: #6070ff;
    border-top-left-radius: 80px;
    margin-top: 114px;
  }
  
  .contact-Form {
    margin: 94px 24px 24px 24px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .contact-Me {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .contact-Me h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    line-height: 52px;
    font-weight: 750;
  }
  
  .contact-Me p {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #ebebff;
    padding-top: 24px;
  }
  
  .input-Form {
    margin: 20px;
  }
  
  .input-Form label {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 20px;
  }
  
  .input-Form textarea {
    font-family: 'Poppins', sans-serif;
    border-radius: 8px;
    border: none;
    padding: 12px;
    width: 327px;
    height: 170px;
  }
  
  .input-Form input {
    border-radius: 8px;
    width: 327px;
    border: 1px solid #cfd8dc;
    background-color: #fff;
    padding: 12px;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 400;
  }
  
  .button {
    color: #6070ff;
    background-color: #fff;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    padding: 8px;
    border: 1px solid #6070ff;
    border-radius: 6px;
    margin-top: 2px;
  }
  
  .button:hover {
    background-color: #6070ff;
    color: #fff;
    border: none;
    box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.327);
  }
  
  .button:active {
    background-color: #2230d2;
    color: #fff;
  }
  
  .end-Line {
    padding-top: 10px;
  }
  
  .navigation ul,
  #modalContainers {
    display: none;
  }
  
  .alert-Msg {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    padding-top: 12px;
  }
  
  /* Modal Design */
  #modalContainers {
    background-color: rgba(100, 104, 140, 0.499);
    font-family: 'Poppins', sans-serif;
    list-style: none;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(6px);
    padding: 50px 14px 14px 14px;
  }
  
  .modalNavLi a {
    font-size: 35px;
    text-decoration: none;
    color: #67798e;
  }
  
  #modalContainer a {
    text-decoration: none;
  }
  
  .modalNav {
    display: flex;
    flex-direction: row;
    align-items: center;
    list-style: none;
    justify-content: space-between;
    position: relative;
    width: 100%;
  }
  
  .modalHeader {
    padding: 8px 20px 20px 20px;
    background-color: #fff;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    position: relative;
    height: 100%;
    border-radius: 1rem;
  }
  
  #close-btn {
    font-size: 2rem;
    cursor: pointer;
    top: 4%;
    left: 88%;
    right: 0;
  }
  
  .modalHeader h3 {
    font-size: 26px;
    font-weight: 700;
  }
  
  #canopy {
    gap: 30px;
  }
  
  .canopy {
    display: flex;
    flex-direction: row;
    gap: 3px;
    font-size: 13px;
    font-weight: 600;
    color: #7a869a;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 0.3rem;
  }
  
  .modalFooter li {
    border-radius: 10px;
    background-color: #ebebff;
    padding: 6px 12px 6px 12px;
    font-size: 12px;
  }
  
  .canopy li:nth-child(1) {
    font-size: 13px;
    font-weight: 600;
    color: #344563;
    list-style-type: none;
  }
  
  .modalImg {
    padding-top: 5px;
  }
  
  .modalFooter {
    padding-bottom: 2px;
    overflow: hidden;
  }
  
  .modalFooter p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    padding-top: 0.2rem;
    color: #344563;
  }
  
  .modalFooter ul {
    display: flex;
    list-style: none;
    gap: 8px;
    color: #6070ff;
    margin: 5px 0 5px 0;
  }
  
  hr {
    background-color: #ebecf0;
    border: none;
    margin-bottom: 15px;
    padding: 0.5px;
  }
  
  .modal-button {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    gap: 1rem;
    position: relative;
    padding-bottom: 20px;
  }
  
  .modalFooter button {
    width: 100%;
    padding: 7px 25px 7px 25px;
  }
  
  .seeBtn1,
  .seeBtn2 {
    border: 1px solid #6070ff;
    border-radius: 10px;
    padding: 15px;
    font-size: 15px;
    color: #396df2;
    background-color: #fff;
    width: 100%;
    font-weight: 500;
    line-height: 20px;
    position: relative;
  }
  
  .seeBtn1:hover {
    color: #396df2;
    background: #ebebff;
    border: 2px solid #396df2;
  }
  
  .seeBtn2:hover {
    color: #396df2;
    background: #ebebff;
    border: 2px solid #396df2;
  }
  
  @media screen and (max-width: 768px) {
    #cross {
      list-style: none;
      font-size: 32px;
      font-weight: 600;
      line-height: 44px;
      background-color: rgba(56, 74, 235, 0.8);
      backdrop-filter: blur(6px);
      height: 100vh;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      padding: 27px 17px 0 40px;
    }
  
    #cross li {
      padding-bottom: 24px;
    }
  
    #cross a {
      text-decoration: none;
      font-family: 'Poppins', sans-serif;
      color: #fff;
    }
  
    .closeIcon {
      float: right;
      font-size: 52px;
      font-weight: 5;
    }
  
    .navigation {
      width: 100%;
      top: 0%;
      left: 0%;
    }
  
    #modalContainers {
      display: none;
    }
  }
  
  @media screen and (min-width: 768px) {
    .Hamburger,
    .end-Line,
    #modalContainers {
      display: none;
    }
  
    #times {
      display: none;
    }
  
    hr {
      width: 100%;
      margin-top: 9px;
      margin-bottom: 19px;
    }
  
    .modal-button .seeBtn1 {
      display: flex;
      flex-direction: row;
      gap: 10px;
      margin-right: 40px;
      padding-left: 8px;
      padding-right: 8px;
      justify-content: center;
    }
  
    .modal-button .seeBtn2 {
      display: flex;
      flex-direction: row;
      justify-content: center;
      gap: 15px;
      margin-right: 40px;
      padding-left: 10px;
      padding-right: 10px;
    }
  
    .modal-button a {
      text-decoration: none;
    }
  
    #cross {
      display: flex;
      flex-direction: row;
    }
  
    .navigation #cross {
      display: flex;
    }
  
    .navigation a {
      color: #344563;
      font-size: 15px;
      font-weight: 500;
      font-family: 'Poppins', sans-serif;
      padding: 8px;
      line-height: 20px;
    }
  
    .logo {
      padding-left: 140px;
      padding-right: 140px;
      align-items: baseline;
      justify-content: space-between;
      background-color: #fff;
      position: fixed;
      width: 100%;
    }
  
    .navigation ul {
      display: flex;
      flex-direction: row;
      text-decoration: none;
    }
  
    .navigation li {
      list-style: none;
    }
  
    .header-Bg {
      display: flex;
      background-image: url(images/header-bgDsk.png);
      background-position: top left;
      background-repeat: no-repeat;
      width: 100%;
      background-size: contain;
      background-position-y: 95px;
      background-position-x: 10px;
      overflow: hidden;
    }
  
    .header-Page {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      width: 50%;
    }
  
    .header-Page p {
      font-size: 20px;
      line-height: 28px;
      margin-top: -12px;
    }
  
    .header-Page h1 {
      padding-top: 120px;
      font-size: 48px;
      line-height: 60px;
    }
  
    .card {
      flex-direction: row;
      padding: 24px;
      gap: 54px;
      width: 100%;
      cursor: pointer;
    }
  
    .card:hover {
      border: 2px solid #a7aeff;
      box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.082);
    }
  
    #portfolio {
      padding: 100px 100px 0 100px;
      display: flex;
      flex-direction: column;
    }
  
    #portfolio .card:nth-child(even) {
      flex-direction: row-reverse;
      justify-content: flex-end;
      align-items: flex-start;
    }
  
    #portfolio .card:nth-child(odd) {
      align-items: flex-start;
    }
  
    .aboutMe-Container {
      display: flex;
      align-items: baseline;
      justify-content: space-between;
      padding: 0 80px 0 80px;
      width: 100%;
    }
  
    .aboutMeContent {
      width: 40%;
    }
  
    .languages {
      width: 60%;
    }
  
    .langList {
      display: flex;
      flex-direction: row;
      gap: 24px;
    }
  
    .lang {
      border-radius: 7px;
      flex-direction: column;
      padding-right: 30px;
      align-items: flex-start;
    }
  
    .skills {
      padding-right: 80px;
      width: 100%;
      margin-bottom: 18px;
      list-style-type: none;
    }
  
    .contact-Me p {
      width: 40%;
    }
  
    .input-Form textarea {
      border-radius: 0;
    }
  
    .input-Form input {
      border-radius: 0;
    }
  
    .contact-Container {
      background-image: url(images/contact-formBackground.png);
      background-position: top left;
      background-repeat: no-repeat;
      background-size: contain;
      overflow: hidden;
      width: 100%;
      background-position-y: 80px;
    }
  
    .btn-Form {
      justify-content: center;
    }
  
    .img-Div {
      width: 60%;
      margin: 0;
      padding: 0;
    }
  
    /* Modal */
    .modalFooter {
      display: flex;
      flex-direction: row;
      padding-top: 12px;
      gap: 20px;
    }
  
    #modalContainers {
      padding-left: 74px;
      padding-right: 74px;
      padding-top: 44px;
      position: fixed;
      width: 100%;
      overflow: hidden;
    }
  
    .modalHeader {
      top: 0;
      padding: 24px;
      overflow-y: auto;
      border-radius: 40px;
      border-radius: 45px;
    }
  
    .canopy .canopyLi1 {
      font-size: 16px;
      font-weight: 600;
      color: #344563;
      list-style: none;
    }
  
    .modalImg {
      width: 100%;
    }
  
    .modalImg img {
      max-width: 100%;
      height: 600px;
      object-fit: fill;
    }
  
    .content {
      width: 70%;
    }
  
    .modalFooter p {
      width: 60%;
    }
  
    .modal-info {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      width: 30%;
    }
  }
  
  @keyframes rotation {
    from {
      transform: rotate(0deg);
    }
  
    to {
      transform: rotate(360deg);
    }
  }