@font-face {
  font-family: b_regular;
  src: url(BAHNSCHRIFT.TTF);
  font-weight: 315;
}

@font-face {
  font-family: b_semibold;
  src: url(BAHNSCHRIFT.TTF);
  font-weight: 350;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "b_regular";
  font-weight: 347;
  letter-spacing: 0.9px;
  scroll-behavior: smooth;
  user-select: none !important;
}

.work-sec2 {
  user-select: none;
}


body.scroll_hide::-webkit-scrollbar {
  visibility: hidden;
  scroll-behavior: smooth;
}

body {
  height: fit-content !important;
  /* overflow: hidden !important; */
}

.protfolio_content::-webkit-scrollbar{
  display: none !important;
}

.protfolio_content {
  overflow: hidden !important;
  height: 100vh;
  /* display: unset; */
  visibility: hidden;
  scrollbar-width: unset !important;
}

.protfolio_content.sceen_visible {
  animation: sceen_visible00 500ms ease-in-out forwards;
}

@keyframes sceen_visible00 {
  from {
    /* display: unset; */
    visibility: hidden;
    height: 100vh;

  }

  to {
    /* display: block; */
    visibility: visible;
    overflow: hidden !important;
    height: fit-content;

  }
}


/*    Flash screen     */

/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');

#flash-screen-animation {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 999999999 ;
}

#flash-screen-word {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .15em;
  color: #FF9A30;
  font-weight: 700;
  font-size: clamp(2.2rem, 7vw, 5rem);
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  transform: scale(.75);
  transform-origin: center center;
  will-change: transform, opacity;
}

.flash-screen-dot {
  width: .18em;
  height: .18em;
  background: #FF9A30;
  border-radius: 50%;
}



.flash-screen-popup {
  animation: flashScreenPopup 200ms ease-in-out forwards;
}


.flash-screen-fade {
  animation: flashScreenFade 200ms ease-in-out forwards;
}



.flash-screen-zoom {
  animation: flashScreenZoom 200ms ease-in-out forwards;
}

@keyframes flashScreenPopup {
  from {
    opacity: 0;
    transform: scale(.75);
  }

  to {
    opacity: 1;
    transform: scale(1.12);
  }
}

@keyframes flashScreenFade {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes flashScreenZoom {
  0% {
    opacity: 1;
    transform: scale(1.12);
  }

  100% {
    opacity: 1;
    transform: scale(60);
  }
} */



/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap'); */

#flash-screen-animation {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh !important;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden !important;
  z-index: 999999999;
}

#flash-screen-word {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .15em;
  font-family: b_semibold;
  color: #FF9A30;
  font-weight: bold;
  font-size: clamp(2.2rem, 7vw, 5rem);
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  transform: scale(.75);
  transform-origin: center center;
  will-change: transform, opacity;
}

.flash-screen-dot {
  width: .18em;
  height: .18em;
  background: #FF9A30;
  border-radius: 50%;
}

/* Hide scrollbar for Chrome, Safari, and Opera */



.flash-screen-animation::-webkit-scrollbar {
  display: none !important;
  /* Chrome, Safari, Opera */
}


.flash-screen-popup::-webkit-scrollbar {
  display: none !important;
}


.flash-screen-fade::-webkit-scrollbar {
  display: none !important;
}


.flash-screen-zoom::-webkit-scrollbar {
  display: none !important;
}

/* Hide scrollbar for Chrome, Safari, and Opera */



/* WEBSITE + UI/UX + FRONTEND POPUP */

.flash-screen-popup {
  animation: flashScreenPopup 320ms ease-in-out forwards;
  scrollbar-width: none !important;
}


/* FADE ONLY (NO SHRINK) */

.flash-screen-fade {
  animation: flashScreenFade 180ms ease-in-out forwards;
  scrollbar-width: none !important;
}

/* FINAL FRONTEND ZOOM */

.flash-screen-zoom {
  animation: flashScreenZoom 295ms ease-in-out forwards;
  scrollbar-width: none !important;
}

