* {
  padding: 0;
  margin: 0;
}
body {
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
#cssload-preloader {
  position: fixed;
  background: #000004
    url("https://media.giphy.com/media/CTFWjtzBkZ4KvXuKtO/giphy.gif") no-repeat
    center;
  /* top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px; */
  z-index: 999999;
}
.Main {
  display: flex;
  flex-direction: column;
  background-color: #000000;
  /* width: 100%; */
}
.sec1 {
  text-align: center;
  /* max-width: 100%; */
  overflow-x: hidden;
  /* position:relative; */
  background-image: url("public/bg-image7.png");
  /* -webkit-background-size:cover ;
       -o-background-size:cover; */
  background-size: cover;
  /* background-image: ; */
  background-repeat: no-repeat;

  /* background-color: #000004; */
}
.navbar {
  /* top: 0; */
  position: fixed;
  z-index: 101;
}

.bar0 {
  width: 100vw;
  list-style: none;
  transition: all linear 0.5s;
}
.bar0 img {
  /* position: fixed; */
  padding-top: 1rem;
  width: 8rem;
  height: 6rem;
}
.bar {
  border-top: 0.01em rgba(192, 174, 174, 0.552) solid;
  /* top: 85px; */
  /* position: fixed; */
  /* width:100vw; */
  list-style: none;
  /* margin:auto; */
  /* background-color: transparent; */
  overflow: hidden;
  transition: all linear 0.5s;
}
.bar ul {
  display: inline-flex;
  list-style: none;
  /* padding-left:150px ; */
}
.bar ul li {
  opacity: 1;
  margin: 1rem;
  padding-left: 7rem;
  /* padding-right: auto; */
  color: black;
  transition: all linear 0.5s;
}

.bar ul li a {
  text-decoration: none;
  color: #d8d3d0;
}

.bar li :hover {
  color: #909098;
  margin: 0;
  text-decoration: underline #404044;
}
.bar li :active {
  color: rgb(34, 33, 32);
  text-decoration: line-through;
}
header:hover .bar {
  background-color: #090a0f;
  transition: all linear 0.5s;
}
header:hover .bar0 {
  background-color: #404044;
  transition: all linear 0.5s;
  overflow: hidden;
}
.bar-alt {
  background-color: #090a0f;
  /* display: none; */
}
.bar0-alt {
  background-color: #404044;
}
.bar-alter {
  display: none;
  /* background-color: #000004; */
}
.bar-alter0 {
  background-color: #090a0f;
}
.navsec {
  margin-top: 20%;
  margin-bottom: 20%;
  /* margin:auto; */
  /* margin-left: 2rem; */
}

#styletext {
  z-index: 10;
  position: relative;
}
.textintro {
  margin-top: 3rem !important;
  margin-right: 0.8rem;
  color: whitesmoke;
  font-size: 7.5rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  max-width: 100rem;
  display: inline-block;
}
.sintro {
  display: flex;
  /* margin: auto; */
  /* margin-top: 25px; */
  justify-content: center;
  align-items: center;
}
.sintro1 {
  color: #fff;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1.2rem;
  line-height: 1.38;
  text-align: center;
  /* width: 220px; */
}
.sintro2 {
  height: 3rem;
  /* position:absolute; */
  /* display: inline-block; */
  margin-left: 3.2rem;
  margin-right: 3.2rem;
  text-align: center;
}
.sintro3 {
  color: #fff;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1.2rem;
  line-height: 1.38;
  text-align: center;
  /* width: 220px; */
}
.tom {
  /* margin-left: 0; */
  padding-top: 4rem;
  color: white;
  font-family: "Tangerine", serif;
  font-size: 7.5rem;
  font-weight: bolder;
  animation-name: fadeOut;
  animation-duration: 3s;
  animation-fill-mode: both;
}

