.mian-get-started-div{
    background: radial-gradient(rgba(80, 90, 130, 0.5) 0%, rgba(10, 20, 60, 0.7) 50%, rgba(0, 0, 32, 0.5) 100%);
}
.big-get-started-btn:hover, .big-get-started-btn:focus {
    background: linear-gradient(94.76deg, #A451BB 12.64%, #C15CF4 32.31%, #3A3ABF 49.19%, #5D85E8 75.53%, #62A8FF 93.67%);
    mix-blend-mode: normal;
    box-shadow: 0px 11.84px 11.84px rgba(0, 0, 0, 0.25), inset -11.84px -11.84px 5.92px rgba(0, 0, 0, 0.4), inset 11.84px 11.84px 5.92px rgba(255, 255, 255, 0.25);
    border-radius: 127.28px;
    color: #fff;
}
.mian-get-started-div .star-animation-div , .new-get-started-sec .star-animation-div,.see-in-action-sec .star-animation-div{
    opacity: 0;
}
.mian-get-started-div.hover-active .star-animation-div,
.new-get-started-sec.hover-active .star-animation-div,
.see-in-action-sec.hover-active .star-animation-div {
    opacity: 1;
}

.copy-right-text {
    margin-left: 40px;
}
.dark-mode .copy-right-text p {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.6);
}
.light-mode .copy-right-text p {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: rgba(0, 0, 0, 1);
}
.bottom-footer {
    background-color: rgba(255, 255, 255, 0.06);
    background: linear-gradient(180deg, #ffffff00, var(--color-white-solid, #ffffff00)), linear-gradient(180deg, #0b102e52, #152b6996);
}
.about-img-two , .about-img-one, .about-img-light-one, .about-img-light-two{
    display: none;
    margin: 0 auto;
}
.dark-mode .about-image-div:hover .about-img-one{
    display: none;
}
.dark-mode .about-image-div:hover .about-img-two, .dark-mode .about-img-one {
    display: block;
}
.light-mode .about-image-div:hover .about-img-light-one{
    display: none;
}
.light-mode .about-image-div:hover .about-img-light-two, .light-mode .about-img-light-one{
    display: block;
}
.business-text-div {
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    background: linear-gradient(90deg, #FFFFFF 0%, #66588C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.business-slider-box {
    padding: 25px 28px;
    /* background: conic-gradient(from 181.06deg at 50% 50%, rgba(71, 47, 140, 0.4) 0deg, rgba(0, 0, 0, 0) 172.66deg, #493582 281.25deg, rgba(71, 47, 140, 0.4) 360deg), linear-gradient(0deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)), url(pngtree-blue-black-abstract-technology-circuit-background-image_541440.jpg), rgba(255, 255, 255, 0.1); */
    /* box-shadow: 6px 8px 16.7px rgba(151, 153, 255, 0.2); */
    border-radius: 12px;
    /* border: 1px solid #999999; */
    margin: 15px 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), linear-gradient(0deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)), conic-gradient(from 181.06deg at 50% 50%, rgba(71, 47, 140, 0.4) 0deg, rgba(0, 0, 0, 0) 172.66deg, #493582 281.25deg, rgba(71, 47, 140, 0.4) 360deg);
    border: 1px solid;
    border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(153, 153, 153, 0.4) 100%);
    box-shadow: 6px 8px 16.7px 0px rgba(151, 153, 255, 0.2);
    opacity: 0.01;
}
.business-slider-box p {
     font-weight: 400;
     font-size: 20px;
     line-height: 135%;
     color: rgba(245, 241, 255, 0.92);
 }
.business-round-animation-div {transform: skew(-22deg, 0deg);}
.accelerate-business-sec {
    padding-top: 160px;
}
 /*animation timeline*/
