/* .ctaSection .container{
  position: relative;
} */
.ctaSection .container .innerParentCta{
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.ctaSection .container img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ctaContentPart{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 40%;
}
.ctaContentPart * , .ctaContentPart .fillBtn *{
  color: #fff;
}
.ctaContentPart .fillBtn{
  margin: 0;
  padding-right: 0;
}
.ctaContentPart {
  padding: 5px;
}
.ctaSection .simpleBtn i{
  color: var(--color1) !important;
  background-color: #fff;
}
.ctaSection .generalTitleSubtitleParent{
  margin-bottom: 25px;
}
.ctaSection .generalTitleSubtitleParent .titlePart{
  padding-bottom: 20px;
  margin-bottom: 0px;
}
.contentPartDesc{
  margin-bottom: 40px;
  font-size: clamp(14px,2vw,16px);
  width: 80%;
}
.itemFloatRight{
  right: 80px;
}
.itemFloatLeft{
  left: 80px;
}
.itemFloatCenter{
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  align-items: center;
  text-align: center;
}
.parentCtaBack{
  position: relative;
  overflow: hidden;
}
.donFloatParentCta img{
  width: auto !important;
  height: auto !important;
  position: absolute;
  -webkit-animation: floatingDon 11s linear infinite;
  animation: floatingDon 23s linear infinite;
}
.donFloatParentCta.sideRight img:nth-child(1){
  right: 10%;
}
.donFloatParentCta.sideRight img:nth-child(2){
  right: 25%;
}
.donFloatParentCta.sideRight img:nth-child(3){
  right: 5%;
}
.donFloatParentCta.sideLeft img:nth-child(1){
  left: 10%;
}
.donFloatParentCta.sideLeft img:nth-child(2){
  left: 25%;
}
.donFloatParentCta.sideLeft img:nth-child(3){
  left: 5%;
}
.donFloatParentCta.sideCenter img:nth-child(1){
  left: 40%;
}
.donFloatParentCta.sideCenter img:nth-child(2){
  left: 0;
  right: 0;
  margin: auto;
}
.donFloatParentCta.sideCenter img:nth-child(3){
  right: 40%;
}
.innerParentCta .footerPatern svg:nth-child(2){
  top: 0;
  transform: rotate(-90deg);
}
.donFloatParentCta img:nth-child(1){
  top: 5%;
}
.donFloatParentCta img:nth-child(2){
  top: 40%;
}
.donFloatParentCta img:nth-child(3){
  bottom: 10%;
}
@-webkit-keyframes floatingDon {
  0% {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);

  }
}
@keyframes floatingDon {
  0% {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@media (max-width:760px){
  .ctaContentPart{
    width: 100%;
    text-align: center;
    align-items: center;
    left: 0;
    right: 0;
    margin: auto;
    top: 50px;
    bottom: unset;
  }
  .contentPartDesc{
    margin-bottom: 20px;
  }
}