@keyframes flashScreenPopup {
  from {
    opacity: 0;
    transform: scale(.75);
  }

  to {
    opacity: 1;
    transform: scale(1.12);

  }
}

@keyframes flashScreenFade {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes flashScreenZoom {
  0% {
    opacity: 1;
    transform: scale(1.12);
  }

  100% {
    opacity: 1;
    transform: scale(60);
  }
}



/*    Flash screen     */



.hrline {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  background-color: #b9b6b6;
}

/* .hrline2 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  background-color: #3333339f;
} */


.download_resume2 {
  width: 90%;
  padding: 15px;
  background-color: #ec9232;
  /* background-color: #f0f0f0; */
  color: #ffffff;
  margin: auto;
  font-family: "b_semibold";
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  font-size: .8rem;
  transition: transform 0.2s ease-in-out;
  border-radius: 10px;
  letter-spacing: 1px;
  border: 1px solid #f0ededdf;
  cursor: pointer;

}


.resume2 {
  bottom: .4rem;
  right: 0;
  position: absolute;
  margin: auto auto 1.5rem auto;
  width: 100%;
  height: max-content;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.download_resume2:hover {
  padding: 15px;
  background-color: #ffffff;
  /* color: #000000; */
  color: #ff9a30;
  font-weight: bolder;
  letter-spacing: 3px;
  transform: scaleX(1.04);
  /* border: 1px solid #3333339f; */
  border: 1px solid #ed902d;


}


/* .resume {
  width: 100%;
  height: max-content;
  padding:5px;
  position: fixed;
  z-index: 100;
  bottom: 0;
  top: 91%;
  background-color: #ffffff27;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap:.5rem;
} */


.resume.resumebutton_visible {
  animation: resumebutton_visible00 420ms ease-in forwards;
}

@keyframes resumebutton_visible00 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}



.resume {
  width: 100%;
  height: max-content;
  padding: 10px 10px 8px 10px;
  position: fixed;
  z-index: 99999;
  bottom: 0 !important;
  /* top:50%; */
  background-color: #ffffff2b !important;
  -webkit-backdrop-filter: blur(5px) !important;
  backdrop-filter: blur(5px) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.6rem;
  opacity: 0;
}



.download_resume {
  width: 98%;
  padding: 16px;
  background-color: #ff9a30;
  color: #ffff;
  margin: auto;
  font-family: "b_semibold";
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  font-size: 1.1rem;
  transition: transform 0.3s ease-in-out;
  border-radius: 10px;
  letter-spacing: 3px;
  border: 1px solid #ff9a30;
  cursor: pointer;
}

.download_resume:hover {
  background-color: #f29e44;
  text-decoration-style: solid;
  color: #313131;
  font-family: "b_semibold";
  font-weight: bolder;
  letter-spacing: 5px;
  border: 1px solid #ff9a30;
  transform: translateY(-7px);
}


.graphic small {
  top: -1rem;
  position: relative;
  font-size: .9rem;
  color: rgb(29, 29, 29) !important;
}

.graphic {
  height: 60%;
}

.work-project-sec a {
  min-height: 50px;
}

.graphic span {
  color: rgb(29, 29, 29) !important;
  font-size: 1.3rem;
}


.displaynone {
  visibility: hidden;
}

.home_sec {
  height: 2px;
}

html,
body {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
  /* background-color:rgba(24, 23, 23, 0.929); */
}

.whatsup {
  display: flex;
  align-items: baseline;
  font-size: 1rem;
  align-items: center;
  justify-content: space-between;
  grid-gap: .3rem;
}

.whatsup:hover a {
  color: #ff9a30;
  background-color: #fff;
  padding: 5px;
  border-radius: 2px;
}


.p-text a {
  text-decoration: none;
  color: #000000;
  font-family: "b_semibold";
  font-weight: 350;
  font-size: 1.1rem;
  padding: 5px;
}

.img_whatsup {
  display: block;
}

/*  */

.navbar {
  position: absolute;
  z-index: 999999;
  position: fixed;
  display: flex;
  justify-content: end;
  align-items: center;
  width: 100%;
  height: 100vh;
  background-color: #0202021f !important;
  -webkit-backdrop-filter: blur(5px) !important;
  backdrop-filter: blur(7px) !important;
  left: 10000px;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  top: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: none !important;

}

.navbar {
  overscroll-behavior: none !important;
}

.navbar-list {
  display: flex;
  min-width: 310px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  height: 100vh !important;
  justify-content: end;
  /*grid-gap:3rem;
  */
  background-color: #ff9a30;
  position: fixed;
  padding-top: 120px;
  right: -1000px;
  transition: all .8s ease-in-out;
  -webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -ms-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  z-index: 9999999;
  top: 0;
  overscroll-behavior: none;
  scroll-behavior: none !important;
  overflow: hidden;
  -webkit-overflow-scrolling: none !important;

}


.herosec2 p {
  line-height: 20px;
}

.social_link {
  width: max-content;
  padding: 20px;
  /* height: 100%; */
  height: max-content;

}

.nav_link {
  width: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: flex-start;
}

.nav_link>h4 {
  color: #ff9a30;
  background-color: #fff;
  padding: 5px;
  font-size: 1rem;
  border-radius: 2px;
}

.social_link .social_child {
  margin-top: 80px;
}

.social_link>h4 {
  color: #ff9a30;
  background-color: #fff;
  padding: 5px;
  border-radius: 2px;

}

.nav_link .nav_child {
  margin-left: 10px;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.social_link h4 {
  font-size: 1rem;
}


.nav_link h4 {
  font-size: 1rem;
}

.social_child h4 {
  line-height: 2;
}

.nav_child h4 {
  line-height: 4.5;
  grid-gap: .2rem;
  position: relative;
}

.nav_child h4 img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.social_child h4 a {
  text-decoration: none;
  color: #333;
  font-family: "b_semibold";
  font-weight: 350;
  font-size: 1rem;
}

.social_child h4 a:hover {
  padding: 5px;
  color: #ff9a30;
  border-radius: 2px;
  background-color: #ffffff;
}

.nav_child h4 a {
  text-decoration: none;
  color: #000000;
  font-family: "b_semibold";
  font-weight: 350;
  font-size: 1.1rem;
  padding: 5px;
}

.nav_child h4 a:hover {
  text-decoration: none;
  color: #ff9a30;
  background-color: #ffff;
  padding: 5px;
  border-radius: 2px;

}

.navbar-list .span-x {
  right: 0;
  padding: 20px;
  top: 0;
  position: absolute;
  background-color: white;
  width: max-content;
  height: max-content;
  border-bottom-left-radius: 20px;
  cursor: pointer;
}

.navbar-list .span-x i {
  font-size: 1.6rem;
  font-weight: 600;
  color: #ff9a30;
}

/*  */

.section-start {
  width: 95%;
  margin: auto;
  position: relative;
  margin-top: 8rem;
}



.section-contanet {
  width: 100%;
  margin: auto;
}

.menu i {
  font-size: 1.6rem;
  font-weight: 600;
  color: #ff9a30;
  cursor: pointer;
  z-index: 11;
  position: relative;
}


.menu {
  z-index: 11;
  position: relative;
}

.navpart-1 {
  display: flex;
  width: 95%;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  height: 90px;
  padding-top: 10px;
  margin-bottom: 20px;
  /* background-color: #ffffff65; */
}

.navpart-1 .logo {
  width: 60px;
  height: 60px;
}

.navpart-1 .logo img {
  width: 100%;
  height: 100%;
}

.namep .circle {
  background-color: #333;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 0 4px;
}

.namep h4 {
  white-space: nowrap;
  line-height: 23px;
}

.namep h4 p {
  display: inline-block;
}

.namep {
  display: flex;
  align-items: center;
  grid-gap: 1rem;
}

.namep span {
  width: 33px;
  height: 2px;
  margin-top: 10px;
  background-color: #ff9a30;
}

.namep .name-text {
  height: 80px;
  /* width: 235px; */
  width: 236px;
  overflow: hidden;
  position: relative;
  top: 33px;
}

.namep .name-text h4 {
  position: absolute;
  top: 80px;
  font-size: 18px;
}

nav {
  background-color: #ffffff27 !important;
  -webkit-backdrop-filter: blur(6px) !important;
  backdrop-filter: blur(6px) !important;
  width: 100%;
  position: fixed;
  top: 0;
  height: 90px;
  z-index: 99999;
  border-top: 3px solid #ff9a30;

}

/* /// hero sec // */

.herosec1 h3 {
  font-size: 25px;
}

.herosec1 span {
  color: #ff9a30;
  padding-right: 3px;
  font-weight: bold;
}

.hero-section {
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
  align-items: self-end;
  margin-bottom: 2rem;
}

.hero-section .herosec2 p {
  border-left: #ff9a30 2px solid;
  padding-left: 8px;
  font-size: 1.1rem;
  color: #333;
}

.hero-section h1 {
  font-size: 70px;
  padding: 15px 0;
  font-family: "b_semibold";
  font-weight: 350;
}

.hero-section h2 p {
  font-size: 70px;
  padding: 15px 0;
  font-family: "b_semibold";
  font-weight: 350;
  color: #ff9a30;
}

.hero-section h1 {
  color: #b3b3b3;
}

.hero-section h1 p,
.hero-section h1 span {
  color: #000;
}

.hero-section h2 {
  height: 100px;
  width: max-content;
  margin-top: -1rem;
  overflow: hidden;
}

.h2 p {
  position: absolute;
  opacity: 0;
  animation-name: nameanime;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

/* // main sec // */

.skil-sec h2 {
  color: #7b7b7b;
  text-align: justify;
  line-height: 34px;
  letter-spacing: .7px;
}

.main-content {
  margin-top: 130px;
  position: relative;
}

.skil-sec h3 {
  border-bottom: #ff9a30 2px solid;
  padding-bottom: 0.5rem;
  width: max-content;
  color: #000;
  font-family: "b_semibold";
  font-size: 22px;
}

.skil-sec p {
  padding-top: 20px;
  color: #333;
  font-size: 1.1rem;
}

.skils {
  margin: 2rem 0;
}

.skil-list {
  height: 80px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px;
  border-bottom: #ccccccab 1px solid;
  overflow: hidden;
  cursor: pointer;
}

.skil-list p {
  font-size: 2rem;
  position: relative;
  z-index: 9;
  font-family: "b_semibold";
}

.skil-list .overlay {
  background-color: #ff9a30;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -100%;
  left: 0;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}

@media (hover:hover) {

  .skil-list:hover .overlay,
  .skil-list:hover p {
    top: 0;
    color: #fff;
  }

}

@media (pointer:fine) {

  .skil-list:hover .overlay,
  .skil-list:hover p {
    top: 0;
    color: #fff;
  }

}

@media (pointer:coarse) {

  .skil-list:hover .overlay,
  .skil-list:hover p {
    top: 0;
    color: #fff;
  }

}




.skills-card {
  position: fixed;
  top: 25%;
  left: 60%;
  width: 300px;
  height: 320px;
  background-color: #ffffff38 !important;
  backdrop-filter: blur(15px) !important;
  /* box-shadow:0px 2px 15px 2px rgba(0,0,0,0.1); */
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  z-index: 99999;
  pointer-events: none;
  display: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.skil-list img {
  width: 250px;
  display: none;
}

/* // work // */

.work-start {
  margin-top: 90px;
}

/* .work-sec2 {
  margin-bottom:98px; ///////
} */


.work-sec2 {
  margin-bottom: 75px;
}

.work-sec h3 {
  border-bottom: #ff9a30 2px solid;
  padding-bottom: 0.5rem;
  width: max-content;
  color: #000;
  font-family: "b_semibold";
  font-size: 22px;
  padding-bottom: 0.5rem;
}

.work-div-content {
  width: 100%;
  height: 720px;
  background-color: #e6e6e6;
  margin: 1rem 0 0 0;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

/* .work-div-content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
} */

.work-div-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}



.work-div-txt {
  width: 43%;
  /* width: 50%; */
  /* width: 35%; */
  height: 100%;
  /* border:1px solid #000; */
  /* margin-left: 20px; */
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  /* grid-gap: 2rem; */
  grid-gap: 11rem;
  padding: 2rem;
  position: relative;
  margin-top: -2rem;
  margin-bottom: 2rem;
  left: 0px;
  justify-content: space-evenly;
  align-items: flex-start;
}

/* .work-div-p{
  position: absolute;
  bottom: 125px;
  left: 0px;
} */


.work-project-sec {
  display: flex;
  flex-direction: column;
  grid-gap: 1.2rem;
  /* grid-gap: 2rem; */
  position: relative;
  /* width: 100%; */
  width: fit-content;
  height: 200px;
  /* top: 60px; */
}

.work-project-sec::before {
  content: '';
  height: 258px;
  /* height: 250px; */
  width: 4px;
  background-color: #fff;
  position: absolute;
  margin-left: 1px;
}

.work-project-sec a {
  padding-left: 20px;
  height: 100%;
  width: 100%;
  position: relative;
  padding-top: 2px;
  font-family: "b_semibold";
  font-weight: bolder;
  font-size: 2.4rem !important;
  /*margin-left: 0.1rem;
  */
  color: #333;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.work-project-sec a.active {
  border-left: 6px solid #ff9a30;
  color: #ff9a30;
}

.work-project-sec h4 {
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
}

.work-project-sec a.active h4 {
  margin-left: 1rem;
}

.work-div-txt p {
  color: #333;
  font-size: 1.1rem;
}

.work-div-images {
  width: 55%;
  height: 100%;
  background-color: #fff;
  margin-left: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.work-img-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(313px, 1fr));
  /* grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); */
  padding: 10px;
  /* flex-direction: column; */
  place-items: center;
  grid-gap: 1rem;
}

.work-div {
  height: 100%;
  display: flex;
  width: 100%;
  /* justify-content:space-between; */
  background-color: #fff;
  flex-direction: column;
}

.work-div-txt2 {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid lightgray;
  padding-top: 10px;
  /* flex-direction:column; */
}

.work-div-txt2 .btn {
  width: max-content;
  background-color: #ff9a30;
  padding: 4px 15px;
  border-radius: 30px;
  color: white;
}

.work-div-txt2 i {
  font-size: 1.3rem;
  color: #ff9a30;
}

.work-text2 p {
  font-size: 1.1rem;
  color: #ff9a30;
  font-family: "b_semibold";
}

.work-div-txt2 p a {
  text-decoration: none;
  color: white;
}

.work-text2 small {
  color: #333;
}

.work-text2 {
  padding-top: 10px;
}


.work-img-content {
  position: relative;
  height: 100%;
  /* overflow-x: hidden; uncomented */

  overflow-x: hidden;
}

.work-div-img-content {
  position: absolute;
  opacity: 0;
}

.work-div-img-content.active {
  opacity: 1;
  z-index: 4;
}

.addHeight {
  overflow-x: auto;
}



/* .work-img-content{
  height:100%;
  width:max-content;
  padding: 5px;
} */

.work-div-img-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  padding: 20px;
  /* place-items:center; */
  grid-gap: 2rem;
  height: auto;
  top: 0;
  /* background-color:#fff !important; */
}

.work-div-img-content img {
  width: 95%;
  margin: auto;
}

.work-div>a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 5px;
  margin: auto;
}

.work-project-sec a {
  text-decoration: none;
}

.work-div-p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 1rem;
  /* background-color:red; */
  width: 300px;
  padding: 1rem 0;
  /* overflow:hidden; */
}

