* {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  color: white;
}

nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: rgb(5, 150, 70);
  height: auto;
  flex-wrap: wrap;
}

nav div ul {
  display: flex;
  list-style: none;
  justify-content: center;
}

footer div div div ul {
  list-style: none;
}

a {
  text-decoration: none;
}
nav div ul a:hover,
footer div div div ul a:hover,
.box > a:hover {
  font-size: 1.1rem;
  color: rgb(3, 58, 3);
}

nav div ul li {
  margin: 0 0.5rem;
}

.leftdivnav {
  font-size: 2.5rem;
}

.rightdivnav {
  min-width: 33rem;
}

body {
  background-color: rgb(3, 75, 35);
}

.SectionDiv {
  margin: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 10rem 0rem;
}

.firstSectionHeading {
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 2rem;
}

.resume-button {
  min-height: 3rem;
  color: #fcfffc;
  background-color: #059646;
  margin: 2rem 0rem;
  border: none;
  border-radius: 0.5rem;
  padding: 0.5rem;
}

.resume-button:hover {
  cursor: pointer;
  border: 2px solid;
  border-color: #fcfffc;
}

.resume-button:active {
  border: 2px solid;
  border-color: #021d02;
}

.div-hr {
  background-image: url(".\\Images\\bg_img.png");
  background-attachment: fixed;
  background-size: cover;
  height: 7rem;
}

.image-anim {
  height: auto;
  box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.6);
  cursor: pointer;
  will-change: transform;
  transition: 0.3s;
  transform: perspective(1000px) rotateX(-8deg) rotateY(-8deg);
}

.myimage {
  margin: 0rem;
  width: 50vw;
  max-width: 20rem;
  border-radius: 50%;
}

.company-logos {
  margin: "auto";
}

.icon {
  border-radius: 7rem;
  width: 3rem;
  height: auto;
}

.firstSectionHeading > div > a > input:active {
  border: 2px solid #021d02;
}

.firstSectionHeading > div > a > input:hover {
  border: 2px solid;
}

.icon-div {
  height: 20px;
}

#myspan {
  color: rgb(11, 250, 118);
}

.greenText {
  color: rgb(11, 250, 118);
}

.blackText {
  color: black;
}

.box-container {
  display: flex;
}

.box-container .box {
  display: grid;
  flex: 1 1 21rem;
  margin: 2.5rem;
  justify-content: center;
}

footer {
  background-color: rgb(5, 150, 70);
  display: flex;
  justify-content: center;
  min-height: auto;
  padding-top: 0;
}

.copyright {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 1rem;
}
footer > div > hr {
  margin: 1rem;
}

h2 {
  text-align: center;
  padding: 3rem 0rem;
}

h4 {
  padding: 1rem 0rem 1rem 0rem;
}

.p-div {
  width: 30rem;
}

.center-align {
  display: flex;
  align-items: center;
  justify-content: center;
}

.row {
  margin: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  gap: 2rem;
  flex-wrap: wrap;
  flex: 1 1 35rem;
}

.edu-Image {
  margin: 0.3rem;
  width: 12rem;
  border-radius: 5%;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.6);
}

.aboutimage {
  margin: 4rem;
  width: 50vw;
  max-width: 30rem;
  border-radius: 5%;
}

.myimage:hover,
.aboutimage:hover,
.edu-Image:hover {
  cursor: pointer;
  box-shadow: 0 50px 100px rgba(0, 0, 0, 0.6);
  transition: 0.3s;
  transform: perspective(100rem) rotateX(8deg) rotateY(8deg);
}

.skills-container {
  margin: 0rem 8%;
  background-color: #0b3320;
  border-radius: 2rem;
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  flex-wrap: wrap; /* Items wrap to a new line and start from the right when the container height is reduced */
}

.skills-items {
  margin: 0.92rem;
  padding: 20px;
  border-radius: 1rem;
  background: rgba(0, 0, 22, 0.9);
  flex: 0 0 102px; /*Flex-grow: 1 (items can grow), Flex-shrink: 0 (items don't shrink), Flex-basis: 100px (initial size of the items) */
}

.skills-items:hover {
  background: rgba(37, 134, 20, 0.9);
  box-shadow: 10px 50px 100px rgba(0, 0, 0, 0.6);
  transition: 0.3s;
}

.skills-items-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.exp-div {
  margin: 0rem 8%;
  background-color: white;
  border-radius: 2rem;
}

.exp-div-inner {
  width: 50vw;
  color: black;
  border-radius: 5%;
  background-color: rgb(170, 252, 6);
  margin: 1.5%;
  padding: 2%;
  box-shadow: 10px 50px 50px rgba(0, 0, 0, 0.6);
  transition: 0.3s;
}

.exp-div-inner:hover {
  background-color: rgba(52, 185, 28, 0.9);
  transition: 0.3s;
}

.left-align {
  justify-content: center;
  flex-wrap: wrap-reverse;
}
.edu-div {
  display: flex;
  flex-direction: column;
  background-color: #6dca97;
}

.get-in-touch-div {
  display: flex;
  background-color: #ffffff;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
}

.company-logos {
  width: 20vw;
  max-width: 200rem;
  margin: 1rem;
}

.edu-item-div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: white;
  border-radius: 10px;
  padding: 1rem;
  margin: 1rem 15rem;
  box-shadow: 10px 50px 50px rgba(0, 0, 0, 0.6);
  transition: 0.3s;
}

.edu-item-div:hover {
  box-shadow: 10px 50px 100px rgba(0, 0, 0, 0.6);
  transition: 0.3s;
}

.edu-item-div-details {
  margin: 0rem 2rem;
  min-width: 35rem;
}

.contact-details-div {
  margin: 7rem;
}
.contact-details-inner-div {
  display: flex;
  align-items: center;
}

#scroll-top.active {
  top: calc(100% - 5rem);
}

#scroll-top {
  position: fixed;
  top: -140%;
  right: 1rem;
  padding: 1rem 1.5rem;
  z-index: 1000;
}

.scroll-top-btn {
  width: 2rem;
  border-radius: 50%;
}

.contact-img {
  width: 90vw;
  max-width: 25rem;
}
