/* Extra small devices (≥ 320px) - very small phones */
@media only screen and (min-width: 320px) and (max-width: 375px) {
  /* new-code */
  .hero-top-glow-animate.is-visible .golden-glow,
  .hero-top-glow-animate.is-visible .animate-wrapper {
    background-size: 126% !important;
    background-position: -54px 14% !important;
  }

  .tiktokslider-text h2 {
    padding: 0 20px;
  }
  .tiktok-text-mbl h2 {
font-size: 19px;
font-weight: bold;
    }
    .tiktokslider-left .loader-gif-right-leaf  img, .tiktokslider-left .loader-gif-left-leaf  img {
    max-width: 62px;
  }

  /* .....*/
  .wireframe-head-mobile .mobile-head-video {
    width: 60% !important;
  }

  /* new-code  */
  /* .who-title {
        font-size: clamp(35px, 2.5vw, 25px) !important;
        padding: clamp(29px, 2vw, 29px) clamp(20px, 5vw, 64px) !important;
    } */
  /* ... */
  .wireframe-section {
    min-height: 106vh !important;
  }

  .wireframe-head-mobile {
    height: 700px !important;
  }

  .wireframe-section-text {
    bottom: 6% !important;
  }

  .mobile-wireframe-video {
    min-height: 53vh !important;
  }

  .container {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 575px) {
  .choice-cards-section {
    margin-bottom: 25%;
  }
  .tiktokslider-text {
    /*margin-top: 0px;*/
    margin-top: 155px;
  }
  .tiktok-invite video {
    width: 100% !important;
  }

  .fixed-widget .partner-btn {
    display: none !important;
  }

  .hero-section {
    height: 100vh;
  }

  .pipline-bottom-cta-btn img {
    width: 100%;
  }

  .loader-para p {
    padding: 0 !important;
    margin: 0 !important;
  }

  .hero-loader-video {
    width: 230px;
  }

  .loader-heading-with-gif {
    width: 100px;
  }

  .loader-para {
    /* margin: 0 40px; */
    width: 300px;
    padding: 15px !important;
  }

  .loader-first-h h2 {
    font-size: 24px !important;
    line-height: 34px !important;
  }

  .service-section-main .service-content-cont {
    max-width: 100%;
  }

  .wireframe-head-mobile {
    position: relative;
    width: 100%;
    height: 82vh;
    /* ya jitna height chahiye */
    overflow: hidden;
  }

  .wireframe-head-mobile .fadestrip {
    top: -14%;
    display: block;
  }

  .wireframe-head-mobile .fadestrip-bottom {
    bottom: -14%;
    height: 146px;
  }

  .wireframe-section-text {
    z-index: 2;
    position: absolute;
    bottom: -28px;
  }

  .lottie-player {
    top: 35px;
  }

  .wireframe-section-text .who-title {
    padding: 25px 60px;
  }

  .wireframe-head-mobile video {
    width: 100%;
    height: 100%;
  }

  .wireframe-section-mobile {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .choice-card {
    width: 45%;
  }

  .choice-icon {
    height: 130px;
  }

  .info-service-cards-section .uni-container {
    padding-bottom: clamp(30px, 8vw, 80px);
    width: clamp(200px, 100vw, 100%);
  }

  .tiktok-shop-title {
    font-size: clamp(20px, 0vw, 40px);
  }

  /* Floating animation */
  .choice-card {
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  @keyframes floatUpDown {
    0% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(-10px);
    }

    100% {
      transform: translateY(0);
    }
  }

  .creatorBtn {
    animation: floatUpDown 3s ease-in-out infinite;
  }

  .gold-cta {
    padding: 14px 6px !important;
    font-size: 16px !important;
  }

  .companyBtn {
    animation: floatUpDown 3s ease-in-out infinite;
    animation-delay: 1.5s;
    /* thoda delay taake alternate lage */
  }

  .container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }

  .service-content-cont-home {
    width: 95%;
  }

  /* today */

  #firstHero img {
    width: 200px;
  }

  .agency-card-left-cont,
  .agency-card-right-cont {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }

  /* .hero-section-main h1 {
    font-size: 30px;
  } */

  .agency-step-row:first-of-type {
    margin: 0;
  }

  .hero-content {
    border: none;
    border-radius: 0px;
    padding: 0px;
  }

  .hero-top-glow-animate {
    min-height: 27vh;
  }

  .pillar {
    height: 640px;
  }

  .why-tiktok-shop-section {
    padding: 0;
  }

  .service-section-main {
    padding: 4rem 10px;
  }

  /* Today */
  .box-section-card .info-card-icon img {
    width: 20%;
  }

  .service-content-text-company p.service-text {
    font-size: 20px;
    font-weight: 300;
    width: 100%;
    line-height: 34px;
    text-align: center;
  }

  .service-features li {
    display: grid;
    align-items: center;
    margin-bottom: 8px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
  }

  .service-features .icon {
    font-size: 15px;
    margin-right: 8px;
    color: #ffffff;
    width: 100%;
    padding: 10px;
    text-align: center;
  }

  .btn-timeline {
    font-size: 13px;
    padding: 14px 14px;
  }

  /* Today End */
  .timeline-agency-section .uni-container {
    width: 100%;
  }

  .timeline-agency-section .timeline-agency-title {
    font-size: 18px !important;
    padding: 10px !important;
  }

  .benefits-agency-section .uni-container,
  .famous-brands-title-wrapper .uni-container {
    width: clamp(200px, 100vw, 100%);
  }

  .benefits-agency-section .benefits-agency-title {
    font-size: 16px;
    line-height: 20px;
  }

  .service-title::before,
  .service-title::after {
    width: 91px;
    color: white;
  }

  .famous-brands-container .uni-container {
    width: clamp(200px, 100vw, 100%);
  }

  .wireframe-section .wireframe-head video {
    width: 100%;
  }

  /* .wireframe-head-mobile {
        position: relative;
        width: 100%;
        height: 100%;
    } */

  .wireframe-head-mobile video {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
  }

  .mobile-head-video {
    z-index: 1;
    max-height: 360px;
    width: 100%;
    padding: 35px 0 0 0;
  }

  .mobile-wireframe-video {
    z-index: -1;
    width: 100% !important;
    object-fit: cover;
    min-height: 420px;
  }

  .wireframe-section {
    z-index: 3;
    min-height: 108vh;
  }

  .content-wrapper {
    width: 100%;
  }

  .hero-down-arrow-img {
    padding: 15px;
  }

  .bounce-arrow {
    animation: bounce 1.5s infinite;
    width: 20px !important;
  }

  @keyframes bounce {
    0%,
    100% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(12px);
      /* kitna neeche jaye */
    }
  }

  .tiktok-shop-content {
    padding: 50px 0px;
  }

  .tiktok-shop-text {
    font-size: 18px;
    margin-bottom: 0px;
  }

  /*.rectangle-year,*/
  /*.timeline-year-badge {*/
  /*    width: 50%;*/
  /*}*/

  .shop-btn.primary {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 28px;
    font-size: 18px;
    padding: 0px 19px;
  }

  .shop-btn.primary,
  .shop-btn.secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 28px;
    font-size: 18px;
    padding: 7px 19px;
  }

  .tiktok-shop-buttons {
    padding: 11px;
  }

  .shop-btn.secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 28px;
    font-size: 18px;
    padding: 7px 19px;
  }

  .team-timeline {
    border: none;
  }

  .service-section-main {
    padding: 4rem 21px;
  }

  .team-section > div:first-child {
    padding: 0px;
  }

  .service-content-text .service-text {
    padding: 5px 19px;
  }

  .steps-section-main {
    /* padding: 0px; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* min-height: 100vh; */
  }

  .steps-section-main .step-content h1 {
    font-size: 107px;
  }

  .steps-section-main .step-content h2 {
    font-size: 34px;
    line-height: 46px;
  }

  .steps-section-main .step-content p,
  .step-bottom-p {
    line-height: 35px;
    font-size: 18px;
  }

  /* .fadestrip {
        display: none;
    } */

  .who-description {
    padding: 0px 35px;
    line-height: 27px;
    font-size: 18px;
  }

  .cards-sec {
    padding: 0px 20px;
    min-width: 100%;
  }

  .choice-title {
    font-size: 30px;
  }

  .tiktok-shop-wrapper {
    margin-top: 56px;
  }

  .animate-wrapper img {
    width: 57px;
  }

  /* .btns .line img {
  width: 25px;
} */

  /* .hero-section-main h1 {
    font-size: 30px;
  } */

  .hero-content {
    border: none;
    border-radius: 0px;
    padding: 0px;
  }

  .hero-top-glow-animate {
    min-height: 0;
  }

  .hero-bottom-content-animate.is-visible .animate-wrapper {
    /* min-height: 100vh; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .animate-wrapper h2 {
    width: 71%;
    text-align: start;
    line-height: 44px;
    font-size: 33px;
    margin: 0px;
    margin-top: 53px;
  }

  .animate-wrapper p {
    margin: 0px;
    font-size: 19px;
    line-height: 31px;
    text-align: start;
    width: 84%;
    margin-top: 69px;
  }

  .timeline-uni-container {
    width: clamp(200px, 100vw, 650px);
  }

  .timeline-year-content h4 {
    font-size: 15px;
    line-height: 21px;
  }

  .timeline-year-content p {
    font-size: 12px;
    line-height: 14px;
  }

  .uni-container::before,
  .uni-container::after {
    max-width: 100px;
  }

  .why-tiktok-shop-service-card .uni-container::before,
  .why-tiktok-shop-service-card .uni-container::after {
    width: 0 !important;
  }

  .spotlightText3 {
    position: relative;

    -webkit-mask-image: radial-gradient(
      circle 100px at var(--x, 50%) var(--y, 50%),
      rgba(0, 0, 0, 0.6) 60%,
      /* dimmer center */ rgba(0, 0, 0, 0.06) 100% /* much softer edge */
    );
    -webkit-mask-repeat: no-repeat;

    mask-image: radial-gradient(
      circle 100px at var(--x, 50%) var(--y, 50%),
      rgba(0, 0, 0, 0.6) 60%,
      rgba(0, 0, 0, 0.1) 100%
    );
    mask-repeat: no-repeat;

    transition: -webkit-mask-position 0.15s ease-out,
      mask-position 0.15s ease-out;
  }

  .footer-column {
    padding: 0;
  }

  .service-section-main .uni-container {
    width: clamp(200px, 100vw, 100%);
  }

  .tiktok-shop-main-content .uni-container {
    width: clamp(200px, 95vw, 100%);
  }

  .tiktok-shop-title {
    font-size: clamp(20px, 5vw, 40px);
  }

  .tiktok-shop-main-uni-container::after,
  .tiktok-shop-main-uni-container::before {
    max-width: 60px;
  }

  .service-section-main {
    padding: 4rem 10px;
  }

  .why-tiktok-shop-service-card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .service-title::before,
  .service-title::after {
    width: 49px;
    color: white;
    margin-top: 10px;
  }

  .tiktok-shop-content {
    padding: 50px 0px;
    opacity: 1 !important;
  }

  .tiktok-shop-text {
    font-size: 18px;
    margin-bottom: 0px;
    padding: 0px 2px;
  }

  .shop-btn.primary {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 28px;
    font-size: 18px;
    padding: 0px 19px;
  }

  .shop-btn.primary {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 28px;
    font-size: 16px;
    padding: 5px 8px;
  }

  .tiktok-shop-buttons {
    padding: 10px;
  }

  .shop-btn.secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 28px;
    font-size: 16px;
    padding: 5px 8px;
  }

  .team-timeline {
    border: none;
  }

  .service-section-main {
    padding: 4rem 12px;
  }

  .team-section > div:first-child {
    padding: 0px;
  }

  .service-content-text .service-text {
    padding: 5px 19px;
  }

  .steps-section-main {
    padding-top: 20%;
  }

  .steps-section-main .step-content h1 {
    font-size: 80px;
  }

  .steps-section-main .step-content h2 {
    font-size: 34px;
    line-height: 46px;
  }

  .steps-section-main .step-content p,
  .step-bottom-p {
    line-height: 27px;
    font-size: 18px;
  }

  .step-bottom-p {
    margin-top: -93px;
  }

  /* 
    .fadestrip {
        display: none;
    } */

  /* .who-title {
        font-size: clamp(16px, 2.5vw, 25px);
        padding: clamp(12px, 2vw, 29px) clamp(20px, 5vw, 64px);
    } */

  .who-description {
    padding: 0px 35px;
    line-height: 27px;
    font-size: 18px;
  }

  .cards-sec {
    padding: 0px 20px;
  }

  .choice-title {
    font-size: 25px;
  }

  .tiktok-shop-wrapper {
    margin-top: 79px;
  }

  .wireframe-head {
    width: 270px;
    height: 300px;
    overflow: hidden;
  }

  .wireframe-section .fadestrip {
    top: -11%;
    display: block;
  }

  .wireframe-section .fadestrip-bottom {
    bottom: 37%;
    z-index: -2;
  }

  .service-section-main.active .service-content-cont {
    max-width: 100%;
  }

  /* today */
  .animate-wrapper h2 {
    font-size: 32px;
    width: 100%;
    margin-top: 0px;
    text-align: center;
    /* padding: 40px; */
  }

  .animate-wrapper p {
    width: 100%;
    font-size: 18px;
    text-align: center;
    margin-top: 5px;
    /* padding: 0 40px 40px; */
    padding: 40px 0 40px;
  }

  /* today */
  .hero-top-glow-animate.is-visible .golden-glow,
  .hero-top-glow-animate.is-visible .animate-wrapper {
    background-position: -90px 15%;
    background-size: 128%;
  }

  .step-content h2 {
    font-size: 32px;
  }

  .step-section-slider-main .slider-item-content h1 {
    font-size: 38px;
  }

  .info-card-icon img {
    width: 60%;
  }

  .tiktok-shop-main-content {
    padding: 0px 10px;
    max-width: 100%;
  }

  .rectangle-left {
    background-size: 100% 100%;
    padding: 7px 7px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    /*max-width: 445px;*/
    /*min-height: 100px;*/
    /*width: auto;*/
    height: auto;
  }

  .waism-rectangle {
    text-align: right;
  }

  .rectangle-right {
    background-size: 100% 100%;
    padding: 7px 7px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    /*max-width: 445px;*/
    /*min-height: 100px;*/
    /*width: auto;*/
    height: auto;
  }

  .team-content {
    padding: 20px;
  }

  .team-left,
  .team-right {
    padding: 20px;
  }

  .team-left video,
  .team-right video {
    width: 100%;
    z-index: 33333;
  }

  .journey-section {
    padding: 3rem 0 0;
  }

  .tiktokslider-section .fadestrip-bottom {
    bottom: -4.8%;

  }

  .tiktokslider-section .fadestrip-mbl {
    /*top: 46.3%;*/
    /* top: 63.6%; */
    top: -2px !important;
    display: block;
    background-repeat: no-repeat;
    height: 42px;
  }

  .team-left img {
    width: 100% !important;
  }

  .team-right img {
    width: 100% !important;
  }

  .team-name {
    overflow: hidden;
    line-height: 85px;
  }

  .who-section {
    padding: 0;
  }

  .tiktok-shop-section {
    min-height: auto;
  }

  .footer-container {
    padding: 30px;
    background-size: 106%;
    border-radius: 50px 50px 0 0;
  }

  .footer-brand {
    text-align: left;
    /* padding-left: 10px; */
    margin-top: 20px;
  }

  .stat-item {
    justify-content: left !important;
  }

  .stat-info {
    text-align: left;
  }

  .service-features {
    padding: 0 40px;
  }

  .road-map-bottom-section::after,
  .road-map-bottom-section::before {
    content: none;
  }
}

