* {
  scroll-behavior: smooth;
}

body {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #f7f7f9;
  background: #50bfe8;
}

.header-background-image {
  height: 718px;
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0 0 0 75px;
  background: #e850bd;
  background-image: url(./asset/images/headershape.svg);
  background-repeat: no-repeat;
  background-size: 100% 95%;
}

.Nav-bar {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: 44px;
}

.logoPlaceHolder {
  display: flex;
  align-items: center;
  height: 100%;
  left: 50px;
  justify-items: center;
  margin-left: 2rem;
}

.logo {
  width: 100%;
  height: 20px;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #6070ff;
  text-decoration: none;
  -webkit-animation: spin 5s infinite;
  animation: spin 5s infinite;
}

.new_logo {
  margin-top: 1rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotateY(0deg);
  }

  to {
    -webkit-transform: rotateY(-360deg);
  }
}

@keyframes spin {
  from {
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  to {
    -moz-transform: rotateY(-360deg);
    -ms-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
  }
}

.hamburger {
  display: block;
  position: relative;
  float: right;
  width: fit-content;
  height: 30px;
  border-radius: 2px;
  margin-right: 2.5rem;
  z-index: 1001;
  cursor: pointer;
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #6070ff;
}

.bar .menu ::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}

.hamburger.active .bar:nth-child(2) {
  opacity: 0;
}

.hamburger.active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
  background: #fff;
}

.hamburger.active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
  background: #fff;
}

body.blur .menu::after {
  content: "";
  position: relative;
  z-index: -1;
  width: 90%;
  height: 718px;
  mix-blend-mode: multiply;
}

.mobile-menu {
  display: flex;
  flex-direction: column;
  margin-top: 4rem;
  width: 80%;
  height: 184px;
  justify-content: space-around;
  content: normal;
}

.menu {
  z-index: 1;
  display: none;
  align-content: center;
  justify-content: space-around;
  position: fixed;
  top: 0;
  list-style: none;
  background: #6070ff;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(20px);
  mix-blend-mode: multiply;
  opacity: 5;
  width: 100%;
  height: 718px;
}

.menu.active {
  left: 0;
  margin: 0;
  display: flex;
}

.mobile-font {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
}

.Menu-portfolio {
  display: flex;
  width: 80%;
  height: 40px;
  align-items: center;
}

.bgcolor {
  color: #fff;
}

.Headline-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 114px 21px;
  gap: 4px;
  width: auto;
  height: 604px;
  top: 60px;
}

.Headline-section-title {
  width: 100%;
  height: 9.2rem;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  display: flex;
  align-items: center;
  color: #172b4d;
  flex: none;
  order: 0;
  margin: 0;
}

.Headline-section-body {
  width: auto;
  height: auto;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #334563;
  flex: none;
  flex-grow: 0;
  margin-top: 0.5rem;
}

.new_log {
  display: none;
  align-items: center;
  height: 50%;
  clip-path: ellipse(35% 50% at 50% 50%);
}

.social-section {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex: none;
  justify-self: stretch;
  flex-grow: 0;
  margin-top: 0;
}

.sociaIcons {
  width: auto;
  height: auto;
  padding: 0;
}

.social-connect-section {
  width: auto;
  height: auto;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-top: 0;
  padding: 0;
  color: #7f8cff;
  order: 0;
  flex-grow: 0;
}

.icons {
  display: flex;
  flex-direction: row;
  width: auto;
  justify-items: stretch;
  height: 20px;
  flex-grow: 0;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.icons * {
  justify-items: stretch;
  text-align: justify;
  margin: 0 4px 0 4px;
}

.fa-brands {
  color: #505f79;
}

ul li a {
  list-style-type: none;
  text-decoration: none;
  margin: 0;
}

/* #work {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 1.2fr 0.1fr 1.2fr 0.5fr;
  align-items: center;
  justify-items: center;
  gap: 1px;
  width: auto;
  height: auto;
} */

.work-container {
  display: grid;
  grid-template-rows: 1fr 1fr;
  align-items: center;
  justify-items: center;
  width: auto;
  height: auto;
  padding: 0;
  margin-top: 50px;
  grid-gap: 50px;
}

.card-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px;
  width: 90%;
  height: auto;
  flex: 50%;
  order: 0;
  border: 1px solid #dfe1e6;
  border-radius: 16px;
  background: #fff;
}

.card-background-image {
  display: flex;
  flex-direction: row;
  width: 311.5px;
  height: 256.52px;
  margin: 0;
}

.card-section-background-image img {
  width: 100%;
  height: 256.52px;
  object-fit: cover; /* This ensures the image fully covers the specified dimensions */
}

.card-section-background-image {
  display: flex;
  padding: 4px;
  margin: 8px;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  flex: 50%;
  order: 1;
  object-fit: cover;
}

.card-text-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 6px;
  width: 100%;
  height: auto;
  flex: 50%;
  order: 2;
}

.card-primary-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
  padding: 0;
  gap: 8px;
  width: 100%;
  height: auto;
  order: 0;
  flex-grow: 0;
}

