@import url("https://fonts.cdnfonts.com/css/poppins");
html {
  scroll-behavior: smooth;
}
* {
  list-style: none;
  text-decoration: none;
}
.skill-set{
  display: flex;
  flex-wrap: wrap;
  gap: 1em;

}
.skill-set li:hover{
  transform: scale(1.011);
  box-shadow: 12px solid black;
  opacity: 1.9;
}
.text{
  animation-duration: 3s;
  animation-name: slidein;
  
}
.headline{
  overflow: hidden;
}
@keyframes slidein {
  from {
    margin-left: 90%;
    width: 200%;
  }

  to {
    margin-left: 0%;
    width: 100%;
    
  }
}

.skill-set{
  padding-left: 0;
  gap: 2em;
}
.skill-set li{
  flex-direction: column;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: rgb(225 230 239);
  /* background-image: url(img/skill-bg.avif); */
  /* border-radius: 50%; */
  background-size: cover;
  height: 90px;
  width: 90px;
}
.framesruby{
  max-width: 80%;
}

@media only screen  and (max-width: 768px) {
  .work-card{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

.screen2_menu_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all .5s ease-in-out;
}
.screen2_menu_hamburger{
  width: 20px;
  height: 2px;
  background-color:  #6070ffcf;
  border-radius: 5px;
  z-index: 9999;
  transition: all .5s ease;
}
.mob-link a{
  display: flex;
  flex-direction: column;
  color: #fff;
}
.screen2_menu_hamburger::before,
.screen2_menu_hamburger::after{
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background:  #6070ffcf;
  border-radius: 5px;
  transition: all .5s ease;
}

.screen2_menu_hamburger::before{
  transform: translateY(-6px);
}

.screen2_menu_hamburger::after{
  transform: translateY(6px);
}
.screen2_menu_btn input:checked ~.screen2_menu_hamburger::before{
  transform: rotate(45deg) translate(35px, -35px);
  background: black;

}

.screen2_menu_btn input:checked ~.screen2_menu_hamburger::after{
  transform: rotate(-45deg) translate(35px, 35px);
 
    background: black;
   
}

.screen2_menu_btn input:checked ~.screen2_menu_hamburger{
  transform: translateX(-50px);
  background: transparent;
  position: absolute;
}

.screen2_menu_items a{
  border-bottom: .1em solid rgb(41, 39, 39);
  padding: 1em 0;
  text-align: center;
  transition: all .2s ease-out;
  
}
  .screen2_menu_items a:hover{
    letter-spacing: 2px;
    opacity: .6;
}
.screen2_menu_items{ 
  display: none;
  position: absolute;
  top: -500px;
  height: 100vh;
  width: 95%;
  left: -1.5em;
  transition: all .5s ease-out;
  padding-top: 50px;
}
.mob-link{
  width: 80%;
}
.screen2_menu_btn input:checked ~.screen2_menu_items{
  top:-1em;
    display: flex;
    background: #6070ffcf;
    left:0;
    z-index: 10;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
   
}
.screen2_menu_btn input{
  display: none;
  }
  .hide-menu-items {
    top: -500px !important;
  }

  .skill-set {
    justify-content: center;
    align-items: center;
  }





  
  .mobile-view{
    width: 2em;
  }
  #body2{
    height: auto;
  }
  .cardwok-1:hover{
    /* background-color: #EDF2F8;
      transform: scale(1.1); */
      box-shadow: 12px solid black;
    }
  li {
    list-style-type: none;
  }
 
  
  .img-container {
    width: 100%;
    height: 30%;
  }

 
  .frame7 img {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0.5em;
    width: 1em;
    height: 1em;
    right: 1.625em;
    top: calc(50% - 2.5em / 2);
    margin-top: 1.5em;
    border-radius: 0.5em;
  }

  .frames {
    width: 2.7em;
    height: auto;
  }
#btn-li{
  font-family: "Poppins", sans-serif;
  font-style: normal;
  cursor: pointer;
  color: #6070ff;
    background: #EDF2F8;
    border-radius: 8px;
    height: 3em;
    margin-left: 0;
}
  .framesboots {
    width: 4em;
  }

  .Languages {
    width: 2em;
    height: auto;
  }

  .more {
    padding: 0.5em;
    width: 1em;
    height: 3em;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }

  .modal-content-image img {
    width: 100%;
    height: 100%;
  }

  .vector li {
    padding-right: 0.1em;
    transition: all .2s ease-in-out;
  }
.vector li:hover{
  
    transform: scale(1.5);
}

  .main-project-1 img {
    width: 100%;
  }

  .card li {
    font-weight: 600;
    color: #7a869a;
  }
