.logo{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.logo img{
    width: 105px;
}
.software-claim{
    opacity: 1;
    color: rgba(255,255,255,1);
    font-family: "Sora",sans-serif;
    font-size: 30px;
    font-weight: 800;
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
      margin-top: 25px;
}
.software-system{
    max-width:1000px;
    min-width: 1000px;
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    margin-right:auto;
    margin-left: auto;
}
.orbit{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #184C75;
    border-radius: 50%;
}
.inner-orbit{
    width: 500px;
    height: 500px;
}
.outer-orbit{
    width: 870px;
    height: 870px;
}
.software-system .software{
    position: absolute;
}
.software-pin{
    width: 20px;
    height: 20px;
    background-color: #5BFACA;
    border-radius: 50%;
    margin: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.software-pin:before{
    content: '';
    position: absolute;
    top:0;
    left: 0;
    display: block;
    width: 300%;
    height: 300%;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: rgb(91 250 202);
    margin-left: -100%;
    margin-top: -100%;
}
  .easymatch .software-pin:before,
  .disoscan .software-pin:before,
  .parametrix-suite .software-pin:before,
  .dportal .software-pin:before,
  .ddexa .software-pin:before,
  .dmes-suite .software-pin:before,
  .easyjet .software-pin:before{
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
     }
  .scancnc .software-pin:before,
  .zenitlux .software-pin:before,
  .cyberface .software-pin:before,
  .projectmatch .software-pin:before,
  .krossfix .software-pin:before,
  .easystone .software-pin:before,
	.dplant .software-pin:before{
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite 2.25s;
     }
.software-name{
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    width: 100%;
    min-width: 150px;
    font-family: 'Sora',sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    color: #5BFACA;
    font-size: 16px;
}
.software-name.right{
    left: 40px;
}
.software-name.left{
    left: -170px;
      text-align: right;
}
.dportal{
    top: -10px;
}
.easyjet{
    bottom: -10px;
}
.dmes-suite{
    top: 20%;
    right: 6.5%;
}
.ddexa{
    bottom: 20%;
    right: 6.5%;
}
.disoscan{
    bottom: 20%;
    left: 6.5%;
}
.parametrix-suite{
    top: 20%;
    left: 6.5%;
}
.easymatch{
    /*bottom: -10px;*/
	bottom: 20%;
    right: 6.5%;
}
.projectmatch{
    bottom: 10%;
    left: 17%;
}
.krossfix{
        left: -10px;
}
.zenitlux{
        right: -10px;
}
  .cyberface{
    bottom: 10%;
    right: 17%;
}
  .easystone{
    top: 10%;
    left: 17%;
}
  .scancnc{
    top: 10%;
    right: 17%;
}
.dplant{
    top: -10px;
}