
.aae-extention-area {
    padding-inline-start: 20px;
    padding-inline-end: 20px;
}

.aae-extention-area .aae-hero-btn {
    z-index: 2;
    padding-top: 30px;
    margin-left: 0;
}

@media only screen and (max-width: 767px) {
    .aae-extention-area .aae-hero-btn {
        padding-top: 10px;
    }
}

.aae-extention-area .aae-primary-btn {
    padding: 15px 35px;
}

@media only screen and (max-width: 767px) {
    .aae-extention-area .aae-hero-btn .aae-primary-btn.aae-secondary-btn {
        padding: 18px 18px !important;
        font-size: 14px;
    }
}

svg#bounce-ball {
    width: 98vw;
    height: auto;
}

.aae-extention-items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 25px;
}

@media only screen and (max-width: 991px) {
    .aae-extention-items {
        gap: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .aae-extention-items {
        gap: 15px;
    }
}

.aae-extention-item {
    border: 1px solid #555;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.02);
    display: flex;
    align-items: center;
    justify-content: center;
}

.aae-extention-item span {
    font-size: 20px;
    line-height: 1.5;
    color: var(--white);
    text-transform: capitalize;
}

@media only screen and (max-width: 991px) {
    .aae-extention-item span {
        font-size: 14px;
    }
}

.aae-extention-item.w-380 {
    height: 380px;
    width: 380px;
}

@media only screen and (max-width: 1199px) {
    .aae-extention-item.w-380 {
        height: 300px;
        width: 300px;
    }
}

@media only screen and (max-width: 991px) {
    .aae-extention-item.w-380 {
        height: 200px;
        width: 200px;
    }
}

.aae-extention-item.w-250 {
    height: 250px;
    width: 250px;
}

@media only screen and (max-width: 1199px) {
    .aae-extention-item.w-250 {
        height: 200px;
        width: 200px;
    }
}

@media only screen and (max-width: 991px) {
    .aae-extention-item.w-250 {
        height: 150px;
        width: 150px;
    }
}

.aae-extention-item.w-200 {
    height: 200px;
    width: 200px;
}

@media only screen and (max-width: 1199px) {
    .aae-extention-item.w-200 {
        height: 150px;
        width: 150px;
    }
}

@media only screen and (max-width: 991px) {
    .aae-extention-item.w-200 {
        height: 100px;
        width: 100px;
    }
}

.aae-extention-item.w-220 {
    height: 220px;
    width: 220px;
}

.aae-extention-item.w-150 {
    height: 150px;
    width: 150px;
}

.aae-extention-item.w-120 {
    height: 120px;
    width: 120px;
}

.extention-ball-svg rect {
    cursor: pointer;
}

.extention-ball-svg {
    padding-top: 150px;
    overflow: visible !important;
}

@media only screen and (max-width: 1199px) {
    .extention-ball-svg {
        padding-top: 0;
    }
}

.extention-ball-svg path {
    pointer-events: none;
}

@media (max-width: 768px) {

    .extention-ball-svg-wrap {
        overflow-x: auto;
    }

    .aae-extention-area .aae-hero-btn .aae-primary-btn.aae-secondary-btn {
        padding: 9px 18px !important;
    }

    svg#bounce-ball {
        width: 200vw;
        height: auto;
    }

}