.introhead {
  display: flex;
  /* grid-template-columns: auto auto;  */
  justify-content: center;
  /* column-gap: -100px; */
}
/* .introhead .textintro{
  text-align: right;
} */
.scrollanime {
  width: 24px;
  height: 24px;
  margin: auto;
}
#styletext {
  margin-left: 14px;
  padding-top: 65px;
  color: white;
  /* font: 5vw/50vh "Tangerine"; */
  /* position: absolute; */
  font-family: "Tangerine", serif;
  font-size: 125px;
  font-weight: bolder;
}

.chevron {
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}

.social {
  /* margin: auto; */
  display: flex;
  text-align: center;
  justify-content: center;
  margin-top: 3.5rem;
}

.social img {
  height: 3rem;
  width: 3rem;
  padding: 2rem;
  padding-left: 30px;
}

.social img:hover {
  /* filter: invert(24%) sepia(10%) saturate(168%) hue-rotate(201deg) brightness(97%) contrast(95%); */
  filter: invert(20%) sepia(11%) saturate(3218%) hue-rotate(203deg)
    brightness(98%) contrast(89%);
  /* filter: invert(9%) sepia(6%) saturate(6095%) hue-rotate(204deg) brightness(92%) contrast(102%); */
}

.moreinfo2 {
  color: #ffffff;
  font-size: 1.2rem;
  text-decoration: none;
  /* margin-left: -80px; */
  margin-top: 2rem;
  background-color: #12123292;
  font-family: Sofia Pro, serif;
  line-height: 1.18;
  letter-spacing: 0.2rem;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  /* letter-spacing: 1.5px; */
  border-radius: 2rem;
  border: 1px solid transparent;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.2rem 1.2rem;
  min-width: 155px;
  cursor: pointer;
}
.moreinfo2 :hover {
  text-decoration: none;
}
.moreinfobut :hover {
  background-color: #060412ae;
  behavior: smooth;
}

#styletext {
  animation: fill 2s ease forwards 2s;
}

#styletext path:nth-child(1) {
  stroke-dasharray: 743;
  stroke-dashoffset: 743;
  animation: anims 2s ease forwards 2s;
}
#styletext path:nth-child(2) {
  stroke-dasharray: 501;
  stroke-dashoffset: 501;
  animation: anims 2s ease forwards 2s;
}
#styletext path:nth-child(3) {
  stroke-dasharray: 501;
  stroke-dashoffset: 501;
  animation: anims 2s ease forwards 2s;
}
#styletext path:nth-child(4) {
  stroke-dasharray: 683;
  stroke-dashoffset: 683;
  animation: anims 2s ease forwards 2s;
}
#styletext path:nth-child(5) {
  stroke-dasharray: 454;
  stroke-dashoffset: 454;
  animation: anims 2s ease forwards 2s;
}
#styletext path:nth-child(6) {
  stroke-dasharray: 554;
  stroke-dashoffset: 554;
  animation: anims 2s ease forwards 2s;
}
#styletext path:nth-child(7) {
  stroke-dasharray: 549;
  stroke-dashoffset: 549;
  animation: anims 2s ease forwards 2s;
}
#styletext path:nth-child(8) {
  stroke-dasharray: 680;
  stroke-dashoffset: 680;
  animation: anims 2s ease forwards 2s;
}
#styletext path:nth-child(9) {
  stroke-dasharray: 743;
  stroke-dashoffset: 743;
  animation: anims 2s ease forwards 2s;
}
#styletext path:nth-child(10) {
  stroke-dasharray: 501;
  stroke-dashoffset: 501;
  animation: anims 2s ease forwards 2s;
}
#styletext path:nth-child(11) {
  stroke-dasharray: 501;
  stroke-dashoffset: 501;
  animation: anims 2s ease forwards 2s;
}
#styletext path:nth-child(12) {
  stroke-dasharray: 683;
  stroke-dashoffset: 683;
  animation: anims 2s ease forwards 2s;
}
#styletext path:nth-child(13) {
  stroke-dasharray: 454;
  stroke-dashoffset: 454;
  animation: anims 2s ease forwards 2s;
}
.intro-sec3 {
  color: #d8d3d0;
  /* margin: auto; */
  padding-top: 8rem;
  text-align: center;
  justify-content: center;
}
.intro-sec3 ul {
  /* margin: auto; */
  /* padding-top:80px ; */
  display: flex;
  text-align: center;
  justify-content: center;
  /* display: flex; */
  /* flex-direction: row; */
  padding: 2rem;
}
.intro-sec3 ul li {
  padding: 2rem;
}
.intro-sec3 ul li:nth-child(1) {
  padding-top: 70px;
}
.sec3title {
  font-size: 60px;
  color: #d3d3db;
}
.sec3intro {
  border: #fff 5px dotted;
  border-radius: 30px;
  max-width: 1200px;
  margin: auto;
}
.sec3intro1 {
  font-size: 30px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  padding-bottom: 50px;
}
.sec3intro2 {
  font-size: 25px;
  color: white;

  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  margin-left: 5px;
  margin-right: 5px;
}