#modal-lang{
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
#modal-detail-btn{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1em;
}

  .card-languages li {
    list-style: none;
    background-color: #ebebff;
    color: #6070ff;
    padding: 4px 12px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    float: left;
  }

  .work-modal-languages li {
    list-style: none;
    background-color: #ebebff;
    color: #6070ff;
    padding: 4px 12px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    float: left;
    margin-left: 5px;
  }

  .cardwok-1 img {
    height: auto;
    border-radius: 1.0625em;
    width: 100%;
    box-shadow: 5px 5px 8px 8px #888;
  }

  .js img,
  .css img,
  .html img {
    width: 3em;
    height: 3em;
    left: 0.75em;
    top: calc(50% - 3em / 2 - 0.0225em);
    border: 1px solid #fff;
    border: 0;
    margin-top: 0.02em;
  }

  .frame-list ul li,
  .list-skill ul li {
    width: 100%;
    height: 4.17em;
    background: #f7f7f9;
    border-radius: 0.5em;
    display: flex;
    align-content: center;
    flex-direction: row;
    gap: 15px;
  }
  .languages-list ul li {
    width: 100%;
    height: 4.17em;
    background: #f7f7f9;
    border-radius: 0.5em;
    display: flex;
    align-content: center;
    flex-direction: row;
    gap: 15px;
  }

  .frame-list ul li img {
    width: 3em;
    height: 3em;
    left: 0.75em;
    top: calc(50% - 3em / 2 - 0.0225em);
    border: 1px solid #fff;
    border: 0;
    margin-top: 0.02em;
  }

  .list-skill ul li img {
    width: 3em;
    height: 3em;
    left: 0.75em;
    top: calc(50% - 3em / 2 - 0.0225em);
    border: 1px solid #fff;
    border: 0;
    margin-top: 0.02em;
  }

  .languages-list ul li img {
    width: 3em;
    height: 3em;
    left: 0.75em;
    top: calc(50% - 3em / 2 - 0.0225em);
    border: 1px solid #fff;
    border: 0;
    margin-top: 0.02em;
  }

  a {
    text-decoration: none;
  }

  .modal-content-image {
    width: 100%;
    height: 35%;
  }

  .mobile-menu {
    display: none;
    position: fixed;
    background: #6070ffcf;
    width: 96%;
    height: 100vh;
    gap: 2em;
    top: 0;
    flex-direction: column;
    padding: 4%;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    cursor: pointer;
    transition: all .5s ease-in-out;
  }

  .mobile-menu-close {
    position: relative;
    left: 62%;
  }

  .mobile-menu > a {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    color: #fff;
    text-decoration: none;
  }

  .menu-icon {
    cursor: pointer;
    position: relative;
    left: -1.8em;
    padding: 0;
    margin-top: 0.9em;
    height: max-content;
    transition: all .5s ease;
  }

  .menu {
    display: none;
  }

  .background {
    width: 100%;
    position: absolute;
  }

  .image {
    width: 20.4375em;
    height: 13.75em;
  }

  .icon {
    width: 1.5em;
    height: 1.5em;
  }

  section {
    
    box-sizing: border-box;
  }