.work-div-p p.left300 {
  left: -300px;
}

.work-div-p p {
  text-align: justify;
  position: absolute;
  min-width: 300px;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}

.work-div-p p:nth-child(2),
.work-div-p p:nth-child(3),
.work-div-p p:nth-child(4) {
  opacity: 0;

}

.section-container {
  padding-bottom: .2rem;
}



@media (max-width:1555px) {
  .work-div-p p {
    left: 30px;
  }
}

@media (max-width:1030px) {
  .skil-sec h3 {
    font-size: 19px;
  }

  .skil-sec {
    margin-top: 1rem;
  }

  .hero-section h2 p {
    font-size: 60px;
  }

  .hero-section h1 {
    font-size: 50px;
  }

  .hero-section .herosec2 p {
    font-size: 1rem;
  }



  .hero-section {
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    position: relative;
  }

  .herosec2 {
    position: absolute;
    top: 285px;
    right: 0;
  }

}


@media (max-width:965px) {
  .work-div-p p {
    left: 0px;
  }

  .work-div-txt {
    margin-left: 0px;
    justify-content: space-evenly;
    padding: 0rem;
  }

  .work-div-content {
    justify-content: space-between;
    padding-left: 25px;
  }

}


@media (max-width:780px) {

  .herosec2 {
    top: 310px;
  }

  .main-content {
    margin-top: 210px;
  }

}