/* For narrow screens 360px wide and short height */
@media (max-width: 360px) and (max-height: 820px) {
  .wireframe-section-text {
    bottom: 41px;
  }

  /* .lottie-player {
    top: 32px;
  } */
}

/* For narrow screens 360px wide and tall height */
@media (max-width: 393px) and (max-height: 851px) {
  .wireframe-section-text {
    bottom: 24px;
  }

  .tiktokslider-section .fadestrip-mbl {
    top: -2px !important;
  }

  .tiktokslider-section .fadestrip-bottom {
    bottom: -5.4%;
    background-repeat: no-repeat;
  }
  .fadestrip-bottom {
    height: 38px;
  }
}

@media (max-width: 360px) and (max-height: 780px) {

  .tiktokslider-section .fadestrip-mbl {
    top: 68.7%;
  }

  .tiktokslider-section .fadestrip-bottom {
    bottom: -6%;
    background-repeat: no-repeat;
  }
}

@media (max-width: 393px) {
  .tiktokslider-section .fadestrip-mbl {
    top: 69.6%;
  }

  .wireframe-head-mobile .fadestrip-bottom {
    bottom: -15%;
  }
}

/* Special styling for 412px width */
@media (width: 412px) {
  .wireframe-section-text {
    bottom: 25px;
  }
}