#contact-form{
  width: 100%;
}
  body {
    /* background: #e5e5e5; */
    background-color: #d3ecf0;  
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .back {
    background-image: url(img/bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #fff;
    border-bottom-left-radius: 10%;
    width: 100%;
    height: auto;
  }
  .react {
    width: 7em;
  height: 9vmin;
  position: relative;
  left: 70%;
    bottom: 65%;
}
.ruby{
  width: 2.5em;
  height: 10vmin;
  position: relative;
  left: 89%;
  bottom: 62%;
}
.js-icons{
  width: 2.5em;
  height: 10vmin;
  position: relative;
  left: 83%;
  bottom: 59%;
}
  .headline {
    background-position: absolute;
    /* background-image: url(img/header-shapes\ mobile.png);
    background-repeat: no-repeat;
    background-size: 100% 36.696875em; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0.125em 1.5em;
    gap: 0.75em;
    width: 23.4275vm;
    height: 52em;
    left: calc(50% - 37.75em / 2);
    top: 5.75em;
  }

  .logop {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    
    height:  -0.5em;
    left: 0.75em;
  }

  .mylogo {
    width: 100%;
    height: 2em;
    font-weight: 700;
    font-size: 1.125em;
    line-height: 1.25em;
    display: flex;
    align-items: center;
    text-align: center;
    color: #6070ff;
    text-decoration: none;
  }

  nav {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 8px;
    height: 2.5em;
    right: 1.5em;
    top: calc(50% - 2.5em / 2);
    border-radius: 0.5em;
  }

  .linkedin {
    display: flex;
    flex-direction: row;
  }

  .text {
    display: flex;
    flex-direction: column;
    margin-right: 10%;
    height: 37.75em;
    margin-top: 2.5em;
  }

  .body2 {
    width: 79%;
    font-weight: 400;
    font-size: 0.9em;
    line-height: 1.5em;
    color: #344563;
    height: 9.125em;
    margin-top: 0;
  }

  .vector {
    align-items: center;
    height: 8%;
    gap: 1em;
    padding: 0;
  }

  .toolbar {
    align-items: center;
    width: 100%;
    position: fixed;
    background-color: white;
    z-index: 100;
    box-shadow: 5px 5px 8px 10px #888;
    display: flex;
    justify-content: space-between;
    left: 0;
    flex-direction: row;
    right: 0;
    top: 0;
    background-color: #fff;
  }

  ul {
    display: flex;
  }

  .link {
    color: #344563;
    text-decoration: none;
  }

  button {
    border: none;
    appearance: none;
    background-color: inherit;
    padding: 0 4em;
  }

  button:active {
    color: #0d10bd;
  }

  .primery-text,
  .body2,
  .connect,
  .link,
  .prim-text,
  .abt,
  .frame,
  .lang,
  .btn,
  .bt,
  .mylogo {
    font-family: "Poppins", sans-serif;
    font-style: normal;
  }

  .primery-text {
    height: 5.375em;
    font-weight: 600;
    font-size: 1.3em;
    line-height: 130%;
    display: flex;
    align-items: center;
    color: #172b4d;
    margin-bottom: 0;
  }

  .connect {
    font-size: 1em;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    gap: 0.5em;
    height: 1.5em;
    color: #495bfd;
  }

  .main-projects {
    
    margin-top: 3.5em;
    gap: 7em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-left: 1em;
    padding-right: 1em;
  }

 

 

  .card h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    margin-top: 19px;
    margin-bottom: 0;
  }

  .card h4 {
    font-weight: 600;
  }

  .card-highlights {
    display: flex;
    align-items: center;
  }

  .card-highlights ul {
    display: flex;
  }

  .desc {
    margin-left: 30px;
  }

  .card-description {
    font-style: normal;
    font-weight: 400;
    font-size: 0.9em;
    line-height: 24px;
  }

  .card-languages {
    padding-left: 0;
    flex-wrap: wrap;
    gap: 0.5em;
  }

  .card button {
    align-items: center;
    display: flex;
    justify-content: center;
    cursor: pointer;
    background-color: #fff;
    color: #6070ff;
    font-weight: 500;
    height: 48px;
    border: 1px solid #6070ff;
    border-radius: 8px;
    width: 60%;
    padding: 0;
  }

  .font-style {
    font-family: "Poppins", sans-serif;
  }

  .work-period ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-left: 0;
    height: 1em;
  }

  .work-period ul li {
    margin-right: 2em;
    font-weight: 600;
    font-size: 0.8125rem;
    line-height: 1rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 3em;
    color: #7a869a;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
  }

  .work-period ul li:first-child {
    list-style: none;
    margin-left: 0;
    text-transform: uppercase;
    color: #172b4d;
  }

  .modal {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    backdrop-filter: blur(0.3125rem);
    -webkit-backdrop-filter: blur(0.3125rem);
    -moz-backdrop-filter: blur(0.3125rem);
    border: 2px solid #000;
  }

  .modal-wrap {
    
    width: 90%;
    height: 95%;
    padding: 1rem;
    background-color: #fff;
    border: 26px #c2945a solid;
    border-radius: 16px;
    justify-content: flex-start;
    overflow: scroll;
  }

  .modal-header {
    justify-content: space-between;
    align-items: center;
  }

  .work-categories {
    padding-left: 0;
  }

  .modal-title {
    margin-top: 0;
    font-size: 1em;
    font-weight: 700;
    line-height: 2.75rem;
    color: #172b4d;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    margin-bottom: 0;
    margin-left: 0.2em;
  }

  .modal-content-wrapper {
    gap: 0.75rem;
  }

  .modal-content-links {
    justify-content: space-around;
    align-items: center;
    gap: 1.25rem;
    width: 100%;
  }

  .modal-description {
    line-height: 1.75rem;
    width: 100%;
    padding: 0.7rem;
    text-align: start;
  }

  .modal-close {
    position: relative;
    left: 84%;
    top: 2em;
  }

  .modal-content-links > a {
    display: flex;
    width: 50%;
    justify-content: center;
    margin-right: 0.5em;
    font-size: 1em;
    color: #7f8cff;
    box-sizing: border-box;
    align-items: center;
    padding: 0.75em;
    border: 0.0625em solid #6070ff;
    border-radius: 0.5em;
    margin-left: 0;
  }

  .cardwok-1:hover{
    background-color: #EDF2F8;
      transform: scale(1.01);
      box-shadow: 12px solid black;
    }
   .cardwok-1 {
    transition: all .2s ease-in-out;
    display: flex;
    flex-direction: column;
   
    align-items: center;
    padding: 1em;
    gap: 1.502em;
    max-width:  310px;
    min-height: 37.5em;
    background-color: #babbcb;
    /* background-color: #fff;; */
    border: 1px solid #dfe1e6;
    border-radius: 2.0625em;
    margin-left: 0;
  }

  .bt {
    cursor: pointer;
    font-size: 1em;
    color: #7f8cff;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0.75em;
    gap: 0.625em;
    width: 9.875em;
    height: 3em;
    left: 0;
    border: 0.0625em solid #6070ff;
    border-radius: 0.5em;
    margin-left: 0;
  }

  .Action {
    height: 4.5em;
    margin-top: 0.625em;
  }

  .about-section {
    border-bottom-left-radius: 10%;
    background-color:  #ddbdf9;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 7.125em 1.5em;
    gap: 7.5em;
    width: 100%;
    left: calc(50% - 23.4375em / 2);
    top: 219.125em;
    border-top-right-radius: 10%;
    margin-top: 3em;
  }

  .top {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 1.75em;
    width: 100%;
  }

  .prim-text {
    height: 0.1875em;
    font-weight: 700;
    font-size: medium;
    line-height: 2.5em;
    display: flex;
    align-items: center;
    color: #172b4d;
    margin-top: 1em;
  }

  .abt {
    width: 90%;
    font-weight: 400;
    font-size: smaller;
    line-height: 1.5em;
    color: #344563;
  }

  .social-media {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 1em;
    height: 5em;
  }

  .connecth3 {
    font-size: 1em;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    gap: 0.5em;
    height: 1.5em;
    left: 1.5em;
    right: 14.625em;
    bottom: 10.5em;
    top: 32.875em;
    color: #495bfd;
    font-weight: normal;
  }

  .frame1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    width: 12.5em;
    height: 2.5em;
  }

  .skill-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    width: 100%;
   
  }

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

  .frame7 {
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .union {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 2.5em;
    width: 1.05em;
    height: 0.97em;
    right: 2.5em;
    top: calc(50% - 2.5em / 2);
    margin-left: 8em;
    border-radius: 0.5em;
  }

  .lang {
    height: 1.5em;
    left: 0.75em;
    right: 4.875em;
    top: calc(50% - 1.5em / 2);
    font-weight: 500;
    font-size: small;
    line-height: 1.5em;
    display: flex;
    align-items: center;
    color: #000;
    margin-left: 0;
    padding: 0.625em 0.25em;
  }

  .languages-list {
    /* Auto layout */
    display: flex;
    flex-direction: column;
   
    padding: 0;
    gap: 0.75em;
    margin-left: 0;
    width: 95%;
  }

  .frame-list {
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 0.75em;
    margin-left: 0;
    width: 95%;
  }

  .list-skill {
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 0.75em;
    margin-left: 0;
    width: 95%;
    
  }

  .languages-list ul {
    display: flex;
    flex-direction: column;
    gap: 2em;
    padding-left: 0;
    margin-left: 0;
  }

  .list-skill ul {
    display: flex;
    flex-direction: column;
    gap: 2em;
    padding-left: 0;
    margin-left: 0;
  }

  .frame-list ul {
    display: flex;
    flex-direction: column;
    gap: 2em;
    padding-left: 0;
    margin-left: 0;
  }

  .cont {
    display: flex;
    flex-direction: row;
    padding-top: 1em;
  }

  .js {
    width: 18.9375em;
    height: 4.17em;
    background: #f7f7f9;
    border-radius: 0.5em;
    display: flex;
    align-content: center;
    flex-direction: row;
    gap: 15px;
  }

  .html {
    width: 18.9375em;
    height: 4.17em;
    background: #f7f7f9;
    border-radius: 0.5em;
    display: flex;
    align-content: center;
    flex-direction: row;
    gap: 15px;
  }

  .css {
    width: 18.9375em;
    height: 4.17em;
    background: #f7f7f9;
    border-radius: 0.5em;
    display: flex;
    flex-direction: row;
    align-content: center;
    gap: 15px;
  }

  .frame8 {
    justify-content: space-between;
    width: 98%;
    display: flex;
    flex-direction: row;
  }

  .arrow {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0.5em;
    width: 2.5em;
    height: 2.5em;
    right: 1.625em;
    top: calc(50% - 2.5em / 2);
    border-radius: 0.5em;
  }

  .disabled {
    width: 1em;
    height: 1em;
  }

  .frame {
    height: 1.5em;
    left: 0.75em;
    right: 4.875em;
    top: calc(50% - 1.5em / 2);
    font-weight: 500;
    font-size:small;
    line-height: 1.5em;
    display: flex;
    align-items: center;
    color: #000;
    margin-left: 0;
    padding: 0.625em 0.25em;
  }

  hr {
    height: 0.0625em;
    left: 0;
    right: 0;
    bottom: 0;
    width: 20em;
    border-top: 1px solid #fff;
  }

  .frame9 {
    width: 100%;
    height:auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .contact {
    width: 23.4375em;
    height: 48.6875em;
    left: 0;
    top: 338.125em;
    border-top-left-radius: 23%;
    border-bottom-right-radius: 13%;
    background-color: #EDF2F8;
    /* border-radius: [object object]px;
    background-image:
      url(img/contact\ form\ shapes-mobile.svg),
      url(img/Contact\ me.svg); */
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 1em;
  }

  .form-ul {
    display: flex;
    flex-direction: column;
    gap: 1em;
    margin-top: 0;
    justify-content: center;
  }

  .contact-prim {
    width: 50.0625em;
    height: 3.5em;
    left: -13.3125em;
    top: 295.875em;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2.5em;
    line-height: 3.25em;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    padding-left: 1em;
  }

  .contact-body {
    height: 20.4375em;
    left: 1.5em;
    top: 300.125em;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.25em;
    line-height: 1.75em;
    text-align: center;
    color: #ebebff;
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 0;
  }

  #name,
  #mail {
    color: #616468;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    border: 0.0625em solid #cfd8dc;
    border-radius: 0.5em;
    height: 3em;
    width: 100%;
  }

  #name::placeholder {
    color: #b3bac5;
  }

  #mail::placeholder {
    color: #b3bac5;
  }

  #txtarea::placeholder {
    color: #616468;
  }

  label {
    display: none;
  }

  #txtarea {
    height: 10.625em;
    width: 100%;
    left: 1.5em;
    top: 320.3125em;
    border-radius: 0.5em;
    margin-right: 1em;
  }
  #last-list {
    display: flex;
    width: 100%;
    justify-content: center;
}
form {
  width: 94%;
  display: flex;
  justify-content: center;
}
  .get-in-touch {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: #6070ff;
    background: #fff;
    border-radius: 8px;
    padding: 12px 16px;
    margin-left: 0;
  }

  .get-in-touch :hover {
    box-shadow: #020736;
  }
}
@media (min-width: 569px) and (max-width: 768px) {
 
  .main-projects{
    /* width: 75%; */
  }
}
.hidden {
  display: none;
}