.profilep {
  width: 150px;
  height: 150px;
  border-radius: 100px;
}
.skilltitle {
  color: #d3d3db;
  font-size: 3.1rem;
  text-decoration: underline;
  text-align: center;
  justify-content: center;
  padding-top: 8rem;
}

.skillset {
  text-align: center;
  justify-content: center;
  padding-top: 5rem;
}
#pt {
  display: none;
}
/* .acc>.clickpt{
  width: 0.2rem;
  border: 1.5px white solid;
  border-radius: 50%;
} */
#clickpt {
  position: absolute;
  z-index: 100;
  cursor: move;
  border: 1px solid whitesmoke;
  background-color: #00000485;
}
.skillset p {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  color: whitesmoke;
  margin-bottom: 2rem;
}
.acc:nth-child(2) img {
  /* position: s; */
  /* margin-left: 12rem; */
  height: 2rem;
  width: 2rem;
  transition: 0.5ms linear;
}
.acc img:hover {
  transform: scale(1.5);
}

#pt {
  /* position: absolute; */

  margin: auto;
  margin-left: 10rem;
  margin-right: 10rem;
  margin: auto;
  z-index: 100;
  /* transform: scale(0.2); */
}

/* .clickpt:active .pt{
  display: unset;
} */
/* .clickpt:hover .clickpt img{
  display: none;
} */
.acc {
  /* padding-top:80px ; */
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  margin-left: 5px;
  margin-right: 5px;
  gap: 0.5rem;

  /* max-width: 100rem; */
}

.skillset .hexaArea1 {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 5rem;
  gap: 3rem;
}
.skillset .hexaArea1 .hexagon img {
  height: 8rem;
  width: 8rem;
  padding: 1rem;
  /* padding-left:5rem; */
}

.skillset .hexaArea2 {
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 3rem;
  /* margin-bottom: 5rem; */
}
.skillset .hexaArea2 .hexagon img {
  height: 8rem;
  width: 8rem;
  padding: 1rem;
  padding-left: auto;
  /* transition: all linear 6s; */
}
.skillset .hexaArea1 .hexagon:hover {
  /* transform: scale(0.8); */
  animation-name: iconscale;
  animation-duration: 0.2s;
  animation-fill-mode: both;
}
.skillset .hexaArea2 .hexagon:hover {
  /* transform: scale(0.8); */
  animation-name: iconscale;
  animation-duration: 0.2s;
  animation-fill-mode: both;
}