@media (min-width: 424px) {
  .service-features .icon img {
    width: 50px;
  }
}

@media (max-width: 425px) {
  .word-break {
    word-wrap: break-word;
  }

  .timeline-year-badge span {
    padding: 7px;
  }

  .pillar-mbl-video,
  .pillar-video {
    margin-bottom: -99px;
  }

  .service-features .icon img {
    width: 70px;
  }

  .wireframe-head-mobile {
    height: 695px;
  }

  .dicon-benefits {
    display: none;
  }

  .hero-top-glow-animate.is-visible .golden-glow,
  .hero-top-glow-animate.is-visible .animate-wrapper {
    background-position: -63px 15%;
    background-size: 127%;
  }

  .rectangle-left {
    background: none;
    text-align: left;
    border: 1px solid #d18815;
    border-radius: 20px;
    width: 80%;
  }

  .rectangle-right {
    background: none;
    width: 80%;
    text-align: right;
    border: 1px solid #d18815;
    border-radius: 20px;
  }

  .mbl-wrap-break {
    display: block;
  }

  .team-name {
    font-size: 88px;
  }

  .success-section .section-title {
    font-size: 40px;
    line-height: 50px;
  }

  .info-box-title {
    font-size: 12px;
  }

  h2.hero-subtitle {
    font-size: 26px !important;
    line-height: 36px;
  }
}

