.rotate_circle {
    height: 800px;
    width: 800px;
    border-radius: 50%;
    position: relative;
    margin: -500px auto 0px;
}
.circle.circle_01 {
    width: 800px;
    height: 800px;
    border: 1px solid #FF8D98;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.circle_02 {
    width: 600px;
    height: 600px;
    border: 1px solid #FF8D98;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.circle.circle_03 {
    width: 450px;
    height: 450px;
    border: 1px solid #FF8D98;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: end;
    justify-content: center;
}
.techband_logo {
    position: absolute;
    top: 120px;
    left: 0;
}
.techband_logo1 {
    position: absolute;
    top: 50%;
    left: -35px;
}
.visual_spider_logo1 {
    position: absolute;
    right: -2%;
    top: 40%;
}
.dot01 {
    width: 15px;
    height: 15px;
    background: #DC3545;
    border-radius: 50%;
    position: absolute;
    bottom: 8%;
    left: 20%;
    transform: translate(-50%, -75%);
}
.dot02 {
    width: 50px;
    height: 50px;
    background: #DC3545;
    border-radius: 50%;
    position: absolute;
    bottom: -3%;
    left: 50%;
    transform: translate(-50%, 0%);
}
.dot03 {
    width: 15px;
    height: 15px;
    background: #DC3545;
    border-radius: 50%;
    position: absolute;
    bottom: 7.5%;
    right: 20%;
    transform: translate(-50%, -10%);
}
.visual_spider_logo2 {
    position: absolute;
    bottom: 0%;
    left: 65%;
}
.dot04 {
    position: absolute;
    bottom: 29%;
    left: 0%;
    width: 50px;
    height: 50px;
    background: #DC3545;
    border-radius: 50%;
}
.dot05 {
    position: absolute;
    bottom: 36%;
    right: -1%;
    width: 30px;
    height: 30px;
    background: #DC3545;
    border-radius: 50%;
}
.techband_logo2 {
    position: absolute;
    bottom: -5%;
}
.dot06 {
    width: 15px;
    height: 15px;
    background: #DC3545;
    display: flex;
    border-radius: 50%;
    position: absolute;
    bottom: 90%;
    left: 77%;
}
.flex_box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    text-align: center;
    margin-top: 30px;
}
.flex_box p {
    color: #000000;
    font-size: 16px;
    margin: 0 auto;
    width: 200px;
    line-height: 18px;
}
.flex_box a {
    text-decoration: none;
    font-size: 24px;
    border-radius: 16px;
    padding: 24px 50px;
    display: flex;
    margin-bottom: 30px;
    width: fit-content;
}
.corpozone_btn {
    color: #000;
    background: #fff;
    transition: all .5s linear;
}
.corpozone_btn:hover{
    background: #DC3545;
    color: #fff;
    transition: all .5s linear;
}
.visual_spiders_btn:hover{
    color: #000;
    background: #fff;
    transition: all .5s linear;
}
.visual_spiders_btn {
    background: #DC3545;
    color: #fff;
    transition: all .5s linear;
}
.box_bottom h5 {
    color: #000000;
    font-size: 32px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}
.box_bottom {
    margin-top: 50px;
}
.logo_wrap h6 {
    color: #353535;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 6px;
    text-align: right;
    margin: 0;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.circle_01 { 
    animation: rotate 500s linear infinite; 
}
.circle_02 {
     animation: rotate 500s linear infinite; 
    }
.logo_wrap {
    position: absolute;
    top: 72%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.logo_wrap img {
    width: 200px;
}
.techband_logo2 {
    position: absolute;
    bottom: 20%;
    left: 0%;
}