.skillset h3 {
  font-weight: bolder;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  color: whitesmoke;
  /* padding-left: 1rem; */
}
.skillset .h1 {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  color: whitesmoke;
  font-weight: bolder;
  font-size: 25px;
  margin-top: 2rem;
  /* display: inline-block; */
}
.ProgressTime {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.progress {
  background: rgba(255, 255, 255, 0.1);
  justify-content: flex-start;
  border-radius: 10rem;
  align-items: center;
  /* justify-content: center; */
  padding: 0 0.2rem;
  display: flex;
  height: 1rem;
  width: 12rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  /* margin-left: 40rem; */
}

.progress-value {
  animation: load 3s normal forwards;
  box-shadow: 0 1rem 4rem -1rem #fff;
  border-radius: 10rem;
  background: #fff;
  height: 1rem;
  width: 0;
}
.progress-value1 {
  animation: load1 3s normal forwards;
  box-shadow: 0 1rem 4rem -1rem #fff;
  border-radius: 10rem;
  background: #fff;
  height: 1rem;
  width: 0;
}
.progress-value2 {
  animation: load2 3s normal forwards;
  box-shadow: 0 1rem 4rem -1rem #fff;
  border-radius: 10rem;
  background: #fff;
  height: 1rem;
  width: 0;
}
.progress-value3 {
  animation: load3 3s normal forwards;
  box-shadow: 0 1rem 4rem -1rem #fff;
  border-radius: 10rem;
  background: #fff;
  height: 1rem;
  width: 0;
}
.progress-value4 {
  animation: load4 3s normal forwards;
  box-shadow: 0 1rem 4rem -1rem #fff;
  border-radius: 10rem;
  background: #fff;
  height: 1rem;
  width: 0;
}
.progress-value5 {
  animation: load5 3s normal forwards;
  box-shadow: 0 1rem 4rem -1rem #fff;
  border-radius: 10rem;
  background: #fff;
  height: 1rem;
  width: 0;
}
.progress-value6 {
  animation: load6 3s normal forwards;
  box-shadow: 0 1rem 4rem -1rem #fff;
  border-radius: 10rem;
  background: #fff;
  height: 1rem;
  width: 0;
}
.progress-value7 {
  animation: load7 3s normal forwards;
  box-shadow: 0 1rem 4rem -1rem #fff;
  border-radius: 10rem;
  background: #fff;
  height: 1rem;
  width: 0;
}
.progress-value8 {
  animation: load8 3s normal forwards;
  box-shadow: 0 1rem 4rem -1rem #fff;
  border-radius: 10rem;
  background: #fff;
  height: 1rem;
  width: 0;
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 0%;
  }
}
@keyframes load1 {
  0% {
    width: 0;
  }
  100% {
    width: 60%;
  }
}
@keyframes load2 {
  0% {
    width: 0;
  }
  100% {
    width: 20%;
  }
}
@keyframes load3 {
  0% {
    width: 0;
  }
  100% {
    width: 50%;
  }
}
@keyframes load4 {
  0% {
    width: 0;
  }
  100% {
    width: 90%;
  }
}
@keyframes load5 {
  0% {
    width: 0;
  }
  100% {
    width: 10%;
  }
}
@keyframes load6 {
  0% {
    width: 0;
  }
  100% {
    width: 80%;
  }
}
@keyframes load7 {
  0% {
    width: 0;
  }
  100% {
    width: 75%;
  }
}
@keyframes load8 {
  0% {
    width: 0;
  }
  100% {
    width: 66%;
  }
}

#t {
  font: 800 40px system-ui;
  color: white;
  text-decoration: underline;
}
#t1 {
  font: 800 40px system-ui;
  color: white;
  text-decoration: underline;
}
.TimeS {
  display: flex;
  /* gap:1px; */
  text-align: center;
  justify-content: center;
}
.TimeS .h2 {
  padding: 1rem;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  color: white;
  font-size: 1.5rem;
}
.TimeS .time {
  padding: 0.5rem;
}

.TimeS:nth-child(3) {
  padding: 1rem;
  color: white;
  font-size: 1.5rem;
}