@media (max-width: 350px) {
  .loader-first-h h2 {
    font-size: 20px !important;
    line-height: 30px !important;
  }

  .loader-para p {
    font-size: 16px !important;
  }
}

/* Small phones around iPhone SE size */
@media (max-width: 320px) and (max-height: 568px) {
  .wireframe-section-text {
    bottom: 20px;
  }

  .lottie-player {
    top: 0px;
  }

  .wireframe-head-mobile {
    height: 700px;
  }

  .hero-title {
    font-size: 22px;
  }

  .loader-first-h h2 {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .loader-gif-right-leaf img,
  .loader-gif-left-leaf img {
    width: 70px !important;
    height: 93px;
  }

  .loader-para p {
    font-size: 12px !important;
    line-height: 20px;
  }

  .hero-loader-video {
    width: 130px;
  }

  .tiktokslider-section {
    height: 340vh;
  }

  .hero-section {
    height: 145vh;
  }

  .wireframe-head-mobile .fadestrip-bottom {
    bottom: -16% !important;
  }

  .mbl-frame-left {
    margin-left: -55px !important;
  }

  .mbl-frame-right {
    margin-right: -16px !important;
  }

     .tiktokslider-section .fadestrip-mbl {
      top: -102px !important;
     }

}

@media (max-width: 428px) and (max-height: 926px) {
  .wireframe-section-text {
    bottom: 40px;
  }

  .lottie-player {
    top: 0px;
  }
}

/* @media (max-width: 390px) and (max-height: 844px) {
  .wireframe-section-text {
    bottom: 47px;
  }

.wireframe-head-mobile {
  height: 92vh;
}

  .lottie-player {
    top: 0px;
  }

} */

@media (min-width: 370px) and (max-width: 390px) {
  .wireframe-section-text {
    bottom: 27px;
  }

  .lottie-player {
    top: 0px;
  }
}

/* Small devices (≥ 576px) - larger phones, portrait tablets */

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .famous-brands-main-sec {
    display: none;
  }

  .tiktok-landing-mbl-section {
    display: block;
  }

  .agency-steps-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }

  .agency-step-row {
    height: auto;
  }

  .agency-step-row.agency-card-right,
  .agency-step-row.agency-card-left {
    flex-direction: column;
  }

  .agency-step-row svg {
    display: none;
  }

  .agencystep-card.revealed-once {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }

  .fadestrip {
    top: -5%;
  }

  .fadestrip-bottom {
    bottom: -5%;
  }

  .service-content-text .service-text {
    padding: 0px;
  }

  .service-features li {
    font-size: 17px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .partners-grid {
    gap: 15px;
    padding: 10px;
    display: flex;
    flex-direction: column;
  }

  .who-title {
    width: 75%;
    padding: 10px;
    line-height: 35px;
  }

  .footer-brand {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
  }

  .tiktok-shop-main-content {
    max-width: 100%;
  }

  .timeline-year-content p {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }

  .timeline-year-content h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  .rectangle {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 770) {
  .road-map-card4 {
    right: 43%;
    top: 71%;
  }
}

/* Medium devices (≥ 768px) - tablets */
@media (min-width: 768px) and (max-width: 991.98px) {
  /* #firstHero h1.hero-title {
    font-size: 57px !important;
  } */

  .navbar-brand {
    min-width: auto;
  }

  .container {
    padding: 0 25px;
  }

  .tiktok-shop-main-content {
    max-width: 80%;
  }

  .tiktok-shop-main-content .uni-container {
    width: clamp(200px, 75vw, 950px);
    margin: 10px auto;
  }

  .service-content-cont {
    max-width: 80%;
  }

  .team-name {
    font-size: 60px;
    line-height: 60px;
  }

  .timeline-year-content h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  .timeline-year-content h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  .cards-sec {
    width: 70%;
  }

  .timeline-uni-container {
    width: clamp(200px, 70vw, 650px);
  }

  .timeline-uni-container .btn-who-we-are {
    font-size: clamp(24px, 2vw, 29px);
  }

  .timeline-agency-section .timeline-agency-title {
    font-size: 22px;
  }

  .why-shop-service-card p {
    height: 50px;
    min-height: 50px;
    max-height: 60px;
  }

  .last-center-card p {
    width: 250px;
    min-width: 250px;
  }

  .benefits-description {
    padding: 0 50px;
  }

  .sticky-left.left-section {
    text-align: center;
  }

  .hero-content {
    border-radius: 150px 150px 0 0;
  }

  .container-fluid.team-containerr {
    margin-top: 70px;
  }
}

/* Large devices (≥ 992px) - laptops/desktops */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar-brand {
    min-width: auto;
  }

  .container {
    padding: 0 25px;
  }

  .cards-sec {
    width: 70%;
  }

  /* #firstHero h1.hero-title {
    font-size: 80px !important;
  } */
}