.card-primary-text-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 6px;
  width: 100%;
  height: auto;
  order: 2;
  flex-grow: 0;
}

.primary-title {
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
  padding: 0;
  width: 80%;
  height: 5rem;
  color: #172b4d;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.card-primary-text-frame {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  gap: 8px;
  width: 100%;
  flex: none;
  order: 1;
  flex-grow: 0;
  list-style-type: none;
  margin: 0;
}

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

.span {
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background: #c1c7d0;
  flex: none;
  flex-grow: 0;
}

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

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

.card-primary-body-text p {
  width: 311.5px;
  height: 72px;
  object-fit: cover;
}

.card-primary-body-text {
  width: auto;
  height: 72px;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  line-height: 24px;
  color: #344563;
  margin: 0;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.card-primary-tag {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  gap: 10px;
  width: auto;
  height: 24px;
  flex: none;
  order: 2;
  flex-grow: 0;
  margin: 0;
  list-style-type: none;
}

.tags {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #ebebff;
  border-radius: 8px;
  gap: 10px;
  padding: 0.1rem 0.6rem;
  height: 20px;
  letter-spacing: 0.03em;
  color: #6070ff;
  justify-content: space-around;
  text-align: center;
  align-content: center;
  flex: none;
  order: 0;
  flex-grow: 0;
  text-decoration: none;
  list-style-type: none;
}

.tag-font {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}

.html {
  font-size: 12px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  line-height: 16px;
}

.java {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #ebebff;
  border-radius: 8px;
  width: 89px;
  height: 24px;
  letter-spacing: 0.03em;
  color: #6070ff;
  justify-content: center;
  text-align: center;
  align-content: center;
  flex: none;
  order: 2;
  flex-grow: 0;
}

#action {
  display: flex;
  width: 100%;
  height: 70px;
  justify-content: space-between;
  align-items: center;
  order: 3;
}

button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 12px;
  gap: 10px;
  position: absolute;
  width: 40%;
  height: 48px;
  border: 1px solid#6070ff;
  border-radius: 8px;
  list-style-type: none;
  cursor: pointer;
}

.normalButtn {
  width: auto;
  display: flex;
  align-items: flex-start;
  text-align: center;
  letter-spacing: 0.03em;
  color: #396df2;
  font-size: 17px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  cursor: pointer;
  background-color: #fff;
}

.normalButtn:hover {
  background: #6070ff;
  color: #fff;
}

.normalButtn:active {
  background: #2230d2;
  color: #fff;
}

.multiplePryTex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 12px;
  width: 100%;
  height: 80px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.multipleTxt {
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  margin: 0;
  width: 290px;
  height: 70px;
  color: #172b4d;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.multipleLeft {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 10px;
  width: 100%;
  height: auto;
  flex: 50%;
  order: 2;
  flex-grow: 0;
}

#about {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 0  75px 0 0;
  margin-top: 40px;
}

.About-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 6px;
  width: 90%;
  height: auto;
  order: 0;
  margin-top: 90px;
}

.about_header_text {
  margin: 0;
  display: flex;
  align-items: center;
  width: 50%;
  height: auto;
  font-size: 40px;
  font-weight: 700;
  font-style: normal;
  font-family: 'Poppins', sans-serif;
  line-height: 52px;
  color: #172b4d;
  float: none;
  order: 0;
  flex-grow: 0;
}

.about_body_text {
  margin: 0;
  width: 100%;
  height: auto;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-family: 'Poppins', sans-serif;
  line-height: 24px;
  color: #344563;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.socialMedia {
  display: flex;
  flex-direction: column;
  order: 2;
  gap: 12px;
  flex-grow: 0;
}

.supportingText {
  width: 135px;
  height: 24px;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  color: #7f8cff;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.normalButnAbout {
  display: flex;
  flex-direction: row;
  width: fit-content;
  height: auto;
  align-items: flex-start;
  text-align: center;
  justify-content: center;
  letter-spacing: 0.03em;
  color: #396df2;
  font-size: 17px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  cursor: pointer;
  background-color: #fff;
}

.resume,
.normalButnAbout {
  text-decoration: none;
  background-color: #6070ff;
  color: #fff;
}

.normalButnAbout:hover {
  background: #6070ff;
  color: #fff;
}

.normalButnAbout:active {
  background: #2230d2;
  color: #fff;
}

.skillList {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  width: 90%;
  height: auto;
  order: 1;
}

.dropdown_container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 0;
  width: 100%;
  height: auto;
  order: 0;
  flex-grow: 0;
}

#dropdown_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  order: 0;
  flex-grow: 0;
}

.drp_text {
  display: flex;
  align-items: center;
  height: 24px;
  width: 100%;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: #000;
}

.dropdown_hamburger {
  display: flex;
  padding: 10px;
  margin: 1rem 1rem 1rem 0;
  border-radius: 6px;
  float: right;
}

.fa-angle-down {
  position: relative;
}

.dropdown {
  display: none;
  flex-direction: column;
  align-items: center;
  padding: 2px;
  gap: 12px;
  width: 100%;
  order: 1;
  flex-grow: 0;
}