@keyframes iconscale {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(0.9);
  }
  75% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(0.8);
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes anims {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes fill {
  from {
    fill: transparent;
  }
  to {
    fill: #2e1503;
  }
}

.proedu {
  /* margin: 10rem 10rem; */
  display: flex;
  gap: 2rem;
  text-align: center;
  justify-content: center;
  margin-bottom: 4rem;
}
.profile {
  border-right: rgba(196, 194, 194, 0.486) solid 1px;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}

.profile div {
  color: #909098;
  font-size: 3.5rem;
  margin-bottom: 5rem;
}
.profile p {
  font-size: 2rem;
  color: white;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  text-align: justify;
  padding-right: 20px;
  /* text-align: center; */
  justify-content: center;
  max-width: 30rem;
  margin: auto;
  padding-left: 100px;
}
/* .profile .creds{
  top:1500px;
  position:absolute;

} */
.creds {
  text-align: left !important;
  /* position: absolute; */
  margin-top: 40px;
  font-size: 20px;
}
.creds li {
  list-style: none;
  color: whitesmoke;
  padding: 20px auto;
  margin: 20px auto;
  text-decoration: none;
  /* list-style-position: outside; */
  /* display:inline-block; */
}
.creds li span {
  color: #909098;
  text-decoration: none;
  /* font-weight: 10px; */
}
.edu {
  margin-right: 1rem;
}
.edu div {
  color: #909098;
  font-size: 50px;
  margin-bottom: 50px;
}

.edu p {
  /* font-size: 1em; */
  /* line-height: 1.75em; */
  position: relative;
  /* display: inline-block; */
  border-top: 3px solid;
  border-image: linear-gradient(to right, #743ad5 0%, #d53a9d 100%);
  border-image-slice: 1;
  /* border-width: 3px; */
  /* margin: 0; */
  font-size: 18px;
  /* margin-left: -10px; */
  padding: 20px;
  max-width: 500px;
  counter-increment: section;
  color: white;
}
.edu p:before {
  content: counter(section);
  position: absolute;
  border-radius: 50%;
  padding: 10px;
  height: 1.25em;
  width: 1.25em;
  background-color: black;
  text-align: center;
  line-height: 1.25em;
  color: white;
  font-size: 1em;
}

.edu p:nth-child(odd) {
  border-right: 3px solid;
  padding-left: 0;
}
.edu p:nth-child(odd):before {
  left: 100%;
  margin-left: -20px;
}

.edu p:nth-child(even) {
  border-left: 3px solid;
  padding-right: 0;
}
.edu p:nth-child(even):before {
  right: 100%;
  margin-right: -20px;
}

.edu p:first-child {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.edu p:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.proedu {
  margin: auto;
  margin-top: 70px;
  display: flex;
  text-align: center;
  justify-content: center;
}

.sec4 {
  position: relative;
  background-color: #000000;
  height: 100%;
  width: 100vw;
  border-top: 1px solid whitesmoke;
  box-shadow: 0px 50px 500px -100px #324555 inset;
  /* z-index: 200 ; */
}
.sec4cont {
  margin-top: 160px;
}
.sec4title {
  font-size: 60px;
  color: #d3d3db;
  text-align: center;
  justify-content: center;
}

.sec4cont .work1img {
  padding: 30px;
  border: 1px solid whitesmoke;
  width: 500px;
  height: 250px;
  transition: all linear 0.5s;
}
.sec4cont .work1img:hover {
  animation: workscale;
  animation-duration: 0.1s;
  animation-fill-mode: both;
  border: 1px solid white;
}
.work1 {
  margin: auto;
  display: flex;
  text-align: center;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 100px;
}
.work1 .work1text {
  color: whitesmoke;
  text-align: left;
  max-width: 20rem;
  margin-left: 6rem;
  /* margin-top: 350px; */
}
.work1 .work1text h2 {
  padding-bottom: 10px;
}

@keyframes workscale {
  0% {
    transform: scale(1);
    border-radius: 2px;
  }
  25% {
    transform: scale(1.05);
    border-radius: 4px;
  }
  50% {
    transform: scale(1.08);
    border-radius: 6px;
  }
  75% {
    transform: scale(1.09);
    border-radius: 7px;
  }
  100% {
    transform: scale(1.1);
    border-radius: 8px;
  }
}
.work2 {
  margin: auto;
  display: flex;
  text-align: center;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 100px;
}

.work2 .work2text {
  color: whitesmoke;
  text-align: left;
  max-width: 20rem;
  /* margin-top: 350px; */
  margin-right: 70px;
}

.sec4cont .work2img {
  padding: 30px;
  border: 1px solid whitesmoke;
  width: 500px;
  height: 250px;
  transition: all linear 0.5s;
}

.work2 .work2text h2 {
  padding-bottom: 10px;
}
.sec4cont .work2img:hover {
  animation: workscale;
  animation-duration: 0.1s;
  animation-fill-mode: both;
  border: 1px solid white;
}

.sec5 {
  position: relative;
  background-color: #2e2e2e;
  height: 100%;
  width: 100vw;
  /* border-top:1px solid whitesmoke; */
  box-shadow: 0px 250px 500px -50px #000000 inset;
}
.sec5 .sec5title {
  justify-content: center;
  /* align-items: center; */
  text-align: center;
  font-size: 4rem;
  color: #d3d3db;
  padding-top: 160px;
  /* border-bottom: #fff 2px solid; */
}
.contactinfo {
  display: flex;
  flex-direction: column;
}
.sec5 .infohead {
  color: #909098;
  font-size: 30px;
  /* margin-left: 3rem; */
  /* padding-left: 2rem; */
}
.contactinfo {
  text-align: left;
  margin-right: auto;
  margin-top: 4rem;
  margin-left: 6rem;
}
.contactlist {
  text-align: left;
  list-style: none;
  margin-top: 30px;
  /* text-decoration: none; */
  /* color: #909098; */
}
.sec5 .contactinfo .contactlist img {
  height: 50px;
  width: 50px;
  padding: 30px;
  /* padding-top: px; */
}
.sec5 .contactinfo .contactlist li a {
  font-size: 18px;
  font-family: "Courier New", Courier, monospace;
  color: #909098;
  text-decoration: none;
}

.sec5 .contactinfo .contactlist :hover img {
  animation: shake 1s;
  animation-iteration-count: infinite;
}
.sec5 .contactinfo .contactlist div:hover {
  text-decoration: underline;
}
.contactmap {
  margin: auto;
  margin-right: 4rem;
  margin-top: 50px;
  display: flex;
  text-align: center;
  justify-content: center;
}
@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
.sec5 footer {
  border-top: #909098 solid 1px;
  margin-top: 20px;
  border-bottom: #909098 solid 1px;
}
.sec5 footer ul {
  list-style: none;
  display: flex;
  text-align: center;
  justify-content: center;
}
.sec5 footer ul li {
  padding: 20px;
  color: rgb(186, 186, 186);
}
.sec5 footer ul li span {
  padding: 20px;
  color: rgb(236, 236, 236);
  text-align: left;
}
.social2 {
  border-top: #909098 solid 1px;
  margin: auto;
  margin-top: 30px;
  padding-top: 25px;
  display: flex;
  text-align: center;
  justify-content: center;
}
.social2 .s {
  display: flex;
}
.social2 img {
  height: 25px;
  width: 25px;
  padding: 10px;
  padding-left: 30px;
}

.social2 img:hover {
  filter: invert(20%) sepia(11%) saturate(3218%) hue-rotate(203deg)
    brightness(98%) contrast(89%);
}
.download_resume div {
  text-align: center;
  justify-content: center;
}
.download_resume div a {
  background-color: #bdaa02;
  color: black;
  padding: 1rem;
  margin: 1rem;
  border-radius: 20px;
  text-decoration: none;
  text-align: center;
  justify-content: center;
  font-weight: bold;
}
.download_resume div a span img {
  height: 2rem;
  width: 2rem;
  margin: -0.5rem;
  padding-left: 0.5rem;
}
/* .download_resume div {
  display: flex;
  background-color: #2e2e2e;
  color: white;
  text-align: center;
  justify-content: center;
  margin: 10px;
  border-radius: 20px;
  gap: 2rem;
}
.download_resume div a {
  background-color: #2e2e2e;
  color: white;

  text-decoration: none;
}
.download_resume div img {
  height: 2rem;
  width: 2rem;
} */

/* for mobile */

/* @media (max-width: 768px){
  body{
    max-width: 50%;
    overflow-x: hidden;
    width: 100vw;
  }

  .bg-image{
   width:100px;
   height: 100%;
  }
} */

/* end */