.contact {
  width: 100%;
  height: 48.6875em;
  left: 0;
  top: 338.125em;
  border-top-left-radius: 23%;
    border-bottom-right-radius: 13%;
    background-color: #EDF2F8;
  /* border-radius: [object object]px;
  background-image:
    url(img/contact\ form\ shapes-mobile.svg),
    url(img/Contact\ me.svg); */
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: flex;
  flex-direction: column;
  padding: 0;
  gap: 1em;
}
.form-ul li{
  width: 100%;
}
.form-ul {
  border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    height: 33em;
    padding: 2%;
    background-color: #fff;
    margin: 0 auto;
    justify-content: center;
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1em;
    margin-top: 0px;
}

.contact-prim {
  width: 70%;
  justify-content: center;
  display: flex;
  height: 3.5em;
  left: -13.3125em;
  top: 295.875em;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: medium;
  line-height: 3.25em;
  display: flex;
  /* align-items: center; */
  /* text-align: center; */
  color: rgb(52, 69, 99);
  margin-bottom: 0;
}

.contact-body {
  width: 90%;
  height: auto;
  left: 1.5em;
  top: 300.125em;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: smaller;
  line-height: 1.75em;
  text-align: center;
  color: rgb(52, 69, 99);
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 0;
}

#name,
#mail {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  border: 0.0625em solid #cfd8dc;
  border-radius: 0.5em;
  height: 3em;
  width: 100%;
  color: #616468;
}