.dropdown.active {
  left: 0;
  margin: 0;
  display: flex;
}

#java_dropdown {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 80%;
  height: 66.72px;
  gap: 1px;
  order: 0;
  background: #f7f7f9;
  border-radius: 8px;
}

.image {
  width: auto;
  height: 48px;
  margin-left: 8px;
  border: 1px solid #fff;
  border-radius: 1px;
}

.drp_txt {
  display: flex;
  align-self: flex-start;
  width: auto;
  height: auto;
  margin-left: 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  font-family: 'Poppins', sans-serif;
  align-items: center;
  color: #253858;
}

hr {
  position: relative;
  width: 100%;
  margin: 0;
}

.contactblock {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  width: 100%;
  height: auto;
  margin-top: 8rem;
}

#contactMe {
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
  align-items: center;
  justify-items: center;
  max-width: 100%;
  height: 49rem;
  border-radius: 75px 0 0 0;
  text-align: center;
  background: #e850bd;
  background-image: url(./asset/Contact/contactimg.svg);
  background-repeat: no-repeat;
  background-size: 90% 90%;
  background-position-y: 2rem;
  background-position-x: 5.5rem;
}

.contactTxt {
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  font-style: normal;
  color: #fff;
  order: 0;
}

.Contact_body_text {
  display: flex;
  margin-top: 0;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
  color: #ebebff;
  order: 1;
}

.body-text {
  display: flex;
  justify-content: center;
  align-content: center;
  text-align: center;
  width: 90%;
  height: auto;
  margin: 0;
}

.form {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  margin-top: 1rem;
  order: 2;
}

#name {
  border-radius: 2px;
  border: 1px #cfd8dc solid;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 15px 25px;
  width: 75%;
  order: 0;
}

.name {
  width: 100%;
  gap: 10px;
}

#mail {
  border-radius: 2px;
  border: 1px #cfd8dc solid;
  background-color: #fff;
  padding: 15px 25px;
  width: 75%;
  margin-bottom: 15px;
}

#textarea {
  border-radius: 2px;
  border: 1px #cfd8dc solid;
  background-color: #fff;
  padding: 15px 25px;
  width: 75%;
  margin-bottom: 15px;
  color: #b3bac5;
}

.normalButtnAbout {
  width: 175px;
  align-items: flex-start;
  text-align: center;
  justify-content: center;
  letter-spacing: 0.03em;
  color: #396df2;
  font-size: 17px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  cursor: pointer;
  background-color: #fff;
}

.normalButtnAbout:hover {
  background: #6070ff;
  color: #fff;
}

.normalButtnAbout:active {
  background: #2230d2;
  color: #fff;
}

#action_contact {
  display: flex;
  width: 85%;
  height: 70px;
  align-items: center;
  order: 3;
}

.modal {
  display: none;
  position: fixed;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  gap: 12px;
  top: 0;
  z-index: 1001;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.8);
  overflow: scroll;
}

.modal-content {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px;
  gap: 8px;
  height: auto;
  flex: 50%;
  order: 0;
  border: 1px solid #dfe1e6;
  border-radius: 16px;
  background: #fff;
  z-index: 1001;
  text-decoration: none;
}

.closehamburger {
  display: flex;
  position: absolute;
  right: 6%;
  top: 10px;
  font-size: 35px;
  cursor: pointer;
}

.primary-title-container {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: auto;
}

.modal-primary-text {
  display: flex;
  flex-direction: column;
  width: auto;
}

.modal-primary-body-text p {
  object-fit: cover;
}

.modal-primary-body-text {
  width: 317px;
  height: 200px;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  line-height: 24px;
  color: #344563;
  margin: 0;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.button-in-row {
  display: flex;
  flex-direction: row;
}

.link-live {
  display: flex;
  width: 45%;
  align-items: center;
  text-align: center;
  justify-content: center;
  list-style-type: none;
  cursor: pointer;
  text-decoration: none;
}

.link-git {
  display: flex;
  width: 50%;
  align-items: center;
  text-align: center;
  justify-content: center;
  list-style-type: none;
  cursor: pointer;
  text-decoration: none;
}

.link-live:hover {
  background: #6070ff;
  color: #fff;
}

.link-live:active {
  background: #2230d2;
  color: #fff;
}

.modal-live,
.modal-git {
  display: flex;
  width: 100%;
  line-height: 20px;
  color: #6070ff;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  flex-wrap: wrap;
  text-decoration: none;
  position: relative;
}

.card-primary-tags {
  display: none;
  flex-direction: row;
  padding: 6px;
  gap: 8px;
}

.modal-tag {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #ebebff;
  border-radius: 8px;
  gap: 16px;
  padding: 0.1rem 0.6rem;
  height: 20px;
  letter-spacing: 0.03em;
  color: #6070ff;
  justify-content: space-around;
  text-align: center;
  align-content: center;
  flex: none;
  order: 0;
  flex-grow: 0;
  text-decoration: none;
  list-style-type: none;
}