@media (max-width:755px) {

  .skills-card {
    display: none !important;
  }

  .skil-list img {
    width: 220px;
    display: block;
  }

  .skil-list {
    height: 100%;
    flex-direction: column;
  }

  .skil-list .overlay {
    z-index: -1;
  }


  .work-div-content {
    flex-direction: column;
    padding: 10px;
    justify-content: center;
    height: 900px;
  }

  .work-div-txt {
    width: 100%;
    grid-gap: 10rem;
    /* margin:1rem; */
    display: flex;
  }

  .work-div-images {
    width: 100%;
    /* margin-top:2rem; */
    margin-left: 0;
  }

  .work-project-sec {
    grid-gap: 1.5rem;
    height: 186px;
  }

  .work-div-content {
    width: 100%;
    height: 1150px;
  }


}

@media (max-width:626px) {

  .skills-card {
    display: none !important;
  }

  .skil-list img {
    width: 220px;
    display: block;
  }

  .skil-list {
    height: 100%;
    flex-direction: column;
  }

  .skil-list .overlay {
    z-index: -1;
  }

  .hero-section h2 p {
    font-size: 50px;
  }

  .hero-section h1 {
    font-size: 40px;
  }

  .hero-section .herosec2 p {
    font-size: 1rem;
  }

  .herosec2 {
    top: 290px;
  }


}


