body {
  background-color: #e8eaf6;
}
.profile {
  position: relative;
  top: -120px;
}
.divOfProfile {
  text-align: center;
  margin: 0% 20%;
  margin-top: 130px;
  height: 500px;
  border: 4px solid #a1887f;
  box-shadow: 5px 5px 5px 5px #9e9e9e;
  border-radius: 50px;
  box-shadow: inset 7px 7px 25px #a1887f, inset -7px -7px 25px #a1887f;
}
@media only screen and (max-width: 600px) {
  .divOfProfile {
    margin: 120px auto;
    height: 700px;
  }
}
.projectColors {
  border: 1px solid #4e342e;
  color: #4e342e;
  outline: none;
}
.profColor {
  color: #4e342e;
}
.variousIcons {
  display: flex;
  justify-content: center;
}
.bioDiv {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.nameData {
  display: block;
}
.contactData {
  display: flex;
  justify-content: center;
  margin-top: 25px;
  flex-wrap: wrap;
  margin: 0px 23%;
}
.contacts {
  margin: 5px 10px;
  font-size: 19px;
}
.contactMail {
  margin: 3px 10px;
}

.descriptionData {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 40px;
}
.descData {
  line-height: 22px;
  width: 600px;
}
.circleDiv {
  border: 3px solid;
  border-color: #a1887f;
  color: #4e342e;
  font-weight: bold;
  width: 150px;
  height: 150px;
  border-radius: 6%;
  box-shadow: 5px 5px 5px 5px #9e9e9e;

  box-shadow: inset 3px 3px 15px #a1887f, inset -3px -3px 15px #a1887f;
}

img {
  border-radius: 5px 5px 0 0;
}
.round {
  width: 200px;
  height: 200px;
  border: 5px solid gray;
  border-radius: 50%;
  /* overflow: hidden; */
  left: 55%;
  top: 50%;
  margin-top: -170px;
  margin-left: -170px;
  position: absolute;
}
.container {
  padding: 5px;
}
.completedDiv {
  border-radius: 5px;
}
.technologies {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* margin-bottom: 50px */
}
.techStack {
  margin: auto;
  /* border: 1px solid red; */
}
.icon {
  width: 150px;
  height: 150px;
  padding: 20px;
  margin: 0px 20px;
  margin-top: 20px;
  text-align: center;
}
.techTags {
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  line-height: 0.1px;
  color: #4e342e;
}
.stats {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}
.circleOfHours {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 6px;
}

.numberCommitHours {
  position: absolute;
  top: 30px;
  left: 45px;
}
.circleOfGithub {
  margin: 0px auto;
}
.wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.card {
  width: 480px;
  height: 340px;
  margin: 1em;
  perspective: 1500px;
}
.card .content {
  position: relative;
  width: 100%;
  height: 100%;
  /* whether children of an element are positioned in the 3D space */
  transform-style: preserve-3d;
  /* Rotate function */
  transition: transform 0.8s cubic-bezier(0.75, 0, 0.85, 1);
}
.more {
  display: none;
}
.more:checked ~ .content {
  transform: rotateY(180deg);
}
.front,
.back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  border-radius: 6px;
}
.front .inner,
.back .inner {
  height: 100%;
  display: grid;
  padding: 1em;
  transform: translateZ(80px) scale(0.94);
}
.front {
  background-color: #fff;
  background-size: cover;
  background-position: center center;
}
.front:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 6px;
  backface-visibility: hidden;
  background: linear-gradient(
    40deg,
    rgba(67, 138, 243, 0.7),
    rgba(255, 242, 166, 0.7)
  );
}
.front .inner {
  grid-template-rows: 5fr 1fr 1fr 2fr 1fr;
  justify-items: center;
}
.front h3 {
  grid-row: 2;
  margin-bottom: 0.3em;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
  font-weight: 500;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.front .rating {
  grid-row: 3;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  display: flex;
  flex-flow: row nowrap;
}
.front .rating i {
  margin: 0 1px;
}
.back {
  transform: rotateY(180deg);
  background-color: #fff;
  border: 2px solid #f0f0f0;
}
/* .back .inner {
  grid-template-rows: 1fr 2fr 1fr 2fr 14fr 1fr 1fr;
  grid-template-columns: repeat(4, auto);
  grid-column-gap: 0.2em;
  justify-items: center;
} */
.back .info {
  position: relative;
  display: flex;
  align-items: center;
  color: #3e2723;
  grid-row: 3;
}
.back .info:not(:first-of-type):before {
  content: '';
  position: absolute;
  left: -0.9em;
  height: 18px;
  width: 1px;
  background-color: #ccc;
}
.back .info span {
  font-size: 2em;
  font-weight: 700;
}
.back .info i {
  font-size: 1.2em;
}
.back .info i:before {
  background: linear-gradient(40deg, #355cc9, #438af3);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.back .info .icon {
  margin-left: 0.3em;
}
.back .info .icon span {
  display: block;
  margin-top: -0.25em;
  font-size: 0.8em;
  font-weight: 600;
  white-space: nowrap;
}
.back .description {
  grid-row: 5;
  grid-column: -1;
  font-size: 0.96em;
  border-radius: 5px;
  font-weight: 600;
  line-height: 1.4em;
  overflow: auto;
  color: #3e2723;
}
.back .location,
.back .price {
  font-weight: 600;
  color: #3e2723;
  grid-row: 1;
  font-size: 0.86em;
}
.back .location {
  grid-column: 0.3333333333;
  justify-self: left;
}
.back .price {
  grid-column: -3;
  justify-self: right;
}
.back .button {
  grid-column: -1;
  justify-self: right;
}
.button {
  grid-row: -1;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  cursor: pointer;
  display: block;
  padding: 0 1.5em;
  height: 3em;
  line-height: 2.9em;
  min-width: 3em;
  background-color: transparent;
  border: solid 2px #fff;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  left: 50%;
  backface-visibility: hidden;
  transition: 0.3s ease-in-out;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.button:hover {
  background-color: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  text-shadow: none;
  color: #4e342e;
}
.button.return {
  line-height: 3em;
  color: #4e342e;
  border-color: #4e342e;
  text-shadow: none;
}
.button.return:hover {
  background-color: #4e342e;
  color: #4e342e;
  box-shadow: none;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: gray;
}
::-webkit-scrollbar-thumb:hover {
  background: gray;
}
