.homeAboutParent{
  background-color: var(--color4);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 50% 50px;
  border-bottom-right-radius: 50% 50px;
  border-top-left-radius: 50% 50px;
  border-top-right-radius: 50% 50px;
}
.aboutLogo{
  width: max-content;
  margin: auto;
  display: flex;
  transform: translateY(30px);
  position: relative;
  z-index: 10;
}
.certImg{
  display: flex;
  border-radius: 100%;
  overflow: hidden;
  width: 100px;
  height: 100px;
  border: 2px solid #fff;
  box-shadow: 5px 10px 10px 0px rgba(0, 0, 0, 0.1);
}
.certImg img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.certName{
  font-size: 24px;
  color: var(--color1);
  font-weight: 600;
}
.certSw .swiper-slide{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  row-gap: 20px;
}
.innerTabBtn{
  margin-top: 50px;
  margin-bottom: 80px;
}
.aboutContentPart{
  text-align: center;
  padding: 0 100px;
}
.upperTitle{
  font-size: clamp(18px, 2vw, 22px);
  color: var(--color2);
  line-height: 1;
  display: block;
}
.homeAboutParent  .generalTitleSubtitleParent{
  margin-bottom: 35px;
}
.innerItemAbout{
  padding: 50px 0;
}
.backImageParent{
  display: block;
  overflow: hidden;
  border: 5px solid #fff;
  border-radius: 3px;
  width: 280px;
  height: 380px;
  position: absolute;
  box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.2);
  /* animation: floatingTp 9s linear infinite reverse; */

}
.backImageParent:nth-child(2n){
  width: 180px;
  height: 280px;
}

.backImageParent:nth-child(2){
  top: -100px;
  left: 10%; 
  transform: rotate(10deg);
  animation: rotateBgImg3 10s linear infinite;
}
@-webkit-keyframes rotateBgImg3 {
  0% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
@keyframes rotateBgImg3 {
  0% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
.backImageParent:nth-child(4){
  bottom: -100px;
  right: 10%;
  transform: rotate(-10deg);
  animation: rotateBgImg4 10s linear infinite;
}
@-webkit-keyframes rotateBgImg4 {
  0% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(-8deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
@keyframes rotateBgImg4 {
  0% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(-8deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
.backImageParent:nth-child(1) , .backImageParent:nth-child(3){
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.backImageParent:nth-child(1) {
  right: 5%;
  transform: rotate(5deg);
  animation: rotateBgImg1 8s linear infinite;
}
@-webkit-keyframes rotateBgImg1 {
  0% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(5deg);
  }
}
@keyframes rotateBgImg1 {
  0% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(5deg);
  }
}
.backImageParent:nth-child(3){
  left: 5%;
  transform: rotate(-5deg);
  animation: rotateBgImg2 8s linear infinite;
}
@-webkit-keyframes rotateBgImg2 {
  0% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(-8deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
@keyframes rotateBgImg2 {
  0% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(-8deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
.backImageParent img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.animateItems img{
  position: absolute;
}
.animateItems img:nth-child(3){
  top: 30px;
  right: 10%;
  -webkit-animation: aboutfloatingFirst 11s linear infinite;
  animation: aboutfloatingFirst 8s linear infinite;
}
.animateItems img:nth-child(1){
  bottom: 20%;
  -webkit-animation: aboutfloatingSecond 11s linear infinite;
  animation: aboutfloatingSecond 11s linear infinite;
  right: 15%;
}
.animateItems img:nth-child(2){
  left: 30px;
  -webkit-animation: aboutfloatingFirst 11s linear infinite;
  animation: aboutfloatingFirst 5s linear infinite;
  bottom: 30px;
}

@-webkit-keyframes aboutfloatingFirst {
  0% {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes aboutaboutfloatingFirst {
  0% {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}

@-webkit-keyframes aboutaboutfloatingSecond {
  0% {
    transform: rotate(0deg) translateX(10px) rotate(0deg) scaleX(-1);
  }
  100% {
    transform: rotate(360deg) translateX(10px) rotate(-360deg) scaleX(-1);
  }
}
@keyframes aboutfloatingSecond {
  0% {
    transform: rotate(0deg) translateX(10px) rotate(0deg) scaleX(-1);
  }
  100% {
    transform: rotate(360deg) translateX(10px) rotate(-360deg) scaleX(-1);
  }
}


@media (max-width:760px){
  .homeAboutParent{
    background-image: url(/assets/img/about-mob.png);
    padding: 400px 0;
    border-top-left-radius: 80% 40px;
    border-top-right-radius: 80% 40px;
    border-bottom-left-radius: 80% 40px;
    border-bottom-right-radius: 80% 40px;
  }
  .innerItemAbout{
    padding: 0;
    max-width: 100% !important;
  }
  .aboutContentPart{
    padding: 0 !important;
  }
  .backImageParent{
    width: 140px;
    height: 200px;
  }
  .backImageParent:nth-child(2n) {
    width: 100px;
    height: 130px;
  }
  .backImageParent:nth-child(2){
    top: -40px;
  }
  .backImageParent:nth-child(4){
    bottom: -40px;
  }
  .backImageParent:nth-child(3){
    top: 130px;
    bottom: unset;
  }
  .backImageParent:nth-child(1){
    bottom: 130px;
    top: unset;
  }
}