
.about-section{
  
  min-height: 390px;
  width: 100%;
  background-image: url(images/graphics_design.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 0px;
  margin-top: 50px;
}
.about{
    background-color: rgb(20, 20, 20, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 390px;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 50px;
}
.about1{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0px;
  margin-bottom: 70px;
  max-width: 600px;
  margin-right: 20px;
  margin-left: 20px;
}
.about1 h1{
   color:  white;
   font-size: 35px;
   margin-bottom: 10px;
   margin-top: 30px;
   width: auto;
   text-align: center;
   position: relative;
   animation-name: abth1;
   animation-delay: 0.5s;
   animation-duration: 1s;
   animation-fill-mode: forwards;
   opacity: 0;
}
@keyframes abth1 {
   0% {top: -500px; opacity: 0;}
   100% {top: 0px; opacity: 1;}
}

.about1 h2{
  color: white;
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 0px;
  width: auto;
  text-align: center;
  position: relative;
   animation-name: abth2;
   animation-delay: 1.5s;
   animation-duration: 1s;
   animation-fill-mode: forwards;
   opacity: 0;
}
@keyframes abth2 {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
.about1 p{
  color: white;
  font-size: 16px;
  margin-bottom: 0px;
  margin-top: 0px;
  width: auto;
  text-align: center;
  position: relative;
  animation-name: abtp;
  animation-delay: 2.2s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes abtp {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
.about2{
   height: 100%;
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   background-color: var(--primary-color);
   width: 100%;
   margin-left: 0px;
   margin-bottom: 100px;
}
.about2 div{
  flex: 1;
  min-height: 250px;
  max-height: 500px;
  height: auto;
  width: auto;
  background-color: var(--secondary-color);
  color: var(--primary-color);
  padding: 5px;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: -80px;
  border: solid;
  border-width: 8px;
  border-color: var(--primary-color);
  cursor: pointer;
}
@media (max-width: 800px) {
  .about2{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .about2 div{
    margin-top: -50px;
    margin-bottom: 100px;
    max-width: 500px;
  }
}
.about2 div:hover{
  color: green;

}
.about2 h3{
  text-align: center;
  margin-bottom: 10px;
}
.rule{
  width: auto;
  height: 3px;
  background-color: green;
  border: none;
  border-radius: 15px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  align-self: center;

}
.about2 p{
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 25px;
  margin-left: 5px;
  margin-right: 5px;
}
.our-team{
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.our-team h2{
  color: var(--secondary-color);
  text-align: center;
}
.profile-section{
 display: flex;
 flex-direction: row;
 justify-content: space-around;
 align-items: center;
 margin-top: 0px;
 margin-bottom: 60px;
 height: 80%;
 width: 80%;
}

.profile{
  flex: 1;
  height: auto;
  width: 80%;
  max-width: 800px;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: gray;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 10px;
  position: relative;
  margin-top: 100px;
}

.profileimg{
  background-color: var(--primary-color);
  border-radius: 100px;
  height: 170px;
  width: 170px;
  top: -80px;
  left: 35%;
  position: absolute;
  border-style: solid;
  border-width: 10px;
  border-color: var(--primary-color);
  
}
.clocking{
  height: 1px;
  width: 168px;
  position: absolute;
  top: 76px;
  left: -10px;
  animation-name: roll;
  animation-iteration-count: 1;
  animation: 60s roll infinite linear;
  transition: ease;
}
@keyframes roll {
  from{
    transform: rotate(0);
}
to{
   transform: rotate(360deg);
}
}
.clocking0{
  height: 168px;
  width: 1px;
  position: absolute;
  top: -9.5px;
  left: 75px;
  animation-name: roll;
  animation-iteration-count: 1;
  animation: 60s roll infinite linear;
  transition: ease;
}

@keyframes roll {
  from{
    transform: rotate(0);
}
to{
   transform: rotate(360deg);
}
}


.clocking1{
  position: absolute;
  background-color: green;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  left: -2px;
  top: -4px;
}
.clocking2{
  position: absolute;
  background-color: var(--secondary-color);
  width: 10px;
  height: 10px;
  border-radius: 100px;
  top: -4px;
  right: 0;
}
.clocking0 .clocking1{
  position: absolute;
  background-color: blueviolet;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  left: -4px;
  top: -2px;
}
.clocking0 .clocking2{
  position: absolute;
  background-color:  blue;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  top: 160px;
  left: -4px;
}
.profileimg img{
  height: 150px;
  width: 150px;
  border-radius: 100px;

}

.profile-details{
  justify-content: center;
  align-items: center;
  border-bottom-right-radius: 50px;
  margin-top: 90px;
  margin-left: 20px;
}
.profile-details h3{
  color: black;
  text-align: center;
  margin-bottom: 2px;
}
.profile-details h4{
  color: black;
  text-align: center;
  margin-bottom: 10;
}
.profile-details p{
  color: black;
  text-align: center;
}  
.profile-details ul{
  margin-left: 30px;
  margin-right: 20px;
  color: black;
}
.about2 div ul{
  margin-left: 30px;
}
summary{
  cursor: pointer;
  color: greenyellow;
}
.profile h3{
  color: greenyellow;
  margin: 10px;
  margin-bottom: 0px;
  text-align: center;

}
.profile h4{
  color: greenyellow;
  margin: 10px;
  margin-top: 0px;
  text-align: center;
  
}
.profile p{
  font-size: 14px;
}
.profile li{
  font-size: 14px;
}
@media (max-width: 600px) {
  .profile{
    flex: 1;
    height: auto;
    width: 80%;
    max-width: 300px;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: gray;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 10px;
    position: relative;
    margin-top: 100px;
  }
}