#name::placeholder {
  color: #b3bac5;
}

#mail::placeholder {
  color: #b3bac5;
}

#txtarea::placeholder {
  color: #b3bac5;
}

label {
  display: none;
}

#txtarea {
  height: 8.625em;
  left: 1.5em;
  top: 320.3125em;
  border-radius: 0.5em;
  border: 0.0625em solid rgb(207, 216, 220);
}

.get-in-touch {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  color: #6070ff;
  background: #fff;
  border-radius: 8px;
  padding: 12px 16px;
  margin-left: 0;
}

.get-in-touch :hover {
  box-shadow: #020736;
}

.error {
  font-size: 700;
  margin: 0;
  margin-left: 0;
  color: red;
  height: 3.5em;
  width: 100%;
  display: flex;
  border-radius: 9px;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  #screen2_menu_check{
    display: none;
  }
  .error {
    font-size: 700;
    left: 1.5em;
    color: red;
    height: 3.5em;
    display: flex;
    border-radius: 9px;
  }
  #last-list{
    display: flex;
    width: 100%;
    justify-content: center;
  }
  #btn-li {
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: #6070ff;
    background: #EDF2F8;
    border-radius: 8px;
    padding: 12px 16px;
  }

  .modal-content-links > a {
    display: flex;
    justify-content: center;
    margin-right: 0.1em;
    font-size: 1em;
    color: #7f8cff;
    box-sizing: border-box;
    align-items: center;
    padding: 0.75em;
    gap: 0.625em;
    width: 9.875em;
    height: 3em;
    left: 0;
    border: 0.0625em solid #6070ff;
    border-radius: 0.5em;
    margin-left: 0;
    font-family: 'Poppins', sans-serif;
  }

  .nav-link {
    font-family: 'Poppins', sans-serif;
    color: #344563;
  }