/* Extra large devices (≥ 1200px) - desktops, wide screens */
@media (min-width: 1200px) {
}

/* XXL devices (≥ 1400px) - very large screens */
@media (min-width: 1400px) and (max-width: 1599.98px) {
  .navbar-brand {
    /*min-width: 213px;*/
  }

  .container {
    padding: 0 25px;
  }

  /* .rectangle-year img {
    min-width: 170px;
} */
}

@media only screen and (min-width: 360px) and (max-width: 375px) {
  /* Home Page Code */
  .animate-wrapper p {
    padding: 20px 0;
  }

  .timeline-uni-container .btn-who-we-are {
    width: 100%;
  }

  .journey-section {
    padding: 1rem 0 0;
  }

  .mbl-line-draw svg {
    width: 110%;
    height: 100%;
  }

  .team-name {
    font-size: 83px;
  }

  .service-content-text {
    padding: 10px;
  }

  .tiktok-shop-title {
    width: 100%;
    font-size: 17px !important;
    line-height: 22px;
  }

  .info-card-title {
    font-size: 20px;
    line-height: 44px;
  }

  .wireframe-section-text .who-title {
    font-size: 25px !important;
    padding: 25px 40px !important;
  }

  .wireframe-head-mobile .mobile-head-video {
    width: 85% !important;
    margin: 0 auto !important;
  }

  .animate-wrapper h2 {
    text-align: center;
  }

  .animate-wrapper p {
    text-align: center;
  }

  .btn-img .animate-wrapper img {
    width: 60%;
  }

  .why-tiktok-shop-info-heading {
    font-size: 23px;
    line-height: 35px;
    /* padding: 0px 20px; */
  }

  .why-tiktok-shop-info-sub-heading {
    padding: 0 20px;
  }

  .why-shop-service-card p {
    font-size: 13px;
    text-align: right;
  }

  .service-content-text-company {
    display: grid;
    padding: 0;
  }

  .benefits-agency-section .benefits-agency-title {
    padding: 14px 5px;
    width: 100%;
  }

  .benefits-description {
    font-size: 19px;
    line-height: 28px;
  }

  .empire-section h1 {
    font-size: 65px;
  }

  .timeline-title {
    font-size: 17px;
    line-height: 24px;
  }

  .timeline-description {
    padding: 20px;
    font-size: 19px;
    line-height: 30px;
  }

  .service-title {
    padding: 20px 0;
  }

  .partners-grid {
    padding: 0;
    flex-direction: column;
  }

  .why-partnership-section .service-section-main {
    width: 100%;
  }

  .why-partnership-section .service-content-cont {
    max-width: 100% !important;
  }

  .service-text-comp {
    padding: 20px;
    font-weight: 300;
    font-size: 19px;
    line-height: 35px;
  }

  .agency-card-left-cont,
  .agency-card-right-cont {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    padding: 0 20px;
  }

  /* Agency Section */
  .agency-step-row {
    width: 100%;
    height: auto;
  }

  .agency-connector,
  .agency-connector-right {
    display: none;
  }

  .agencycard-title {
    font-size: 28px;
    line-height: 30px;
  }

  .agency-card-text {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
  }

  .agencystep-card {
    width: 398px;
  }

  .agency-sub-container {
    padding: 20px 20px;
  }

  .agencystep-card .agencyMain-title {
    font-size: 36px;
  }

  .who-section .wireframe-section .who-title {
    font-size: 20px !important;
    padding: 20px 30px !important;
  }

  .form-box {
    padding: 10px;
  }

  .btn-submit {
    font-size: 17px;
    padding: 15px 10px;
    margin: 10px;
  }

  .lottie-player {
    width: 200px !important;
    height: 100% !important;
  }

  .choice-icon img {
    width: 100px;
  }

  .choice-icon {
    height: 80px;
  }

  .why-tiktok-shop-service-card .uni-container {
    width: 100%;
  }

  .faqs-section .uni-container {
    width: clamp(200px, 100vw, 100%);
  }

  .faqs-section-title {
    font-size: 30px;
    line-height: 36px;
  }

  .faq-container {
    padding: 0 20px;
    margin: 40px 0;
  }

  .faq-question {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-brand {
    text-align: left;
  }

  .graph-area {
    width: 100%;
  }

  .graph-color {
    margin: 15px 5px;
  }

  .graph-color .legend {
    gap: 5px;
    font-size: 11px;
  }

  .pillar {
    height: auto;
  }

  .footer-column {
    padding: 0;
  }

  /* new-responsive-code */
  #about {
    overflow-x: hidden;
  }

  .rectangle-left {
    padding: 7px 7px 36px;
  }

  .rectangle-right {
    padding: 7px 7px 36px;
  }

  .tiktok-shop-section img {
    width: 100% !important;
  }


  .tiktokslider-left img {
    max-width: 180px;
  }

  .tiktokslider-left .loader-gif-right-leaf  img, .tiktokslider-left .loader-gif-left-leaf  img {
    max-width: 100px;
  }

  .tiktok-shop-section .fadestrip-mbl {
    /*top: 42.9%;*/
    /* top: 65%; */
    top: -3px !important;
  }
  .tiktok-shop-section .fadestrip-bottom {
    height: 42px;
  }

  /* .rounded-circle {
    display: none;
  } */
  /* .fab-container {
    display: none;
  } */
  .review-text {
    color: white;
  }

  .pillar-mbl-video,
  .pillar-video {
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: 2;
    margin-bottom: -103px;
  }

  /* .cards-wrapper { 
    left: 56%;
} */
  .service-text-comp {
    padding: 5px 11px;
  }

  .companyBtn img {
    width: 155px;
  }

  .timeline-agency-section .timeline-agency-title {
    font-size: 23px;
  }

  #firstHero {
    overflow-x: hidden;
  }
}

