@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;

  /* color: #fff; */
  list-style: none;
}

body {
  max-width: 100%;
  min-height: 100vh;
  background-color: #e5e5e5;
}

header {
  background-color: #fff;
}

.hambuger {
  display: flex;
  flex-direction: column;
}

.mobile-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.2s ease-in-out;
  height: 1317%;
  background-color: rgba(41, 58, 208, 0.8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display: none;
}

.mobile-nav li {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 70px;
  margin-left: 70px;
  align-items: center;
  color: #fff;
}

.nav-toggle {
  display: flex;
  flex-direction: column;
}

.close-btn {
  color: #fff;
  font-size: 34px;
  padding: 0 7px;
  float: right;
  margin-left: 85%;
  font-family: "poppins", sans-serif;
}

.bar {
  display: block;
  width: 34px;
  height: 3px;
  background-color: #163ae3;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav-bar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
}

.logo {
  display: flex;
  justify-content: flex-start;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #6070ff;
  text-decoration: none;
  margin-top: 15px;
  animation: logo 1 5s;
}

@keyframes logo {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(360deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}

.work-container {
  /* Define the initial styles */
  transition: transform 3.3s ease, box-shadow 0.3s ease;
}

.work-container:hover {
  /* Define the styles when hovering */
  transform: scale(1.05); /* Increase the size by 5% */
  box-shadow: 0 50px 50px rgba(0, 0, 0, 0.2); /* Add a shadow */
  cursor: pointer;
  border-color: #01f;
}

.logo {
  animation: logo 10s linear infinite;
}



.animate
{
   text-transform: uppercase;
   background-image: linear-gradient( -225deg, #6070ff 0%, #44107a 29%, #ff1361 67%, #fff800 100% );
   background-size: auto auto;
   background-clip: border-box;
   background-size: 200% auto;
   color: #fff;
   background-clip: text;
   text-fill-color: transparent;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   animation: textclip 2s linear infinite;
   display: inline-block;
   font-weight: 900;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

.for-logo a {
  width: 76px;
  height: 20px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #6070ff;
  text-decoration: none;
  margin-top: -40px;
}

.pics {
  border-bottom-left-radius: 80px;
  background-image: url("img/header-shapes\ mobile@2x.svg");
  background-repeat: no-repeat;
  padding: 5rem 1.25rem 15rem;
  background-color: #fff;
  background-position-x: 100%;
}

.intro {
  display: flex;
  flex-direction: column;
  gap: 1em;
  width: 100%;
  padding: 0.6em;
}

p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #344563;
}

h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  display: flex;
  align-items: center;
  color: #172b4d;
  font-style: normal;
}

.connect {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 3%;
}

.connect a {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #7f8cff;
  text-decoration: none;
}

.connect ul li a {
  text-decoration: none;
  display: block;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #7f8cff;
  height: 24px;
  flex: none;
}

.social-icons {
  display: flex;
  gap: 23px;
}

.social-icons img {
  height: 20px;
  width: 20px;
}

.social-icons li {
  list-style: none;
  transition: all 0.3s ease-in-out;
}

.grid {
  background-color: #e5e5e5;
  display: flex;
  gap: 24px;
  flex-direction: column;
  align-items: center;
}

.work-card {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 375px;
  margin-left: 25px;
  gap: 24px;
  border: 1px solid #dfe1e6;
  border-radius: 16px;
  padding: 16px;
  margin-top: 100px;
  background-color: #fff;
}

.work-card:nth-of-type(2),
.work-card:nth-of-type(3),
.work-card:nth-of-type(4) {
  margin-top: 85px;
  border-radius: 20px;
}

.work-card img {
  width: 295px;
  height: 220px;
  background: url(blog_drbl_4x.png);
  border-radius: 8px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

h2 {
  height: 150px;
  width: 327px;
  left: 24px;
  top: 114px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  color: #172b4d;
  margin-bottom: 10px;
}

.work-card1 h2 {
  width: 295px;
  height: 36px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: #172b4d;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.work-card1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.flex {
  float: left;
}

.column {
  flex-direction: column;
}

.icon {
  display: flex;
  gap: 23px;
}

.icon img {
  height: 20px;
  width: 20px;
}

.icon li {
  list-style: none;
}

.canopy {
  display: flex;
  padding: 8px 0;
  width: 100%;
  gap: 12px;
  align-items: center;
}

.canopy .canopy-p {
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  line-height: 16px;
  color: #344563;
  font-size: 13px;
}

.tonic-class {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: #172b4d;
}

.tonic-class p {
  font-size: 13px;
  color: #7a869a;
  padding: 8px 0;
  font-weight: 600;
  line-height: 16px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
}

.round {
  width: 10px;
  height: 10px;
  background-color: #c1c7d0;
  border-radius: 500%;
}

.daily p {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #344563;
}

.d-text {
  width: 295px;
  height: 76px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #344563;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.canopy span {
  width: 55px;
  height: 16px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #344563;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.canopy li {
  width: 88px;
  height: 16px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #7a869a;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.lang {
  font-family: "poppins", sans-serif;
  font-size: 20px;
  display: flex;
  gap: 12px;
  margin: 12px 0;
  flex-direction: row;
}

.lang li {
  padding: 4px 12px;
  border-radius: 8px;
  background-color: #ebebff;
  font-size: 12px;
  color: #6070ff;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.lang-item {
  float: left;
  list-style-type: none;
  flex-direction: row;
  align-items: center;
  color: #01f;
  padding: 4px 12px;
  width: 53px;
  height: 24px;
  background: #ebebff;
  border-radius: 8px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.lang-item1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px 12px;
  color: #01f;
  width: 95px;
  height: 24px;
  background: #ebebff;
  border-radius: 8px;
  flex: none;
  order: 2;
  flex-grow: 0;
}

.lang-item2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px 12px;
  color: #01f;
  width: 107px;
  height: 24px;
  background: #ebebff;
  border-radius: 8px;
  flex: none;
  order: 2;
  flex-grow: 0;
}

.is-me {
  padding-top: 100px;
  padding-left: 20px;
  border-top-right-radius: 80px;
}

.lang-icon {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 11px;
  margin: 30px 10px;
}

.languages {
  align-items: center;
  padding: 24px;
  gap: 12px;
  background: #f7f7f9;
  border-radius: 8px;
}

.languages_details {
  font-family: "Poppins", sans-serif;
  display: flex;
  text-align: center;
  gap: 20px;
  flex-wrap: wrap;
  border-radius: 8px;
  padding: 0.5em;
  background-color: #f7f7f9;
  margin-top: 0.5em;
}

.languages_details p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

.lang-p {
  font-size: 15px;
  color: #253858;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.icon_one {
  width: 90%;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 11px;
  margin: 30px 10px;
}

h4 {
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

.lang-icon h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  font-family: "poppins", sans-serif;
}

.icon_one h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

/* hr {
  display: block;
  unicode-bidi: isolate;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  margin-inline-start: auto;
  margin-inline-end: auto;
  overflow: hidden;
  border-style: inset;
  border-width: 1px;
}
*/
.fa-solid,
.fas {
  font-family: "Font Awesome 6 Free", sans-serif;
  font-weight: 900;
}

.card-tags {
  color: #6070ff;
}

/* -----------About Section------------ */
.about {
  border-top-right-radius: 80px;
  margin-top: 100px;
}

.span {
  display: inline-block;
}

.knowdge {
  margin-top: 24px;
  gap: 12px;
}

.know-text {
  justify-content: space-between;
  font-size: 20px;
  align-items: center;
  color: #000;
  font-weight: 500;
  width: 100%;
  padding: 24px 42px 36px 0;
}

.self {
  margin: 12px 0;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  width: 90%;
  color: #344563;
}

.about-text {
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
  max-width: 50%;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  color: #172b4d;
  background: #fff;
}

ul.list-items.skill-items {
  margin-top: 12px;
  gap: 24px;
}

.job-text {
  font-size: 15px;
  color: #253858;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.text {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #000;
}

.know-line {
  font-weight: 500;
  color: #5e6c84;
  transform: rotate(90deg);
}

.know-list {
  list-style-type: none;
}

/* .know-list {
  align-items: center;
  padding: 24px;
  gap: 12px;
  background: #f7f7f9;
  border-radius: 8px;
} */

.know-sec {
  gap: 12px;
  flex-direction: row;
  display: none;
}
.know-sec1 {
  gap: 12px;
  flex-direction: row;
  display: none;
}
.know-sec2 {
  gap: 12px;
  flex-direction: row;
  display: none;
}

.arrow-line {
  color: #dfe1e6;
}

.arrow {
  cursor: pointer;
}
.arrow1 {
  cursor: pointer;
}

.about-me {
  background-color: #fff;
  border-top-right-radius: 80px;
}

.gap ul {
  list-style-type: none;
}

.intro-connect {
  margin-top: 10px;
}

.button-5 {
  padding-left: 10px;
}

form {
  display: block;
  margin: 0;
}

.form-class {
  display: flex;
  flex-direction: column;
  margin-top: 12px;
  align-items: center;
}

.form-btn {
  color: #6070ff;
  background-color: #fff;
  border-radius: 8px;
  padding: 12px 16px;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  border: 1px;
  margin-top: 12px;
  cursor: pointer;
}

.form-btn:hover {
  color: #fff;
  background-color: #6070ff;
  border: 2px solid #fff;
}

.contact-info {
  display: flex;
  align-items: center;
  border: 1px solid #cfd8dc;
  border-radius: 8px;
  width: 327px;
  height: 48px;
  margin-top: 12px;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  padding-left: 10px;
}

.text-input {
  font-family: "poppins", sans-serif;
  font-size: 17px;
  font-weight: 400;
  width: 327px;
  height: 170px;
  border: 1px solid #cfd8dc;
  border-radius: 8px;
  margin-top: 12px;
  padding-left: 10px;
}

#errorMessage {
  display: none;
  color: #fff;
  text-align: center;
}