.work-categories{
   gap: 1em;
    display: flex;
    flex-wrap: wrap;
}
  .work-categories li span {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
  }

  .menu-icon {
    display: none;
  }

  .menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    gap: 0.5em;
    width: 12.625em;
    height: 2.5em;
    color: #344563;
  }

  .toolbar .menu {
    display: flex;
    gap: 1.5rem;
  }

  .menu a:hover {
    color: #6070ff;
  }

  .menu a.active {
    color: #6070ff;
  }

  *html,
  body {
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  .languages-list {
    display: flex;
  }

  .list-skill,
  .frame-list {
    display: none;
  }

  .languages-list ul {
    display: flex;
    flex-direction: row;
    gap: 1.25em;
    padding: 0;
  }

  .list-skill ul {
    display: flex;
    flex-direction: row;
    gap: 1.25em;
    padding: 0;
  }

  .frame-list ul {
    display: flex;
    flex-direction: row;
    gap: 1.25em;
    padding: 0;
  }

  li {
    list-style-type: none;
  }

  body {
    background-color: #d3ecf0;  
    /* background: #e5e5e5; */
    margin: 0;
    padding: 0;
  }

  .toolbar {
    align-items: center;
    box-shadow: 5px 5px 8px 3px #888;
    position: fixed;
    background-color: white;
    z-index: 100;
    display: flex;
    flex-direction: row;
    width: 100%;
    left: 0;
    top: 0;
    gap: 51%;
  }

  .hidden {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    gap: 0.5em;
    width: 12.625em;
    height: 2.5em;
    left: 64.9375em;
    top: calc(50% - 2.5em / 2);
  }

  .mobile-nav-item {
    height: 1.25em;
    font-weight: 500;
    font-size: 15px;
    line-height: 0.9375em;
    display: flex;
    align-items: center;
    text-align: center;
    color: #344563;
  }

  .icon {
    display: none;
  }

  .logop {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0.625em 1.25em;
   
    height: 2em;
    left: 8.9375em;
    top: calc(50% - 2.5em / 2);
  }

  .lang,
  .role,
  .contac-p .contac-prim,
  .mylogo,
  .primery-text,
  .body2,
  .menu li,
  .mobile-nav-item,
  .connect,
  .project-title,
  .pri,
  .year,
  .prim-text,
  .abt,
  .connecth3,
  .bt {
    font-family: "Poppins", sans-serif;
    font-style: normal;
  }

  .cancel {
    display: none;
  }

  .mylogo {
    width: 100%;
    height: inherit;
    font-weight: 700;
    font-size: 1.125em;
    line-height: 1.25em;
    display: flex;
    align-items: center;
    text-align: center;
    color: #6070ff;
    text-decoration: none;
  }

  .back {
    background-image: url(img/bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #fff;
    border-bottom-left-radius: 10%;
    height: 45.25em;
    left: 0;
    top: 0.0625em;
    margin-right: 0;
  }

  .headline {
    padding-top: 3em;
    width: 99%;
    height: 38.875em;
    left: 0;
    top: 4.4375em;
    background-position: absolute;
    /* background-image: url(img/Header\ bg.svg);
    background-repeat: no-repeat;
    background-size: 100% auto; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 4.125em;
    padding-left: 8.25em;
    gap: 2.075em;
    width: 84%;
    top: calc(50% - 16.75em / 2);
  }

  .primery-text {
    font-weight: 700;
    font-size: 2em;
    line-height: 1em;
    display: flex;
    align-items: center;
    letter-spacing: 0.023125em;
    color: #091e42;
    margin-bottom: 0;
  }

  .body2 {
    width: 50%;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5em;
    color: #344563;
    margin: 0;
  }

  .connect {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    gap: 0.5em;
    width: 10.3125em;
    height: 1.5em;
    font-weight: 500;
    font-size: 1em;
    line-height: 1.5em;
    color: #495bfd;
  }

  .vector {
    display: flex;
    flex-direction: row;
    gap: 2.625em;
    width: 10.635625em;
    height: 1.25em;
    left: 6.25em;
    top: 40.125em;
    padding-left: 0;
    margin-top: 0;
  }

  .vector li {
    list-style-type: none;
    transition: all .2s ease-in-out;
  }
.vector li:hover{
  
    transform: scale(1.5);
}
  .main-projects {
    /* display: grid;
    align-items: center;
    justify-content: center;
    grid-template-rows: auto auto auto auto;
    padding: 7.75em;
    gap: 6em;
    left: 0;
    top: 57.3125em; */
    flex-wrap: wrap;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    padding: 4em;
    gap: 2em;
    justify-content: center;
  }

  .row-reverse {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    gap: 40px;
  }

  .work-card {
    height: 21em;
    padding-top: 0;
    line-height: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .card-highlights {
    margin-top: 0;
    display: flex;
    align-items: center;
  }

  .card li {
    font-weight: 600;
    color: #7a869a;
  }

  .font-style {
    font-family: "Poppins", sans-serif;
  }

  .card h3 {
    font-style: normal;
    min-width: 5em;
    height: 1.875em;
    font-weight: 700;
    font-size: 2em;
    line-height: 3.25em;
    margin-top: 0;
    margin-bottom: 0;
    color: #091e42;
    display: flex;
    flex-wrap: nowrap;
  }

  .main-project-1 img {
    width: 500px;
  }

  .card-description {
    font-weight: 400;
    font-size: smaller;
    line-height: 1.5em;
    color: #344563;
    height: 25%;
    /* margin-top: 1em; */
    margin-top: -1em;
    
  }

  .card-languages {
    /* margin-bottom: 20px;
    padding-left: 0; */
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 10%;
    gap: 0.3em;
    padding-left: 0;
    margin-top: -1em;
  }

  .card-languages li {
    list-style: none;
    background-color: #ebebff;
    color: #6070ff;
    padding: 4px 12px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    float: left;
    
  }
.project-tile{
  height: 5%;
}
  .work-period ul {
    height: auto;
    display: flex;
    padding-left: 0;
    margin:  0;
    font-weight: 600;
    font-size: 0.8125rem;
    line-height: 1rem;
  }

  .work-modal-languages li {
    list-style: none;
    background-color: #ebebff;
    color: #6070ff;
    padding: 4px 12px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    float: left;
    margin-left: 5px;
  }

  .tag li {
    background: #ebebff;
    box-sizing: border-box;
    border-radius: 1.5625em;
    color: #364aff;
    padding-left: 1em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .work-period ul li {
    margin: 0.625rem 0.625rem 0;
    font-weight: 600;
    font-size: 0.8125rem;
    line-height: 1rem;
    margin-top: 0;
    color: #7a869a;
  }

  .work-period ul li:first-child {
    list-style: none;
    margin-left: 0;
    text-transform: uppercase;
  }

  .width-100 {
    width: 100%;
  }

  .modal-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.75rem;
    color: #172b4d;
    text-transform: capitalize;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
  }

  .modal-description {
    line-height: 1.75rem;
    /* width: 56em; */
    padding: 0.7rem;
    text-align: start;
    font-family: 'Poppins', sans-serif;
    color: #344563;
  }

  .modal-content-links {
    display: flex;
    justify-content: space-around;
    align-items: start;
    gap: 1em;
    width: 100%;
    margin-top: 7em;
  }

  .button-enabled {
    color: #396df2;
    border: 0.0625rem solid #6070ff;
  }

  .modal-content-image {
    min-width: 100%;
    height: auto;
    border: 0.0625rem solid #6070ff;
  }

  .modal {
    margin-left: 1em;
    margin-right: 1em;
    padding: 1rem;
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 99999;
    backdrop-filter: blur(0.3125rem);
    -webkit-backdrop-filter: blur(0.3125rem);
    -moz-backdrop-filter: blur(0.3125rem);
    align-items: center;
  }

  .flex-column {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .modal-wrap {
   
    padding: 1rem;
    background-color: #fff;
    border: 26px #c2945a solid;
    border-radius: 16px;
    justify-content: flex-start;
    overflow: scroll;
    width: 44%;
    height: auto;
  }

  .mobile-menu {
    display: none;
  }

  .modal-content-wrapper {
    gap: 2rem;
  }

  .modal-header {
    justify-content: space-between;
    align-items: center;
  }

  .modal-content-text {
    padding-bottom: 3.875rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }

  .main-project-1 {
    width: 327px;
    height: 649px;
    border: 1px solid #dfe1e6;
    border-radius: 16px;
    margin: auto;
    background-color: #fff;
    margin-bottom: 55px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }
 
.react{
  width: 10em;
  height: 12vmin;
  position: relative;
  left: 81%;
  bottom: 60%;
}
.ruby{
  width: 4em;
  height: 12vmin;
  position: relative;
  left: 86%;
  bottom: 55%;
}
.js-icons{
  width: 4em;
  height: 12vmin;
  position: relative;
  left: 84%;
  bottom: 50%;
}

@media (prefers-reduced-motion: no-preference) {
  .react {
    animation: react-spin infinite 20s linear;
  }
  .ruby{
    animation: react-spin infinite 20s linear;
  }
  .js-icons{
    animation: react-spin infinite 20s linear;
  }
}
@keyframes react-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.cardwok-1:hover{
background-color: #EDF2F8;
  transform: scale(1.01);
  box-shadow: 12px solid black;
}
  .cardwok-1 {
    transition: all .2s ease-in-out;
    min-height: 30em;
    flex-direction: column-reverse;
    width: 27%;
    /* width: 97%; 
        background-color: #70afb8;*/
    display: flex;
    align-items: center;
    padding: 1em;
    gap: 0.002em;
    background-color: #babbcb;
    border: 1px solid #dfe1e6;
    border-radius: 2.0625em;
    margin-left: 0;
  }

  .modal-close {
    position: relative;
    left: 87%;
    top: 4em;
  }

  .cardwok-1 img {
    border-radius: 1.0625em;
    height: auto;
    width: 100%;
    box-shadow: 5px 5px 8px 8px #888;
  }

  .sql img {
    width: 2.3em;
    height: auto;
  }

  .prop img {
    max-width: 3em;
    height: 2.5em;
  }

  .main-projects:nth-child(2) .img-container {
    order: 1;
  }

  .snapshoot-1 {
    left: 1.5em;
    top: 1.5em;
    background-image: url(img/Snapshoot\ Portfolio.svg);
    background-repeat: no-repeat;
    background-size: 34em 30em;
    border-radius: 0.5em;
    max-width: 100%;
  }
  .frame2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    gap: 0.75em;
    min-width: 18.5625em;
    height: 2.5em;
    flex-wrap: nowrap;
  }

  .tags {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    width: 1.5em;
    height: 1.5em;
  }

  .tag {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 10.3125em;
    height: 1.5em;
    border-radius: 0.5em;
    gap: 0.5em;
    padding-left: 0;
    flex-wrap: nowrap;
  }

  #html,
  #css {
    min-width: 3.25em;
  }

  #abt-btn {
    margin-top: 0;
  }

  #js,
  #ruby {
    min-width: 5.25em;
  }

  #ruby {
    align-items: center;
    flex-wrap: nowrap;
    display: flex;
    flex-direction: row;
    min-width: 10.0625em;
    min-height: 1em;
  }

  .Action {
    width: 18.4375em;
    height: 4.5em;
    margin-top: 4em;
  }

  .btn {
    margin-top: 1em;
    font-size: 1em;
    color: #396df2;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0.75em;
    gap: 0.625em;
    width: 7.875em;
    height: 3em;
    left: 0;
    border: 0.0625em solid #6070ff;
    border-radius: 0.5em;
    margin-left: 0;
    background-color: white;
    font-weight: 500;
    transition: color 0.5s ease, rotate 2s;
  }

  .btn:hover {
    color: #0d10bd;
    rotate: 360deg;
  }

  #ctop {
    margin-top: 0.5em;
  }

  .about-section {
    border-bottom-left-radius: 10%;
    /* background-image: url(img/bg-for-abt.avif); */
    background-repeat: no-repeat;
    background-size: 100% 100%; 
    background-color: #ddbdf9;
    gap: 1em;
    /* background-color: hsla(0,0%,100%,1); */
    border-top-right-radius: 10%;
    display: flex;
    flex-direction: row;
    width: 94%;
    padding: 3%;
  }

  .top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75em;
    width: 45%;
    padding-left: 1em;
    padding-bottom: 3em;
  }

  .prim-text {
    font-weight: 700;
    font-size: 2.5em;
    line-height: 3.25em;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    color: #091e42;
    width: 10em;
  }

  .abt {
    width: 81%;
    margin-top: 0;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5em;
    color: #344563;
  }

  .social-media {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 1em;
    width: 12.5em;
    margin-bottom: 1em;
  }

  .connecth3 {
    /* width: 7.3125em; */
    font-weight: 500;
    font-size: 1em;
    line-height: 1.5em;
    color: #495bfd;
  }

  .bt {
    cursor: pointer;
    width: 9.5em;
    height: 3em;
    font-weight: 500;
    font-size: 1.0625em;
    line-height: 1.5em;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.03em;
    background: #fff;
    border-radius: 8px;
    color: #396df2;
    border: 1px solid #6070ff;
  }

  .skill-list {
    width: 50%;
    display: flex;
    flex-direction: column;
  }

  .frame12 {
    width: 100%;
    margin-top: 5em;
    display: flex;
    flex-direction: column;
    gap: 0.625em;
    align-items: flex-start;
    padding: 0;
    height: 13.5em;
  }

  .frame7 {
    display: flex;
    flex-direction: row;
    width: 89%;
    justify-content: space-between;
    height: 4.5em;
  }

  .lang {
    height: 1.5em;
    left: 1.5em;
    right: 4.875em;
    top: 37.5%;
    font-weight: 500;
    font-size: 1.25em;
    line-height: 1.5em;
    display: flex;
    align-items: center;
    color: #344563;
    margin-top: 0;
  }

  .union {
    left: 25%;
    right: 25%;
    top: 37.5%;
    bottom: 37.5%;
    width: 0.75em;
    height: 0.375em;
  }

  .frame8,
  .frame9 {
    display: flex;
    flex-direction: row;
    height: 4.5em;
    width: 90%;
    justify-content: space-between;
  }

 

  .arrow {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0.5em;
    width: 2.5em;
    height: 2.5em;
    right: 1.625em;
    top: calc(50% - 2.5em / 2);
    border-radius: 0.5em;
  }

  .frame {
    height: 1.5em;
    left: 1.5em;
    right: 4.875em;
    top: calc(50% - 1.5em / 2);
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.25em;
    line-height: 1.5em;
    display: flex;
    align-items: center;
    color: #344563;
  }

  hr {
    height: 0.0625em;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 0.0625em solid #fff;
    width: 50%;
  }

  .contact {
    margin-left: 0;
    width: 100%;
    height: 56.875em;
    left: 0;
    top: 320.3125em;
    border-top-left-radius: 23%;
    border-bottom-right-radius: 13%;
    background-color: #EDF2F8;
    /* border-radius: [object object]px; */
    /* background-image: url(img/mini-contact-img.svg), url(img/contact\ form-\ background-shape-desktop.svg);
    background-repeat: no-repeat; */
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0;
    gap: 2em;
    margin-top: 1em;
  }

  .form-ul {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    height: 33em;
    padding: 2%;
    background-color: #fff;
    margin: 0 auto;
    justify-content: center;
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1em;
    margin-top: 0px;
  }
  .form-ul li{
    width: 100%;
  }

  .about-contact {
    background-color: #d3ecf0;  
  }
 
  .contact-prim {
    height: 1.5em;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.5em;
    line-height: 2.25em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color:  rgb(52, 69, 99);
    margin-bottom: 0;
  }

  .contact-body {
    width: 56%;
    left: 1.5em;
    top: 300.125em;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.25em;
    line-height: 1.75em;
    text-align: center;
    color:  rgb(52, 69, 99);
    margin-top: 0;
    margin-bottom: 0;
  }

  #name,
  #mail {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    border: 0.0625em solid #cfd8dc;
    border-radius: 0.5em;
    height: 3em;
    width: 100%;
    color: #616468;
  }

  #name::placeholder {
    color: #616468;
  }

  #mail::placeholder {
    color: #616468;
  }

  #txtarea::placeholder {
    color: #616468;
  }

  label {
    display: none;
  }

  .txt-area-li {
    align-items: center;
    display: flex;
    width: 100%;
    flex-direction: column;
  }

  form {
    width: 94%;
    display: flex;
    justify-content: center;
  }

  #txtarea {
    border-radius: 0.5em;
    align-self: center;
    height: 7.625em;
    width: 100%;
    border-radius: 0.5em;
  }

  .get-in-touch {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: #6070ff;
    background: #fff;
    border-radius: 8px;
    padding: 12px 16px;
    margin-left: 23em;
  }

  .get-in-touch :hover {
    box-shadow: #4053fc;
  }

  #blue-btn {
    background: #4053fc;
    color: #fff;
  }

  h1 {
    color: #091e42;
    transition: color 0.5s ease;
  }

  h1:hover {
    color: #4053fc;
  }

  .hamburger-menu,
  .close {
    display: none;
  }

  .frames {
    width: 4.7em;
    height: auto;
  }