@media (max-width:520px) {
  .displaynone {
    display: none;
  }
}


@media (max-width:480px) {

  .skil-sec h2 {
    font-size: 1.1rem;
    line-height: 23px;
    letter-spacing: .7px;
  }

  /* .namep {
        position: absolute;
        top: -.5rem;
        right: 5.5rem;
    } */

  /* .namep {
    width: 245px;
    margin: 0 .8rem;
    margin-top: -.3rem;
  } */

  .namep {
    width: 250px;
    margin: 0 .8rem;
    margin-top: -.3rem;
  }


  .navpart-1 .logo img {
    width: 50px;
    height: 50px;
  }

  .navpart-1 .logo {
    width: 50px;
    height: 50px;
  }

  .namep .name-text h4 {
    font-size: 15px;
  }

  /* .namep .name-text h4 {
    font-weight: 600;
  } */

  /*  */

  .hero-section {
    flex-direction: column;
    /* justify-content: center;
    align-items: center; */
    /* align-items: baseline; */
    position: relative;
  }

  .hero-section h1 {
    font-size: 30px;
    padding: 15px 0;
    text-align: justify;
  }

  .hero-section h2 p {
    font-size: 40px;
  }

  .herosec2 {
    position: absolute;
    top: 225px;
    left: 0;
  }

  .herosec2 p {
    text-align: right;
    border-right: 2px solid #ff9a30;
    border-left: none !important;
    padding-right: 8px;
  }

  .hero-section .herosec2 p {
    font-size: 1rem;
  }

  .herosec1 h3 {
    font-size: 20px;
  }


  .skil-sec p {
    padding-top: 10px;
    font-size: .9rem;
  }

  .skills-card {
    display: none !important;
  }

  .skil-list img {
    width: 220px;
    display: block;
  }

  .skil-list {
    height: 100%;
    flex-direction: column;
  }

  .skil-list .overlay {
    z-index: -1;
  }


  .main-content {
    margin-top: 170px;
  }

  .skil-list p {
    font-size: 1.8rem;
    margin: 1.5rem 0;
  }

  /*  */

  .work-div-content {
    width: 100%;
    height: 1380px;
  }

  .displaynone {
    display: none;
  }

  .work-div-txt {
    margin-top: -2rem;
  }

  .work-div-txt {
    grid-gap: 7.4rem;


  }
}