.business-left-div .list {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.business-left-div .list li {
    width:100%;
}
.business-left-div .timeline {
    position: absolute;
    height: 90%;
    width: 5px;
    top: 0;
    left: 0;
    transform: translateX(-50%);
    background-color: transparent;
    z-index: -1;
    overflow: visible;
}

.business-left-div .timeline-parallax {
    display: block;
    height: 0px;
    width: 100%;
    background: linear-gradient(180deg, #7F83FF 22.74%, #992897 98.13%);
}
.business-left-div [data-list="list"] div.business-slider-box.bussiness-active {
    box-shadow: 6px 12px 16.7px rgba(151, 153, 255, 0.3);
    border: 1px solid #FFFFFF;
    opacity: 1;
}
.business-left-div [data-list="list"] div.bussiness-active > * {
    color: #7F83FF;
}
.business-left-div .timeline::before {
     content: "";
     position: absolute;
     width:40px;
     background: url('../images/gradient-star.png');
     background-position: center;
     background-size: 100%;
     background-repeat: no-repeat;
 }
.star-image-div {
    width: 30px;
    margin-left: -12px;
    margin-top: -10px;
}
 /*End animation timeline*/
/*body.light-mode {*/
/*    background: linear-gradient(180deg, rgba(199, 206, 254, 0) 0%, #C7CEFE 18.65%, #C7CEFE 57.12%, rgba(199, 206, 254, 0) 100%);*/
/*}*/
.light-mode .main-header-div .get-started, .get-started {
    background: linear-gradient(94.76deg, #AF69C3 12.64%, #874FBA 34.58%, #4949B7 49.19%, #6583CE 75.99%, #86B4ED 93.67%);
    box-shadow: 0px 4px 4px rgba(255, 255, 255, 0.25), inset -4px -4px 2px rgba(0, 0, 0, 0.4), inset 4px 4px 2px rgba(255, 255, 255, 0.25);
}
.light-mode .bs-testimonial-content .card {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: inset -4px -4px 2px rgba(0, 0, 0, 0.25), inset 4px 4px 4px #FFFFFF;
    backdrop-filter: blur(10px);
}
.light-mode .bs-testimonial-content .card .card-body h4, .light-mode .bs-testimonial-content .card .card-body p{
    color: #000;
}

.light-mode .about-box {
    background: rgba(255, 255, 255, 0.01);
    box-shadow: inset -4px -4px 4px rgba(0, 0, 0, 0.6), inset 4px 4px 8px rgba(255, 255, 255, 0.36);
}
.light-mode .bs-testimonial-content .card .card-body p > span , .light-mode .liner-title-div h4,
.light-mode .growth-div p,
.light-mode .gradient-color-btn .btn.btn-primary,
.light-mode .gradient-color-btn-two .btn.btn-primary{
    color: #000000;
}
.light-mode .text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important;
}
.light-mode .contact-sales-new-div {
    background: rgba(255, 255, 255, 0.3);
    box-shadow: inset -4px -4px 4px rgba(0, 0, 0, 0.27), inset 4px 4px 4px rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
}
.light-mode .business-slider-box {
    background: conic-gradient(from 181.06deg at 50% 50%, rgba(200, 180, 255, 0.4) 0deg, rgba(255, 247, 247, 0) 172.66deg, #D9CCFF 281.25deg, rgba(200, 180, 255, 0.4) 360deg), rgba(255, 255, 255, 0.1);
    box-shadow: 6px 8px 16.7px rgba(151, 153, 255, 0.2);
}
.light-mode .business-text-div {
    background: linear-gradient(90deg, #000000 0%, #3600C8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.light-mode .business-left-div .timeline-parallax {
    background: linear-gradient(180deg, #FFFFFF 22.74%, #A000C0 98.13%);
}
.landing-page-div{
    position: relative;
}
.landing-page-div::before {
    content: "";
    position: absolute;
    background: url('../images/main.banner-bg.png');
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    top: 0;
    height: 1070px;
    z-index:-1;
}
.light-mode .main-animated-sec div {
    background: radial-gradient(60.42% 60.42% at 50.02% 60.42%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 69.42%, rgba(168, 168, 168, 0.08) 75.33%, rgba(75, 75, 75, 0.13) 80.42%, rgba(179, 0, 255, 0.31) 86.39%, rgba(161, 60, 255, 0.57) 92.19%, #8975FF 100%);
    opacity: 0.4;
    filter: drop-shadow(0px -40px 40px rgba(242, 158, 255, 0.7));
    border-radius: 1460px;
}
.light-mode .get-started-sec{
    position: relative;
}
.light-mode .book-call-main-div {
    background: linear-gradient(180deg, #CFCCE1 0%, #C3C6EF 46.63%, #CECCE1 100%);
}
.ai-hero-logo {
    opacity: 1;
    transform: translateY(0px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.ai-hero-logo.cat-show {
    opacity: 0.4;
    transform: translateY(40px);
}
.torkeub-services-main {
    padding-top: 100px;
    position: relative;
}
.torkeub-services-main::after {
    content: "";
    position: absolute;
    background: url('../images/services-main-banner.png');
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    top: -58px;
    height: 1070px;
    z-index:-1;
}
.light-mode .torkeub-services-main::after {
    background: url('../images/services-light-bg.png');
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.services-main-div {
    padding: 80px 0 80px;
}
.everything-div h3 {
    font-weight: 400;
    font-size: 50px;
    line-height: 76px;
    letter-spacing: 0.68px;
    color: #FFFFFF;
}
.everything-div p {
    font-weight: 400;
    font-size: 21px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
}
.services-btn .btn.btn-primary {
    padding: 11.2383px 17.9813px;
    background: linear-gradient(90deg, #C466FF 0%, #460F9E 100%);
    box-shadow: inset -4.49533px -4.49533px 2.24766px rgba(0, 0, 0, 0.4), inset 4.49533px 4.49533px 2.24766px rgba(255, 255, 255, 0.25);
    border-radius: 48.3248px;
    border-color: transparent;
    font-weight: 500;
    font-size: 26.972px;
    line-height: 33px;
    color: #FFFFFF;
}
.services-btn-two .btn.btn-primary {
    padding: 8px 20px;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 37px;
    font-weight: 500;
    font-size: 26.972px;
    line-height: 33px;
    color: #FFFFFF;
}
.services-btn {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.services-btn img {
    max-width: 180px;
    margin-bottom: -26px;
    z-index: 1;
    margin-left: 18px;
}
.growth-box-div {
    height: 173.49px;
    border: 0.361443px solid #FFFFFF;
    border-radius: 36.1443px;
    background: rgba(0, 0, 0, 0.28);
    padding: 30px 15px 30px 20px;
}
.growth-box-div h4 {
    font-weight: 400;
    font-size: 27.915px;
    line-height: 33px;
    color: #FFFFFF;
    border-left: 2px solid #1FCFF1;
    padding-left: 14px;
}
.growth-box-div p {
    font-weight: 400;
    font-size: 16.9484px;
    line-height: 27px;
    color: #C4C4C4;
}
.white-title {
    font-weight: 900;
    font-size: 50px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
}
.growth-partner-sec {
    margin: 30px 0 40px 0;
}
.thing-big-sec {
    padding: 40px 0 80px;
    position: relative;
}
.thing-big-sec p {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
}
.accordion-teams {
    max-width: 300px;
    margin: 20px auto;
}
.accordion-item-teams {
    margin-bottom: 10px;
    border-radius: 19.7983px;
    overflow: hidden;
    background: #000000;
}
.accordion-header-teams {
    cursor: pointer;
    padding: 19.7983px 19.7983px 29.6975px;
    height: 230px;
    border-radius: 19.7983px;
}
.accordion-content-teams {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease;
    padding: 0 15px;
}
.accordion-item-teams:hover .accordion-content-teams {
    max-height: 200px;
    padding: 15px;
}
.accordion-item-teams:hover{
    background: #C300FF;
}
.accordion-item-teams h3 {
    font-weight: 700;
    font-size: 31.6232px;
    line-height: 51px;
    letter-spacing: 3.9529px;
    text-transform: uppercase;
    color: #9945FF;
    margin-top: 20px;
}
.teams-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.teams-div .text-div {
    font-weight: 700;
    font-size: 19.7983px;
    line-height: 24px;
    color: #FFFFFF;
}
.accordion-item-teams:hover .teams-div .text-div, .accordion-item-teams:hover h3{
    color: #000;
}
.black-img-div, .accordion-item-teams:hover .blue-img-div{
    display: none;
}
.accordion-item-teams:hover .black-img-div{
    display: block;
}

.thing-big-sec::after {
    content: "";
    position: absolute;
    background: url('../images/founders-img.png');
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    top: 0;
    height: 1200px;
    z-index: -1;
}
.services-main-sec{
    position: relative;
}
.services-main-sec::after {
    content: "";
    position: absolute;
    background: url('../images/featured-img.png');
    background-position: left;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 30%;
    top: 0;
    height: 1200px;
    z-index: -1;
}
/*swiper slider  */
:root {
    --pagination-height: 50px;
    --pagination-bg-color: rgba(0, 0, 0, 1);
    --nav-arrows-bg-color: rgba(0, 0, 0, 1);
    --nav-arrow-hover-bg-color: #a9294f;
    --nav-text-color: white;
    --footer-border-color: rgba(0, 0, 0, 1);
    --thumb-bg-color: grey;
    --thumb-active-bg-color: #a9294f;
    --swiper-slide-bg: #333;
    --font-family: Montserrat, serif;
    --text-transform: uppercase;
    --letter-spacing: 1px;
    --font-weight-bold: 600;
    --arrow-weight-bold: 600;
    --arrow-color: rgba(255, 255, 255, 0.95);
    --arrow-bg-color: black;
    --arrow-bg-hover-color: red;
    --thumb-width: 35px;
    --thumb-height: 35px;
    --swiper-progress-bg: rgba(0, 0, 0, 0.8);
    --swiper-progress-fill: #a9294f;
}

.timelineSwiper .swiper-slide {
    transition: opacity 0.8s ease-in-out;
}
.swiper-pagination-progressbar {
    display: none;
}
.timelineSwiper .swiper-slide {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-button-next,
.swiper-button-prev {
    display: none;
}
.nav-link-prev,
.nav-link-next {
    display: none;
}
.nav-link.swiper-button-disabled {
    background: grey;
    opacity: 0.7;
    pointer: none !important;
    filter: blur(1px);
    cursor: none;
}
.thumbnailSwiper {
    width: 100vw;
    margin: 10px auto;
    display: flex;
    justify-content: center;
    overflow: hidden;
    cursor: grab;
}

@media (max-width: 979px) {
    .thumbnailSwiper {
        width: var(--thumb-container-width-md);
    }
}

/* 🔹 Style Individual Thumbnails */
.thumb {
    width: var(--thumb-width);
    height: var(--thumb-height);
    background-color: var(--thumb-bg-color);
    color: var(--nav-text-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.3s ease-in-out;
    text-transform: var(--text-transform);
    letter-spacing: var(--letter-spacing);
    font-weight: var(--font-weight-bold);
}

.thumb.swiper-slide {
    border: solid 1px grey;
    opacity: 0.8;
}

.thumb.swiper-slide-active {
    border: solid 1px white;
    opacity: 0.98;
}
.services-slider-main-div .swiper-slide.thumb-slide-div {
    width: 358.12px !important;
    height: 173.49px;
    border: 0.361443px solid #FFFFFF;
    border-radius: 36.1443px;
    background: #31215a;
    padding: 25px;
    margin: 40px 15px;
}
/* 🔹 Highlight Active Thumbnail */
.services-slider-main-div  .thumb:hover, .services-slider-main-div .thumb.swiper-slide-thumb-active {
    background: #C445FF;
}
/* DEMO STYLINH & THINGS */
/* 🔹 General Slide Styling */
.timelineSwiper .swiper-slide {
    width: 100%;
    height: 100%;
    color: white;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.idea-box-div {
    background: #2e2057;
    margin: 0 auto;
    max-width: 450px;
    height: 310px;
    border: 7px solid #C445FF;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)) drop-shadow(4px 0px 11.1px #C445FF);
    border-radius: 45.1804px;
    padding: 30px;
}
.idea-box-div h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 41px;
    text-decoration-line: underline;
    color: #1FCFF1;
}
.idea-box-div.purple-text h3 {
    color: #C445FF;
}
.idea-box-div.yellow-text h3 {
    color: #FFE945;
}
.idea-box-div.parrot-text h3 {
    color: #11FF00;
}
.idea-box-div .sub-title {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 41px;
    text-align: center;
    color: #FFFFFF;
    margin: 20px 0;
}
.idea-box-div p {
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 34px;
    text-align: center;
    color: #C4C4C4;
}
/*End swiper slider  */
.main-title-div h2{
    font-weight: 900;
    font-size: 50px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
}
.build-content-div p {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.2px;
    color: rgba(231, 231, 231, 0.6);
}
.new-book-call-sec{
    position: relative;
}
.new-book-call-sec::after {
    content: "";
    position: absolute;
    background: url('../images/incredible-img.png');
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 40%;
    top: -18%;
    right: 0px;
    height: 1260px;
    z-index: -1;
}
.big-star-animation-div .big-star-div{
    transition: .1s ease-in-out;
}
.multiple-star-div{
    display: none;
    transition: .4s ease-in-out;
    margin-left: -30px;
    margin-top: -60px;
}
.big-star-animation-div:hover .big-star-div{
    opacity:0;
}
.big-star-animation-div:hover .multiple-star-div{
    display: block;
}
.growth-right-star {
    right: 0;
    bottom: 6%;
}
.built-top-star {
    left: 15%;
    top: 10%;
}
.built-middle-star {
    left: 30px;
    top: 40%;
}
.featured-top-star {
    right: 10px;
    top: 80px;
}
.torkehub-top-star {
    left: 18%;
    bottom: 25%;
}
.cat-center-star {
    right: 8%;
    top: 50%;
}
.cat-center-star-two {
    right: 17%;
}
.thing-big-sec .accordion-content-teams p {
    font-weight: 400;
    font-size: 13.6113px;
    line-height: 16px;
    color: #FFFFFF;
}
body.light-mode {
    background: linear-gradient(180deg, #D8DDFE 0%, #ABB5FE 49.04%, #D8DDFE 100%);
}
.light-mode .everything-div h3,
.light-mode .main-title-div h2,
.light-mode .everything-div p,
.light-mode .services-btn .btn.btn-primary,
.light-mode .thing-big-sec p,
.light-mode .white-title,
.light-mode .book-free-call-btn{
    color: #000000;
}
.light-mode .services-btn-two .btn.btn-primary{
    border: 1px solid #000000;
    color: #000000;
}
.light-mode .growth-box-div {
    background: rgba(0, 0, 0, 0.9);
}
.light-mode .idea-box-div {
    background: #000000E5;
}
.light-mode .services-slider-main-div .swiper-slide.thumb-slide-div {
    background: #000000db;
}
.light-mode .build-content-div p {
    color: #00000099;
}
.light-mode .book-free-call-btn {
    background: linear-gradient(90deg, rgba(238, 209, 255, 0.7) 0%, rgba(128, 51, 255, 0.7) 100%);
}
.white-label-box:hover {
    border: 6px solid #E562FF;
    box-shadow: 1.07641px -1.07641px 15.1774px #C300FF;
    border-radius: 72px;
}
.white-label-box:hover .box-text {
    color: #E48CFF;
}
.book-free-call-btn:hover, .book-free-call-btn:focus {
    background: linear-gradient(94.76deg, #A451BB 12.64%, #C15CF4 32.31%, #3A3ABF 49.19%, #5D85E8 75.53%, #62A8FF 93.67%);
    mix-blend-mode: normal;
    box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.25), inset -4px -4px 2px rgba(0, 0, 0, 0.4), inset 4px 4px 2px rgba(255, 255, 255, 0.25);

    /*box-shadow: 0px 11.84px 11.84px rgba(0, 0, 0, 0.25), inset -11.84px -11.84px 5.92px rgba(0, 0, 0, 0.4), inset 11.84px 11.84px 5.92px rgba(255, 255, 255, 0.25);*/
    border-radius: 127.28px;
    color: #fff;
}
.light-mode .mian-get-started-div {
    background: transparent !important;
}
.light-mode .mian-get-started-div.hover-active, .light-mode .new-get-started-sec.hover-active{
    background: linear-gradient(
            90deg,
            rgba(44, 44, 121, 0.4) 0%,     /* deep space purple */
            rgba(107, 134, 245, 0.8) 25%,  /* soft indigo */
            rgba(168, 180, 255, 0.7) 45%,  /* bluish lavender */
            rgba(219, 200, 255, 0.6) 65%,  /* lavender */
            rgba(255, 210, 226, 0.5) 85%,  /* peach-pink */
            rgba(255, 240, 213, 0.7) 100%  /* light yellow/orange */
    ) !important;
}
.light-mode .get-started-sec::before {
    content: '';
    background: url('../images/light-theme-bottom-bg.png');
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 45%;
    z-index: 0;
}
.light-mode .mian-get-started-div .get-started-sec .container {
    z-index: 1;
    position: relative;
}
.new-price-table {
    overflow-y: scroll;
    max-height: 500px;
    display: block;
}
.new-price-table::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}
.h-700{
    height: 700px;
}
.cat-with-rocket-div:hover {
    -webkit-animation: simple-move 5s linear ;
    animation: simple-move 5s linear;
    transform: translate(0px, 0px);
}
.new-price-table .table-responsive {
    overflow-x: visible;
}
@keyframes simple-move {
    0%{
        transform: translate(0px, 0px);
    }
    50% {
        transform: translate(550px, -160px);
    }
    100%{
        transform: translate(0px, 0px);
    }
}

@media (max-width: 3280px) and (min-width: 1200px) {
    .business-round-animation-div .bs-animate-2-circle {
        width: 900px;
        height: 900px;
    }
    .business-round-animation-div .bs-animate-2 {
        margin-left: -200px;
    }
}