.Contact-paragraph {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ebebff;
  margin-top: 12px;
  font-style: normal;
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}

.Contact-me p {
  /* display: block; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  /* margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0; */
}

.Contact-section {
  background-image: url("img/contact\ form\ shapes-mobile@2x.png");
  background-size: 250px;
  background-position-x: right;
  display: grid;
  grid-template-columns: auto;
  justify-content: center;
  background-color: #6070ff;
  background-repeat: no-repeat;
  margin-top: 128px;
  padding: 103px 24px;
  border-radius: 80px 0 0 0;
}

.Contact-head {
  color: #fff;
  font-family: "poppins", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  margin-top: 12px;
  text-align: center;
}

.Contact-me h2 {
  display: block;
  font-size: 40px;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: bold;
}

.navbar-list {
  display: none;
}

.navbar-list li {
  list-style-type: none;
}

/* start js */

.work-container { 
     border: 1px solid #cbcdd1;
  display: grid;
  grid-template-columns: auto;
  justify-content: center;
  align-content: center;
  text-align: left;
  width: 73%;
  margin-top: 15vh;
  margin-left: 80px;
  margin-right: auto;
  padding: 50px;
  gap: 12px;
  background: #fff;
  border-radius: 16px;
}

.modal {
  position: fixed;
  display: none;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.work-content-modal {
  border: 1px solid #cbcdd1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  padding: 20px;
  gap: 12px;
  background: #fff;
  border-radius: 16px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.portfolio-modal-img img {
  width: 100%;
  padding: 10px;
  align-self: center;
}

.tonic-def-modal {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #344563;
  text-align: justify;
}

.prop-modal {
  display: flex;
  margin-top: -25px;
}

.tonic0-modal {
  margin-bottom: 30px;
}

.modal-button {
  display: flex;
  gap: 20px;

  /* justify-content: space-between; */
  margin-top: 20px;

  /* flex: 1; */
  overflow: hidden;
}

#modalBtn-1,
#modalBtn-0 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #396df2;
  height: 60px;
  width: 175px;
  border-radius: 8px;
  background-color: white;
  border: 2px solid #6070ff;
  cursor: pointer;
}

.closeBtn {
  text-align: right;
  font-size: 30px;
  color: #67798e;
  cursor: pointer;
  z-index: 2;
}

.closeBtn:hover {
  color: black;
}

.portfolio-img {
  width: 339px;
  height: 220px;
  border-radius: 8px;
  margin-top: -9%;
}

.portfolio-img img {
  width: 335px;
  height: 215px;
  border-radius: 8px;
}

.work-content {
  display: flex;
  flex-direction: column;
  font-family: "Poppins", sans-serif;
  gap: 25px;
  justify-content: flex-start;
}

.tonic0,
.tonic0-modal {
  font-size: 40px;
  line-height: 60px;
  width: 1056px;
  font-style: normal;
  font-weight: 700;
  color: #172b4d;
  height: 70px;
}

.tonic {
  width: 215px;
  height: 85px;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: #172b4d;
}

.prop {
  display: flex;
  margin-top: -25px;
}

.can {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #344563;
  text-align: left;
}

.bac {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 110px;
  text-align: center;
  color: #7a869a;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  margin-left: 15px;
}

.bac img {
  height: 8px;
  width: 8px;
  left: 67px;
  top: 12px;
  border-radius: 0.01px;
}

.num {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50px;
  text-align: end;
  color: #7a869a;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  margin-left: 15px;
}

.num img {
  height: 8px;
  width: 8px;
  left: 67px;
  top: 12px;
  border-radius: 0.01px;
}

.tonic-def {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #344563;
}

.stack,
.stack-modal {
  display: flex;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #6070ff;
}

.ruby {
  display: none;
}

.html {
  border: 2px;
  display: flex;
  justify-content: center;
  margin: 2px;
  align-items: center;
  padding: 4px 12px;
  width: 40%;
  height: 24px;
  background: #ebebff;
  border-radius: 8px;
  font-size: 14px;
}

.css {
  display: flex;
  justify-content: center;
  margin-left: 4px;
  align-items: center;
  padding: 4px 12px;
  width: 40%;
  height: 24px;
  background: #ebebff;
  border-radius: 8px;
  font-size: 14px;
}

.js,
.git,
.ruby,
.boot {
  border: 2px;
  display: flex;
  margin-left: 4px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  width: 85px;
  height: 24px;
  background: #ebebff;
  border-radius: 8px;
  font-size: 14px;
}

.git,
.ruby,
.boot {
  display: none;
}

button {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  margin-top: 24px;
  padding: 12px;
  color: #396df2;
  border: 1px solid #6070ff;
  border-radius: 8px;
  background-color: transparent;
  width: fit-content;
  transition: all 0.3s ease-in-out;
}

.button button {
  color: #396df2;
  height: 60px;
  width: 180px;
  border-radius: 8px;
  background-color: white;
  border: 2px solid #6070ff;
}

.button button:hover {
  background-color: #6070ff;
  color: #fff;
  cursor: pointer;
}

.button button:active {
  background-color: #2230d2;
}

.line {
  align-self: center;
  margin-top: 20px;
  margin-left: 30px;
}

/* card 2  */
.work-container2 {
  border: 1px solid #cbcdd1;
  display: grid;
  grid-template-columns: auto;
  justify-content: center;
  align-content: center;
  text-align: left;
  width: 95%;
  margin-top: 15vh;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  gap: 12px;
  background: #fff;
  border-radius: 16px;
}

/* card 3  */
.work-container3 {
  border: 1px solid #cbcdd1;
  display: grid;
  grid-template-columns: auto;
  justify-content: center;
  align-content: center;
  text-align: left;
  width: 95%;
  margin-top: 15vh;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  gap: 12px;
  background: #fff;
  border-radius: 16px;
}

/* card 4  */
.work-container4 {
  border: 1px solid #cbcdd1;
  display: grid;
  grid-template-columns: auto;
  justify-content: center;
  align-content: center;
  text-align: left;
  width: 95%;
  margin-top: 15vh;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  gap: 12px;
  background: #fff;
  border-radius: 16px;
}

.news {
  width: 50%;
}

@media screen and (min-width: 768px) {
  .pics {
    background-image: url(img/Desktop\ Header\ bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 249px;
    padding-left: 260px;
    padding-right: 260px;
    border: 1px solid #ebebff;
    border-top: hidden;
    border-bottom-left-radius: 96px;
  }

  .logo {
    padding-top: 26px;
    padding-bottom: 26px;
    margin-left: 155px;
  }

  .bar {
    display: none;
  }

  .navbar-list {
    display: flex;
    gap: 20px;
    margin-right: 142px;
    padding-top: 16px;
    padding-bottom: 26px;
    background-color: #fff;
  }

  .navbar-list li a {
    text-decoration: none;
    color: #344563;
    font-size: 15px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    line-height: 20px;
  }

  .nav-bar {
    height: 72px;
    background-color: #fff;
    border-style: hidden;
    position: fixed;
  }

  #errorMessage {
    display: none;
    color: #fff;
    text-align: center;
  }

  .social-icons {
    padding-bottom: 36px;
  }

  /* || WORKS STYLING */

  .work-card {
    flex-direction: row;
    width: 1156px;
    height: 496px;
    gap: 30px;
    justify-content: space-between;
    border: 1px solid #fff;
    cursor: pointer;
  }

  .work-card3 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 15px;
    margin-bottom: 135px;
  }

  /* .work-card:nth-of-type(4n) {
    flex-direction: column;
    width: 700px;
    gap: 30px;
    justify-content: space-between;
    border: 1px solid #fff;
    cursor: pointer;
  } */

  .work-card:hover {
    border-color: #01f;
  }

  button {
    font-size: 14px;
    padding: 7px 10px;
  }

  button:hover {
    background-color: #01f;
    color: #fff;
  }

  .work-card1:hover .card-description > button {
    background-color: #01f;
    color: #fff;
  }

  .work-card img {
    height: 448px;
    width: 544px;
    object-fit: unset;
  }

  .portfolio-modal-img img {
    width: 100%;
    padding: 10px;
    align-self: center;
    height: 379px;
  }

  .tonic0-modal {
    font-size: 40px;
    line-height: 60px;
    width: 1056px;
    font-style: normal;
    font-weight: 700;
    color: #172b4d;
    height: 70px;
    margin-top: -65px;
    margin-bottom: 10px;
  }

  .work-card1 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 15px;
    margin-bottom: 135px;
  }

  .work-card1 > h2 {
    font-size: 40px;
    font-weight: 700;
    width: 100%;
  }

  .Contact-me h2 {
    margin-left: 480px;
  }

  .work-card1 > p {
    line-height: 20px;
    font-size: 14px;
  }

  .work-card:nth-child(even) {
    flex-direction: row-reverse;
  }

  .lang-item {
    font-size: 12px;
  }

  /* Components and Buttons */

  /* || ABOUT PAGE STYLING */

  .about-me {
    display: grid;
    grid-template-columns: 45% 55%;
  }

  .is-me {
    margin-left: 132px;
  }

  .know-flex {
    margin-right: 68px;
  }

  .works-title-2 {
    font-size: 40px;
    line-height: 52px;
    color: #091e42;
  }

  .know-sec {
    display: flex;
    flex-direction: row;
    gap: 12px;
    margin-top: 12px;
    display: none;
  }
  .know-sec1 {
    display: flex;
    flex-direction: row;
    gap: 12px;
    margin-top: 12px;
    display: none;
  }
  .know-sec2 {
    display: flex;
    flex-direction: row;
    gap: 12px;
    margin-top: 12px;
    display: none;
  }

  .gap {
    padding-bottom: 200px;
    margin-left: 50px;
    margin-right: 50px;
  }

  .know-list {
    display: block;
    width: 122px;
    height: 120px;
  }

  .text {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .know-text {
    list-style-type: none;
  }

  #languages {
    margin-top: 80px;
  }

  .know-line {
    margin-top: 64px;
    cursor: pointer;
  }
  
 

  /* || CONTACT PAGE STYING */

  .Contact-section {
    background-image: url(img/Desktop\ contact\ form\ background\ shapes@2x.png);
    background-size: 90%;
    align-items: center;
    margin-top: 0;
  }

  .Contact-paragraph {
    padding-left: 360px;
    padding-right: 360px;
  }

  .form-class {
    align-items: center;
  }

  .contact-info {
    border-radius: 0;
    margin-top: 10px;
    width: 400px;
  }

  .text-input {
    border-radius: 0;
    width: 400px;
    color: #000;
  }

  .form-btn {
    margin-left: 145px;
    margin-top: 39px;
  }

  .knowdge ul {
    list-style: none;
  }

  .social-icons li:hover {
    transform: translateY(-10px);
  }

  .work-content-modal {
    border: 1px solid #cbcdd1;
    display: flex;
    justify-content: center;
    text-align: left;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7px;
    margin-bottom: 32px;
    padding: 20px;
    gap: 12px;
    background: #fff;
    border-radius: 16px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }

  .prop-modal {
    display: flex;
    margin-top: -35px;
    height: 20px;
  }

  .stack-modal {
    display: flex;
    flex-wrap: wrap;
    margin-top: -185px;
    line-height: 16px;
    gap: 19px;
  }

  .tonic-def-modal {
    display: flex;
    width: 600px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    color: #344563;
    text-align: justify;
    margin-top: 18px;
  }

  .git,
  .ruby,
  .boot {
    display: inline;
  }

  .alignment {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 400px;
    margin-left: 636px;
    margin-top: 31px;
    margin-bottom: -32px;
  }

  .modal-button {
    display: flex;
    gap: 15px;
    overflow: hidden;
    margin-left: -10px;
    margin-top: -150px;
  }

  #modalBtn-1,
  #modalBtn-0 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    color: #396df2;
    height: 40px;
    width: 175px;
    border-radius: 8px;
    background-color: white;
    border: 2px solid #6070ff;
    cursor: pointer;
  }

  .line {
    margin-top: 20px;
  }

  .html {
    border: 2px;
    display: flex;
    justify-content: center;
    margin: 2px;
    align-items: center;
    padding: 4px 12px;
    width: 40%;
    height: 34px;
    background: #ebebff;
    border-radius: 8px;
    font-size: 14px;
  }

  .css {
    display: flex;
    justify-content: center;
    margin-left: 4px;
    align-items: center;
    padding: 4px 12px;
    width: 40%;
    height: 34px;
    background: #ebebff;
    border-radius: 8px;
    font-size: 14px;
  }

  .js,
  .git,
  .ruby,
  .boot {
    border: 2px;
    display: flex;
    margin-left: 4px;
    justify-content: center;
    align-items: center;
    padding: 4px 12px;
    width: 85px;
    height: 34px;
    background: #ebebff;
    border-radius: 8px;
    font-size: 14px;
  }

  .work-container-desktop {
    border: 1px solid #cbcdd1;
    display: flex;
    width: 1100px;
    height: 480px;
    background: #fff;
    border-radius: 16px;
    gap: 30px;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 15vh;
  }

  .desktop-img-0 img {
    height: 420px;
    width: 550px;
    margin-top: 120px;
    margin-left: -200px;
  }

  .work-content {
    width: 300px;
    margin-top: 20px;
    margin-left: 20px;
  }
}

.mobile-menu > .nav-list > a {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