@media (max-width: 320px) {
  .home-hero-title-container::before {
    margin-right: 0px;
  }

  .home-hero-title-container::after {
    margin-left: 0px;
  }

  .mbl-frame-left {
    margin-left: -70px;
  }

  .mbl-frame-right {
    margin-right: -36px;
  }

  .team-name {
    font-size: 72px;
  }

  .team-sec-btn {
    padding: 7px 19px !important;
    font-size: 15px;
  }

  .tiktok-shop-main-content .dicon-benefits {
    max-width: 200px;
  }

  .wireframe-head-mobile .mobile-head-video {
    width: 85% !important;
    margin: 0 auto !important;
  }

  .wireframe-section-text .who-title {
    font-size: 22px !important;
    padding: 25px 37px !important;
    margin-bottom: 55px;
  }

  /* .rounded-circle {
    display: none;
  } */
  /* .fab-container {
    display: none;
  } */
  .cards-wrapper {
    left: 56%;
  }

  .pillar .cards-wrapper {
    left: 0;
  }

  .review-text {
    color: white;
  }

  .pillar {
    height: 522px;
  }

  .pillar-mbl-video,
  .pillar-video {
    margin-bottom: -56px;
    width: 115%;
  }

  .why-tiktok-shop-service-card .hero-title {
    font-size: 32px;
  }

  .pillar-gif-mobile {
    background-color: black;
  }

  .footer-brand .creator-content {
    text-align: start;
    /*margin-left: 12px;*/
  }

  .footer-brand h2 {
    /*margin-left: 10px;*/
    text-align: start;
  }

  .tiktokslider-left img {
    max-width: 180px;
  }

  .faqs-section .uni-container {
    margin-bottom: 39px;
  }

  .who-section .wireframe-section .who-title {
    font-size: clamp(15px, 2.5vw, 25px) !important;
    padding: clamp(27px, 2vw, 29px) clamp(17px, 5vw, 52px) !important;
    margin-top: -7px;
  }

  .form-box {
    padding: 25px;
  }

  .why-tiktok-shop-section {
    padding: 0px;
  }

  .benefits-agency-section .benefits-agency-title {
    padding: 13px;
  }

  .service-text-comp {
    padding: 5px 11px;
  }

  .companyBtn img {
    width: 155px;
  }

  .timeline-agency-section .timeline-agency-title {
    font-size: 23px;
  }

  .faqs-section .faqs-section-title {
    line-height: 46px;
  }
}