@media (max-width:400px) {
  .work-div-txt {
    grid-gap: 8.4rem;

  }

  .work-div-content {
    width: 100%;
    height: 1460px;
  }


  .resume {
    padding: 5px;
  }

  .download_resume {
    width: 98%;
    font-size: 1rem;
  }

  .download_resume {
    letter-spacing: 2px;
  }

  .download_resume:hover {
    letter-spacing: 4px;
    transform: scaleX(1.02);
  }


}

@media (max-width:380px) {
  .work-div-img-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  }

}



@media (max-width:374px) {
  .hero-section h1 {
    font-size: 25px;
    padding: 15px 0;
    text-align: justify;
  }

  .hero-section h2 p {
    font-size: 40px;
  }

  .work-div-content {
    width: 100%;
    height: 1580px;
  }

  .work-div-txt {
    margin-top: -4rem;
  }

  .work-div-txt {
    grid-gap: 9.4rem;
  }

  .work-sec2 {
    margin-bottom: 53px;
  }

}

@media (max-width:360px) {
  .hero-section h1 {
    font-size: 25px;
    padding: 15px 0;
    text-align: justify;
  }

  .hero-section h2 p {
    font-size: 40px;
  }

  .navpart-1 .logo img {
    width: 40px;
    height: 40px;
  }

  .navpart-1 .logo {
    width: 40px;
    height: 40px;
  }

  .namep .name-text h4 {
    font-size: 15px;
  }

  .namep {
    width: 220px;
    margin: 0 .8rem;
    margin-top: -.3rem;
  }

  .namep span {
    width: 33px;
    height: 2px;
    margin-top: 10px;
    background-color: #ff9a30;
    display: none;

  }

  .work-div-img-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  }

  .work-project-sec {
    width: 100%;
  }

  .work-div-txt {
    grid-gap: 10.4rem;
  }



}

@media (max-width:350px) {
  .herosec2 {
    position: absolute;
    top: 185px;
    right: 0;
  }

  .herosec2 p {
    line-height: 17px;
  }

  .hero-section h1 {
    font-size: 25px;
  }

  .hero-section h3 {
    font-size: 18px;
  }

  .skil-sec h3 {
    font-size: 19px;
  }

  .skil-sec {
    margin-top: 1rem;
  }

  .hero-section h2 p {
    font-size: 30px;
  }

  .hero-section .herosec2 p {
    font-size: .8rem;
  }

  .main-content {
    margin-top: 100px;
  }

  .work-div-content {
    width: 100%;
    height: 1680px;
  }

  .work-div-txt {
    margin-top: -4rem;
  }

  .work-div-img-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }

  .work-div-txt {
    grid-gap: 10.4rem;
  }



}


@media (max-width:340px) {
  .work-div-img-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }


  .work-div-p p {
    min-width: 263px;
  }

  .work-div-txt {
    grid-gap: 10.4rem;
  }



}