.framesskill{
  width: 3.5em;
}
.framesjest{
  width: 3.4em;
}
.framessoft{
  width: 3em;
  border-radius: 50%; 
}
#problemsolve{
  border-radius: 50%; 
  width: 5.5em;
  height: 3em;
}
#psql{
  width: 2.5em;
  height: auto;
}
  .framesboots {
    width: 6em;
  }
.framesrails{
  width: 3em;
}
  .Languages {
    width: 2.7em;
    height: 3em;
  }

  .more {
    padding: 0.5em;
    width: 1em;
    height: 3em;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .skill-set{
    padding-left: 0;
    gap: 2em;
  }
  .skill-set li{
    flex-direction: column;
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: rgb(225 230 239);
    /* background-image: url(img/skill-bg.avif);
    border-radius: 50%; */
    background-size: cover;
    height: 90px;
    width: 90px;
  }
 
  .framesruby{
    max-width: 80%;
  }
}


@media (min-width: 768px) and (max-width: 1023px) {
 
  .headline{
    padding-top: 3em;
  }
  .top{
    align-items: flex-start;
    justify-content: initial;
  }
  .react{
    bottom: 70%;
  }
  .js-icons{
    bottom: 60%;
  }
  .ruby{
    bottom: 65%;
  }
  
  .card{
     margin-top: 0;
  }
  .work-card{
    height: 80%;

  }
  .cardwok-1{
    height: 37em;
    width: 500px;
  }
  .about-section{
    margin-top: 0;
    align-items: initial;
  }
  .Action{
    width: 18em;
  }
  .bt{
    width: 12em;
  }
  .abt{
    margin-top: 2em;
  }
  .skill-list{
    margin-right: 3em;
  }
  
  /* background-color: hsla(0,0%,100%,1);
  border-top-right- */
  .skill-header{
    display: flex;
    justify-content: center;
    margin-bottom: 1em;
    
  }
  .skill-set{
    padding-right: 1%;
  }
  .text{
    padding-top: 3em;
    padding-left: 4.25em;
  }
  .prim-header{
    margin-bottom: 0.5em;
  }
  .primery-text{
    font-size: medium;
    font-weight: 600;
    height: auto;
  }
  .body2{
    font-size: 0.9em;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1024px) {
 
  .main-projects{
    gap: 5em;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
  }
  .cardwok-1{
    width: 408px;
    /* background-color:  #090e3b;; */
    background-color: #babbcb;
    
  }
  .toolbar{
    position: sticky;
  }
}



@media only screen and (min-device-width: 820px) and (max-device-width: 1180px)  {
  .logop{
    height: 2em;
  }
  
}

@media (width: 540px) and (height: 720px) {
  .main-projects{
    
    gap: 4em;
  }
  .text{
    padding-top: 1.5rem;
  }
}

@media (width: 1024px) and (height: 1366px) {
 .text{
  padding-top: 3em;
 }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (min-height: 768px) and (max-height: 1024px) {
  /* Your specific styles for the iPad Mini go here */
  .screen2_menu_btn{
    display: none;
  }
}
