/*smashers collectors app css starts here*/
@font-face {
    font-family: "Rowdies";
    src: url("./fonts/Rowdies-Light.woff2")
        format("woff2"),
      url("./fonts/Rowdies-Light.woff")
        format("woff"),
      url("./fonts/Rowdies-Light.ttf")
        format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Raleway";
    src: url("./fonts/Raleway-SemiBold.woff2")
        format("woff2"),
      url("./fonts/Raleway-SemiBold.woff")
        format("woff"),
      url("./fonts/Raleway-SemiBold.ttf")
        format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
  
  /*@font-face {*/
  /*    font-family: "Poppins";*/
  /*    src: url("./fonts/Poppins-Regular.woff2") format("woff2"),*/
  /*        url("./fonts/Poppins-Regular.woff") format("woff"),*/
  /*        url("./fonts/Poppins-Regular.ttf") format("truetype");*/
  /*    font-weight: normal;*/
  /*    font-style: normal;*/
  /*    font-display: swap;*/
  /*}*/
  
  @font-face {
    font-family: "TT Norms Pro";
    src: url("./fonts/TTNormsPro-Regular.woff2")
        format("woff2"),
      url("./fonts/TTNormsPro-Regular.woff")
        format("woff"),
      url("./fonts/TTNormsPro-Regular.ttf")
        format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "TT Norms Pro";
    src: url("./fonts/TTNormsPro-Medium.woff2")
        format("woff2"),
      url("./fonts/TTNormsPro-Medium.woff")
        format("woff"),
      url("./fonts/TT-Norms-Pro-Medium.ttf")
        format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "TT Norms Pro";
    src: url("./fonts/TTNormsPro-Bold.woff2")
        format("woff2"),
      url("./fonts/TTNormsPro-Bold.woff")
        format("woff"),
      url("./fonts/TTNormsPro-Bold.ttf")
        format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a {
  margin: 0;
}

a {
  text-decoration: none;
}

  
  .smashers-wrapper {
    background-color: #ffffff;
    font-family: "TT Norms Pro";
  }
  
  .smashers-wrapper .smashptb-120 {
    padding: 120px 0;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .smashers-wrapper .smashptb-120 {
      padding: 100px 0;
    }
  }
  @media only screen and (max-width: 1199px) {
    .smashers-wrapper .smashptb-120 {
      padding: 90px 0;
    }
  }
  @media only screen and (max-width: 991px) {
    .smashers-wrapper .smashptb-120 {
      padding: 70px 0;
    }
  }
  @media only screen and (max-width: 767px) {
    .smashers-wrapper .smashptb-120 {
      padding: 50px 0;
    }
  }
  @media only screen and (max-width: 575px) {
    .smashers-wrapper .smashptb-120 {
      padding: 35px 0;
    }
  }
  
  .smashers-wrapper .smashpt-120 {
    padding-top: 120px;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .smashers-wrapper .smashpt-120 {
      padding-top: 100px;
    }
  }
  @media only screen and (max-width: 1199px) {
    .smashers-wrapper .smashpt-120 {
      padding-top: 90px;
    }
  }
  @media only screen and (max-width: 991px) {
    .smashers-wrapper .smashpt-120 {
      padding-top: 70px;
    }
  }
  @media only screen and (max-width: 767px) {
    .smashers-wrapper .smashpt-120 {
      padding-top: 50px;
    }
  }
  @media only screen and (max-width: 575px) {
    .smashers-wrapper .smashpt-120 {
      padding-top: 35px;
    }
  }
  
  .smashers-wrapper .smashpb-120 {
    padding-bottom: 120px;
  }
  
  @media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .smashers-wrapper .smashpb-120 {
      padding-bottom: 100px;
    }
  }
  @media only screen and (max-width: 1199px) {
    .smashers-wrapper .smashpb-120 {
      padding-bottom: 90px;
    }
  }
  @media only screen and (max-width: 991px) {
    .smashers-wrapper .smashpb-120 {
      padding-bottom: 70px;
    }
  }
  @media only screen and (max-width: 767px) {
    .smashers-wrapper .smashpb-120 {
      padding-bottom: 50px;
    }
  }
  @media only screen and (max-width: 575px) {
    .smashers-wrapper .smashpb-120 {
      padding-bottom: 35px;
    }
  }
  
  .smashers-wrapper .smashhead-title {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -0.01em;
  }
  
  @media only screen and (max-width: 991px) {
    .smashers-wrapper .smashhead-title {
      font-size: 42px;
      line-height: 48px;
      text-align: center;
      margin: 0 0 20px !important;
    }
  }
  @media only screen and (max-width: 767px) {
    .smashers-wrapper .smashhead-title {
      font-size: 34px;
      line-height: 46px;
    }
  }
  
  @media only screen and (max-width: 575px) {
    .smashers-wrapper .smashhead-title {
      margin: 0 0 10px !important;
    }
  }
  
  @media only screen and (max-width: 375px) {
    .smashers-wrapper .smashhead-title {
      font-size: 30px;
      line-height: 36px;
    }
  }
  
  @media only screen and (min-width: 1699px) {
    .smashers-wrapper .smash-container {
      max-width: 1600px;
      padding: 0;
      margin: 0 auto;
    }
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1599px) {
    .smashers-wrapper .smash-container {
      width: calc(100% - 80px);
      max-width: none;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .smashers-wrapper .smash-container {
      width: calc(100% - 60px);
      max-width: none;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .smashers-wrapper .smash-container {
      width: calc(100% - 40px);
      max-width: none;
    }
  }
  
  .smashers-wrapper .smash-container-one {
    background: #ed739a;
    border-radius: 40px;
  }
  
  @media only screen and (min-width: 1699px) {
    .smashers-wrapper .smash-container-one {
      max-width: 1600px;
      padding: 0;
      margin: 0 auto;
    }
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1599px) {
    .smashers-wrapper .smash-container-one {
      width: calc(100% - 80px);
      max-width: none;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .smashers-wrapper .smash-container-one {
      width: calc(100% - 60px);
      max-width: none;
      border-radius: 30px;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .smashers-wrapper .smash-container-one {
      width: calc(100% - 40px);
      max-width: none;
      border-radius: 20px;
    }
  }
  @media only screen and (max-width: 575px) {
    .smashers-wrapper .smash-container-one {
      border-radius: 0;
    }
  }
  
  .smashers-wrapper .smash-container-two {
    background: #60c3d9;
    border-radius: 40px;
  }
  
  @media only screen and (min-width: 1699px) {
    .smashers-wrapper .smash-container-two {
      max-width: 1600px;
      padding: 0;
      margin: 0 auto;
    }
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1599px) {
    .smashers-wrapper .smash-container-two {
      width: calc(100% - 80px);
      max-width: none;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .smashers-wrapper .smash-container-two {
      width: calc(100% - 60px);
      max-width: none;
      border-radius: 30px;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .smashers-wrapper .smash-container-two {
      width: calc(100% - 40px);
      max-width: none;
      border-radius: 20px;
    }
  }
  
  @media only screen and (max-width: 575px) {
    .smashers-wrapper .smash-container-two {
      border-radius: 0;
    }
  }
  
  .smashers-wrapper .smash-container-three {
    background: #84ca95;
    border-radius: 40px;
  }
  
  @media only screen and (min-width: 1699px) {
    .smashers-wrapper .smash-container-three {
      max-width: 1600px;
      padding: 0;
      margin: 0 auto;
    }
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1599px) {
    .smashers-wrapper .smash-container-three {
      width: calc(100% - 80px);
      max-width: none;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .smashers-wrapper .smash-container-three {
      width: calc(100% - 60px);
      max-width: none;
      border-radius: 30px;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .smashers-wrapper .smash-container-three {
      width: calc(100% - 40px);
      max-width: none;
      border-radius: 20px;
    }
  }
  
  @media only screen and (max-width: 575px) {
    .smashers-wrapper .smash-container-three {
      border-radius: 0;
    }
  }
  
  .smashers-wrapper .section-smash-the-ball {
    background-color: #5f44a3;
    overflow: hidden;
    position: relative;
  }
  .smashers-wrapper .section-smash-the-ball .banner-bg {
    position: absolute;
    right: -175px;
    bottom: -20px;
    transform: rotate(174deg);
  }
  @media only screen and (max-width: 1199px) {
    .smashers-wrapper .section-smash-the-ball .banner-bg {
      display: none;
    }
  }
  .smashers-wrapper .section-smash-the-ball .banner-smash-title {
    font-style: normal;
    font-weight: 900;
    color: #fff;
  }
  @media only screen and (max-width: 991px) {
    .smashers-wrapper .section-smash-the-ball .banner-smash-title {
      text-align: center;
    }
  }
  .smashers-wrapper .section-smash-the-ball .banner-smash-title h1 {
    font-size: 100px;
    font-weight: 900;
    line-height: 134px;
  }
  @media only screen and (max-width: 1499px) {
    .smashers-wrapper .section-smash-the-ball .banner-smash-title h1 {
      font-size: 85px;
      line-height: 120px;
    }
  }
  @media only screen and (max-width: 1365px) {
    .smashers-wrapper .section-smash-the-ball .banner-smash-title h1 {
      font-size: 68px;
      line-height: 90px;
    }
  }
  @media only screen and (max-width: 991px) {
    .smashers-wrapper .section-smash-the-ball .banner-smash-title h1 {
      font-size: 48px;
      line-height: 55px;
    }
  }
  @media only screen and (max-width: 767px) {
    .smashers-wrapper .section-smash-the-ball .banner-smash-title h1 {
      font-size: 40px;
      line-height: 44px;
      text-align: center;
    }
  }
  @media only screen and (max-width: 375px) {
    .smashers-wrapper .section-smash-the-ball .banner-smash-title h1 {
      font-size: 34px;
      line-height: 38px;
    }
  }
  .smashers-wrapper .section-smash-the-ball .banner-smash-title .collect-text {
    border: 3px solid #ebc12b;
    transform: rotate(-3deg);
    padding-left: 14px;
    padding-right: 14px;
    display: inline-block;
    position: relative;
    line-height: 110px;
  }
  @media only screen and (max-width: 1499px) {
    .smashers-wrapper .section-smash-the-ball .banner-smash-title .collect-text {
      line-height: 90px;
    }
  }
  @media only screen and (max-width: 1199px) {
    .smashers-wrapper .section-smash-the-ball .banner-smash-title .collect-text {
      line-height: 74px;
    }
  }
  @media only screen and (max-width: 991px) {
    .smashers-wrapper .section-smash-the-ball .banner-smash-title .collect-text {
      border: none;
      padding: 0;
      transform: none;
    }
  }
  @media only screen and (max-width: 767px) {
    .smashers-wrapper .section-smash-the-ball .banner-smash-title .collect-text {
      line-height: normal;
    }
  }
  
  .smashers-wrapper
    .section-smash-the-ball
    .banner-smash-title
    .collect-text
    .one {
    position: absolute;
    left: -12px;
    top: -12px;
    width: 12px;
    height: 12px;
    border: 3px solid #ebc12b;
  }
  
  .smashers-wrapper
    .section-smash-the-ball
    .banner-smash-title
    .collect-text
    .two {
    position: absolute;
    right: -12px;
    top: -12px;
    width: 12px;
    height: 12px;
    border: 3px solid #ebc12b;
  }
  .smashers-wrapper
    .section-smash-the-ball
    .banner-smash-title
    .collect-text
    .three {
    position: absolute;
    left: -12px;
    bottom: -12px;
    width: 12px;
    height: 12px;
    border: 3px solid #ebc12b;
  }
  .smashers-wrapper
    .section-smash-the-ball
    .banner-smash-title
    .collect-text
    .four {
    position: absolute;
    right: -12px;
    bottom: -12px;
    width: 12px;
    height: 12px;
    border: 3px solid #ebc12b;
  }
  
  @media only screen and (max-width: 991px) {
    .smashers-wrapper
      .section-smash-the-ball
      .banner-smash-title
      .collect-text
      .one,
    .smashers-wrapper
      .section-smash-the-ball
      .banner-smash-title
      .collect-text
      .two,
    .smashers-wrapper
      .section-smash-the-ball
      .banner-smash-title
      .collect-text
      .three,
    .smashers-wrapper
      .section-smash-the-ball
      .banner-smash-title
      .collect-text
      .four {
      display: none;
    }
  }
  
  .smashers-wrapper .section-smash-the-ball .blue-army-img {
    margin-top: 10px;
  }
  .smashers-wrapper .section-smash-the-ball .blue-army-img img {
    width: 3200px;
    aspect-ratio: auto 2.380952381;
    height: auto;
  }
  .smashers-wrapper .section-about-smasher {
    background-color: #fff;
  }
  
  @media only screen and (max-width: 991px) {
    .smashers-wrapper .section-about-smasher {
      text-align: center;
    }
  }
  
  .smashers-wrapper .section-about-smasher .about-title {
    color: #160b29;
  }
  
  .smashers-wrapper .section-about-smasher .about-text-wrap {
    margin-top: 20px;
  }
  
  @media only screen and (max-width: 991px) {
    .smashers-wrapper .section-about-smasher .about-text-wrap {
      margin-top: 0;
    }
  }
  
  .smashers-wrapper .section-about-smasher .about-text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: rgba(22, 11, 41, 0.8);
  }
  @media only screen and (max-width: 991px) {
    .smashers-wrapper .section-about-smasher .about-text {
      text-align: center;
    }
  }
  
  @media only screen and (max-width: 575px) {
    .smashers-wrapper .section-about-smasher .about-text {
      font-size: 16px;
      line-height: 26px;
    }
  }
  
  .smashers-wrapper .section-about-smasher .about-text:first-child {
    margin: 0 0 20px;
  }
  @media only screen and (max-width: 991px) {
    .smashers-wrapper .section-about-smasher .about-text:first-child {
      margin: 0 0 10px;
    }
  }
  
  /* ---------------smashers cta css start -----------*/
  
  .smashers-wrapper .section-about-smasher .cta-green-bg {
    width: 100%;
    background: rgba(132, 202, 149, 1);
    position: relative;
    overflow: hidden;
    margin-top: 50px;
    border-radius: 30px;
    padding: 40px 60px 50px 60px;
  }
  @media only screen and (min-width: 1500px) and (max-width: 1600px) {
    .smashers-wrapper .section-about-smasher .cta-green-bg {
      margin-top: 30px;
      padding: 40px 40px 50px 40px;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .smashers-wrapper .section-about-smasher .cta-green-bg {
      margin-top: 30px;
      border-radius: 20px;
      padding: 30px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .smashers-wrapper .section-about-smasher .cta-green-bg {
      margin-top: 30px;
      border-radius: 20px;
      padding: 20px 20px 30px 20px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .smashers-wrapper .section-about-smasher .cta-green-bg {
      margin-top: 30px;
      border-radius: 20px;
      padding: 0px 0px 0px 20px;
    }
  }
  @media only screen and (max-width: 767px) {
    .smashers-wrapper .section-about-smasher .cta-green-bg {
      margin-top: 25px;
      padding: 30px 15px;
      border-radius: 14px;
    }
  }
  .smashers-wrapper .section-about-smasher .cta-green-grid-main {
    display: grid;
    grid-template-columns: 1fr 27%;
    grid-column-gap: 20px;
    align-items: center;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1366px) {
    .smashers-wrapper .section-about-smasher .cta-green-grid-main {
      grid-template-columns: 1fr 34%;
      grid-column-gap: 15px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .smashers-wrapper .section-about-smasher .cta-green-grid-main {
      grid-template-columns: 1fr 33%;
      grid-column-gap: 15px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .smashers-wrapper .section-about-smasher .cta-green-grid-main {
      grid-template-columns: 1fr 36%;
      grid-column-gap: 15px;
    }
  }
  @media only screen and (max-width: 767px) {
    .smashers-wrapper .section-about-smasher .cta-green-grid-main {
      grid-template-columns: 1fr;
      grid-column-gap: 15px;
    }
  }
  .smashers-wrapper .section-about-smasher .cta-title-left-dis {
    margin: 0;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .smashers-wrapper .section-about-smasher .cta-title-left-dis {
      text-align: left;
    }
  }
  .smashers-wrapper .section-about-smasher .cta-title-left-dis p {
    margin: 0;
    font-size: 34px;
    color: #ffffff;
    line-height: 42px;
    font-weight: 500;
  }
  @media only screen and (min-width: 1366px) and (max-width: 1499px) {
    .smashers-wrapper .section-about-smasher .cta-title-left-dis p {
      font-size: 28px;
      line-height: 38px;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .smashers-wrapper .section-about-smasher .cta-title-left-dis p {
      font-size: 26px;
      line-height: 34px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .smashers-wrapper .section-about-smasher .cta-title-left-dis p {
      font-size: 25px;
      line-height: 32px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .smashers-wrapper .section-about-smasher .cta-title-left-dis p {
      font-size: 26px;
      line-height: 34px;
    }
  }
  @media only screen and (max-width: 767px) {
    .smashers-wrapper .section-about-smasher .cta-title-left-dis p {
      font-size: 24px;
      line-height: 26px;
    }
  }
  @media only screen and (max-width: 575px) {
    .smashers-wrapper .section-about-smasher .cta-title-left-dis p {
      font-size: 20px;
      line-height: 26px;
    }
  }
  .smashers-wrapper .section-about-smasher .cta-btn-box {
    margin-top: 24px;
  }
  .smashers-wrapper .section-about-smasher .cta-btn-box a {
    background: #ffffff;
    color: #000000;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    border-radius: 10px;
    padding: 10px 18px;
    display: inline-block;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .smashers-wrapper .section-about-smasher .cta-btn-box a {
      font-size: 16px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .smashers-wrapper .section-about-smasher .cta-btn-box a {
      padding: 9px 14px;
      font-size: 15px;
    }
  }
  @media only screen and (max-width: 767px) {
    .smashers-wrapper .section-about-smasher .cta-btn-box a {
      padding: 10px 16px;
      font-size: 15px;
    }
  }
  .smashers-wrapper .section-about-smasher .cta-btn-box a:hover {
    background: #000000;
    color: #ffffff;
  }
  .smashers-wrapper .section-about-smasher .cta-img-right-img-box {
    position: absolute;
    right: 60px;
    bottom: 0;
  }
  @media only screen and (min-width: 1500px) and (max-width: 1600px) {
    .smashers-wrapper .section-about-smasher .cta-img-right-img-box {
      right: 40px;
    }
  }
  @media only screen and (min-width: 1366px) and (max-width: 1499px) {
    .smashers-wrapper .section-about-smasher .cta-img-right-img-box {
      right: 28px;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .smashers-wrapper .section-about-smasher .cta-img-right-img-box {
      right: 28px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .smashers-wrapper .section-about-smasher .cta-img-right-img-box {
      right: 17px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .smashers-wrapper .section-about-smasher .cta-img-right-img-box {
      position: static;
      margin-top: 40px;
    }
  }
  @media only screen and (max-width: 767px) {
    .smashers-wrapper .section-about-smasher .cta-img-right-img-box {
      display: none;
    }
  }
  
  /* ---------------smashers cta css end -----------*/
  
  .smashers-wrapper .section-play-the-bg {
    width: 100%;
    background-color: #fd6755;
    overflow: hidden;
  }
  
  .smashers-wrapper .section-play-the-bg .play-the-smasher-text {
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 80px;
    color: #fff;
    margin-bottom: 30px;
  }
  @media only screen and (max-width: 1365px) {
    .smashers-wrapper .section-play-the-bg .play-the-smasher-text {
      font-size: 48px;
      line-height: 68px;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .smashers-wrapper .section-play-the-bg .play-the-smasher-text {
      font-size: 36px;
      line-height: 52px;
      text-align: center;
    }
  }
  @media only screen and (max-width: 767px) {
    .smashers-wrapper .section-play-the-bg .play-the-smasher-text {
      font-size: 30px;
      line-height: 44px;
      text-align: center;
    }
  }
  @media only screen and (max-width: 375px) {
    .smashers-wrapper .section-play-the-bg .play-the-smasher-text {
      font-size: 25px;
      line-height: 36px;
    }
  }
  .smashers-wrapper .section-play-the-bg .play-the-smasher-text span {
    color: #1c1c1c;
    border-bottom: solid #000 4px;
  }
  .smashers-wrapper .section-play-the-bg .play-the-smasher-text .span-two {
    color: #5f44a3;
    border: none;
  }
  
  .smashers-wrapper .section-play-the-bg .four-screens {
    margin-top: 10px;
    margin-right: -50px;
    text-align: right;
  }
  
  @media only screen and (max-width: 1199px) {
    .smashers-wrapper .section-play-the-bg .four-screens {
      margin: 0 auto;
      max-width: 80%;
    }
  }
  
  .smashers-wrapper .section-play-the-bg .four-screens img {
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
  }
  
  .smashers-wrapper .section-work-process-bg {
    width: 100%;
    background-color: #fff;
    padding-bottom: 80px;
  }
  @media only screen and (max-width: 991px) {
    .smashers-wrapper .section-work-process-bg {
      padding-bottom: 30px;
    }
  }
  @media only screen and (max-width: 767px) {
    .smashers-wrapper .section-work-process-bg {
      padding-bottom: 50px;
    }
  }
  
  @media only screen and (max-width: 480px) {
    .smashers-wrapper .section-work-process-bg {
      padding-bottom: 35px;
    }
  }
  
  .smashers-wrapper .section-work-process-bg .work-progress-type .progress-outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
  @media only screen and (max-width: 991px) {
    .smashers-wrapper
      .section-work-process-bg
      .work-progress-type
      .progress-outer {
      gap: 15px;
    }
  }
  @media only screen and (max-width: 480px) {
    .smashers-wrapper
      .section-work-process-bg
      .work-progress-type
      .progress-outer {
      white-space: nowrap;
      flex-wrap: nowrap;
      overflow: hidden;
      overflow-x: scroll;
      justify-content: start !important;
      gap: 10px;
    }
  }
  .smashers-wrapper
    .section-work-process-bg
    .work-progress-type
    .progress-outer
    .item {
    min-width: 330px;
  }
  @media only screen and (max-width: 991px) {
    .smashers-wrapper
      .section-work-process-bg
      .work-progress-type
      .progress-outer
      .item {
      min-width: 210px;
    }
  }
  @media only screen and (max-width: 480px) {
    .smashers-wrapper
      .section-work-process-bg
      .work-progress-type
      .progress-outer
      .item {
      min-width: max-content;
      margin: 0 0 10px;
    }
  }
  
  .smashers-wrapper
    .section-work-process-bg
    .work-progress-type
    .progress-outer
    .item
    span {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    display: block;
    letter-spacing: -0.01em;
    color: #160b29;
  }
  
  @media only screen and (max-width: 767px) {
    .smashers-wrapper
      .section-work-process-bg
      .work-progress-type
      .progress-outer
      .item
      span {
      font-size: 20px;
      line-height: 28px;
    }
  }
  
  @media only screen and (max-width: 480px) {
    .smashers-wrapper
      .section-work-process-bg
      .work-progress-type
      .progress-outer
      .item
      span {
      font-size: 18px;
      line-height: 26px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .smashers-wrapper
      .section-work-process-bg
      .work-progress-type
      .progress-outer
      .item
      img {
      width: 35px;
      height: 35px;
    }
  }
  
  .smashers-wrapper .section-work-process-bg .work-process-title {
    color: #160b29;
    margin-bottom: 60px;
  }
  
  @media only screen and (max-width: 991px) {
    .smashers-wrapper .section-work-process-bg .work-process-title {
      margin-bottom: 30px !important;
    }
  }
  
  .smashers-wrapper .section-work-process-bg .empathize-bg {
    background: #d6f8ff;
    border-radius: 70px;
    padding: 10px 12px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 14px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .smashers-wrapper .section-work-process-bg .empathize-bg {
      font-size: 16px;
      padding: 8px 10px;
      line-height: 14px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .smashers-wrapper .section-work-process-bg .empathize-bg {
      gap: 10px;
    }
  }
  
  .smashers-wrapper .section-work-process-bg .edit-bg {
    background: #e6dbfc;
    border-radius: 70px;
    padding: 10px 12px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 14px;
  }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .smashers-wrapper .section-work-process-bg .edit-bg {
      font-size: 18px;
      padding: 8px 10px;
      line-height: 12px;
    }
  }
  @media only screen and (max-width: 767px) {
    .smashers-wrapper .section-work-process-bg .edit-bg {
      gap: 10px;
    }
  }
  
  .smashers-wrapper .section-work-process-bg .ideate-bg {
    background: #ffe9ec;
    border-radius: 70px;
    padding: 10px 12px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 14px;
  }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .smashers-wrapper .section-work-process-bg .ideate-bg {
      font-size: 18px;
      padding: 8px 10px;
      line-height: 12px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .smashers-wrapper .section-work-process-bg .ideate-bg {
      gap: 10px;
    }
  }
  
  .smashers-wrapper .section-work-process-bg .prototype-bg {
    background: #ffedd1;
    border-radius: 70px;
    padding: 10px 12px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 14px;
  }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .smashers-wrapper .section-work-process-bg .prototype-bg {
      font-size: 18px;
      padding: 8px 10px;
      line-height: 12px;
    }
  }
  @media only screen and (max-width: 767px) {
    .smashers-wrapper .section-work-process-bg .prototype-bg {
      gap: 10px;
    }
  }
  
  .smashers-wrapper .section-work-process-bg .test-bg {
    background: #cff3d7;
    border-radius: 70px;
    padding: 10px 12px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 14px;
  }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .smashers-wrapper .section-work-process-bg .test-bg {
      font-size: 18px;
      padding: 8px 10px;
      line-height: 12px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .smashers-wrapper .section-work-process-bg .test-bg {
      gap: 10px;
    }
  }
  
  .smashers-wrapper .section-typography-bg {
    width: 100%;
    background-color: #fff;
  }
  .smashers-wrapper .section-typography-bg .typography-title {
    color: #160b29;
  }
  
  .smashers-wrapper .section-typography-bg .typo-outer {
    margin-top: 50px;
  }
  @media only screen and (max-width: 991px) {
    .smashers-wrapper .section-typography-bg .typo-outer {
      margin-top: 20px;
    }
  }
  
  .smashers-wrapper .section-typography-bg .typo-outer .text-wrap {
    margin-bottom: 30px;
  }
  
  @media only screen and (max-width: 767px) {
    .smashers-wrapper .section-typography-bg .typo-outer .text-wrap {
      margin-bottom: 15px;
    }
  }
  
  .smashers-wrapper .section-typography-bg .typo-title {
    font-style: normal;
    font-size: 30px;
    line-height: 37px;
    color: #000;
  }
  
  @media only screen and (max-width: 575px) {
    .smashers-wrapper .section-typography-bg .typo-title {
      font-size: 25px;
      line-height: 32px;
    }
  }
  
  .smashers-wrapper .section-typography-bg .rowdie-text {
    font-family: "Rowdies";
    font-weight: 300;
  }
  .smashers-wrapper .section-typography-bg .raleway-text {
    font-family: "Raleway";
    font-weight: 600;
  }
  .smashers-wrapper .section-typography-bg .word-text {
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.08em;
    color: #000;
    text-transform: uppercase;
  }
  
  .smashers-wrapper .section-typography-bg .word-text span {
    text-transform: lowercase;
    display: block;
    font-size: 15px;
  }
  @media only screen and (max-width: 767px) {
    .smashers-wrapper .section-typography-bg .word-text {
      font-size: 14px;
      padding-bottom: 0;
    }
  }
  .smashers-wrapper .section-typography-bg .colors-img {
    margin: 50px 0;
  }
  
  @media only screen and (max-width: 991px) {
    .smashers-wrapper .section-typography-bg .colors-img {
      margin: 30px 0;
    }
  }
  .smashers-wrapper .section-typography-bg .colors-img img {
    width: 2056px;
    aspect-ratio: auto 2.0725806452;
    height: auto;
  }
  
  .smashers-wrapper .section-smasher-packs-bg {
    width: 100%;
    padding-bottom: 30px;
    background-color: #fff;
  }
  .smashers-wrapper .section-smasher-packs-bg .smasher-packs-title {
    color: #160b29;
  }
  
  .smashers-wrapper .section-smasher-packs-bg .smasher-packs-text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: rgba(22, 11, 41, 0.8);
  }
  
  @media only screen and (max-width: 991px) {
    .smashers-wrapper .section-smasher-packs-bg .smasher-packs-text {
      line-height: 26px;
    }
  }
  
  @media only screen and (max-width: 575px) {
    .smashers-wrapper .section-smasher-packs-bg .smasher-packs-text {
      font-size: 16px;
    }
  }
  
  .smashers-wrapper .section-pink-gang-bg {
    width: 100%;
    border-radius: 40px;
    margin-bottom: 30px;
    overflow: hidden;
  }
  
  @media only screen and (max-width: 991px) {
    .smashers-wrapper .section-pink-gang-bg {
      border-radius: 30px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .smashers-wrapper .section-pink-gang-bg {
      border-radius: 20px;
    }
  }
  
  @media only screen and (max-width: 575px) {
    .smashers-wrapper .section-pink-gang-bg {
      border-radius: 0;
    }
  }
  
  .smashers-wrapper .section-pink-gang-bg .inner-outer {
    padding-top: 50px;
  }
  
  @media only screen and (max-width: 767px) {
    .smashers-wrapper .section-pink-gang-bg .inner-outer {
      padding-top: 35px;
    }
  }
  
  .smashers-wrapper .section-pink-gang-bg .pink-gang-title {
    color: #fff;
  }
  
  @media only screen and (max-width: 767px) {
    .smashers-wrapper .section-pink-gang-bg .pink-gang-title {
      margin: 0 0 10px !important;
    }
  }
  .smashers-wrapper .section-pink-gang-bg .pink-gang-text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    align-items: center;
    text-align: center;
    color: #fff;
    padding-bottom: 70px;
  }
  @media only screen and (max-width: 991px) {
    .smashers-wrapper .section-pink-gang-bg .pink-gang-text {
      padding-bottom: 30px;
    }
  }
  @media only screen and (max-width: 575px) {
    .smashers-wrapper .section-pink-gang-bg .pink-gang-text {
      font-size: 16px;
      line-height: 26px;
    }
  }
  .smashers-wrapper .section-pink-gang-bg .pink-gang {
    margin-top: 10px;
  }
  .smashers-wrapper .section-pink-gang-bg .pink-gang img {
    width: 3200px;
    aspect-ratio: auto 2.3916292975;
    height: auto;
  }
  .smashers-wrapper .section-blue-army-bg {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 40px;
    margin-bottom: 30px;
    overflow: hidden;
  }
  
  @media only screen and (max-width: 991px) {
    .smashers-wrapper .section-blue-army-bg {
      border-radius: 30px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .smashers-wrapper .section-blue-army-bg {
      border-radius: 20px;
    }
  }
  
  @media only screen and (max-width: 575px) {
    .smashers-wrapper .section-blue-army-bg {
      border-radius: 0;
    }
  }
  
  .smashers-wrapper .section-blue-army-bg .inner-outer {
    padding-top: 50px;
  }
  @media only screen and (max-width: 767px) {
    .smashers-wrapper .section-blue-army-bg .inner-outer {
      padding-top: 35px;
    }
  }
  
  .smashers-wrapper .section-blue-army-bg .blue-army-title {
    color: #fff;
  }
  @media only screen and (max-width: 767px) {
    .smashers-wrapper .section-blue-army-bg .blue-army-title {
      margin: 0 0 10px !important;
    }
  }
  
  .smashers-wrapper .section-blue-army-bg .blue-army-text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    align-items: center;
    text-align: center;
    color: #fff;
    padding-bottom: 70px;
  }
  @media only screen and (max-width: 991px) {
    .smashers-wrapper .section-blue-army-bg .blue-army-text {
      padding-bottom: 30px;
    }
  }
  @media only screen and (max-width: 575px) {
    .smashers-wrapper .section-blue-army-bg .blue-army-text {
      font-size: 16px;
      line-height: 26px;
    }
  }
  .smashers-wrapper .section-blue-army-bg .blue-army {
    margin-top: 10px;
  }
  .smashers-wrapper .section-blue-army-bg .blue-army img {
    width: 3200px;
    aspect-ratio: auto 2.380952381;
    height: auto;
  }
  .smashers-wrapper .section-grass-players-bg {
    width: 100%;
    border-radius: 40px;
    overflow: hidden;
  }
  
  @media only screen and (max-width: 991px) {
    .smashers-wrapper .section-grass-players-bg {
      border-radius: 30px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .smashers-wrapper .section-grass-players-bg {
      border-radius: 20px;
    }
  }
  
  @media only screen and (max-width: 575px) {
    .smashers-wrapper .section-grass-players-bg {
      border-radius: 0;
    }
  }
  
  .smashers-wrapper .section-grass-players-bg .inner-outer {
    padding-top: 50px;
  }
  
  @media only screen and (max-width: 767px) {
    .smashers-wrapper .section-grass-players-bg .inner-outer {
      padding-top: 35px;
    }
  }
  .smashers-wrapper .section-grass-players-bg .grass-players-title {
    color: #fff;
  }
  
  @media only screen and (max-width: 767px) {
    .smashers-wrapper .section-grass-players-bg .grass-players-title {
      margin: 0 0 10px !important;
    }
  }
  
  .smashers-wrapper .section-grass-players-bg .grass-players-text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    align-items: center;
    text-align: center;
    color: #fff;
    padding-bottom: 70px;
  }
  @media only screen and (max-width: 991px) {
    .smashers-wrapper .section-grass-players-bg .grass-players-text {
      padding-bottom: 30px;
    }
  }
  @media only screen and (max-width: 575px) {
    .smashers-wrapper .section-blue-army-bg .grass-players-text {
      font-size: 16px;
      line-height: 26px;
    }
  }
  .smashers-wrapper .section-grass-players-bg .grass-players {
    margin-top: 10px;
  }
  .smashers-wrapper .section-grass-players-bg .grass-players img {
    width: 3200px;
    aspect-ratio: auto 2.4242424242;
    height: auto;
  }
  .smashers-wrapper .section-characters-bg {
    width: 100%;
    background: #fff;
    border-radius: 40px;
    overflow: hidden;
  }
  .smashers-wrapper .section-characters-bg .characters-title {
    color: #160b29;
  }
  
  .smashers-wrapper .section-characters-bg .characters-text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    align-items: center;
    text-align: center;
    color: rgba(22, 11, 41, 0.8);
    padding-bottom: 25px;
  }
  
  @media only screen and (max-width: 575px) {
    .smashers-wrapper .section-characters-bg .characters-text {
      font-size: 16px;
      line-height: 26px;
      padding-bottom: 15px;
    }
  }
  .smashers-wrapper .section-characters-bg .characters {
    margin: 30px -180px 0;
  }
  
  @media only screen and (min-width: 1700px) and (max-width: 1899px) {
    .smashers-wrapper .section-characters-bg .characters {
      margin: 30px -30px 0;
    }
  }
  
  @media only screen and (min-width: 1200px) and (max-width: 1699px) {
    .smashers-wrapper .section-characters-bg .characters {
      margin: 30px -50px 0;
    }
  }
  
  @media only screen and (max-width: 1199px) {
    .smashers-wrapper .section-characters-bg .characters {
      margin: 30px -70px 0;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .smashers-wrapper .section-characters-bg .characters {
      margin: 10px -30px 0;
    }
  }
  
  .smashers-wrapper .section-just-them-bg {
    width: 100%;
    background: #1f1f1f;
  }
  .smashers-wrapper .section-just-them-bg .just-them-title {
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 90px;
    text-align: center;
    color: #fff;
  }
  @media only screen and (max-width: 1199px) {
    .smashers-wrapper .section-just-them-bg .just-them-title {
      font-size: 48px;
      line-height: 66px;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .smashers-wrapper .section-just-them-bg .just-them-title {
      font-size: 42px;
      line-height: 62px;
    }
  }
  @media only screen and (max-width: 767px) {
    .smashers-wrapper .section-just-them-bg .just-them-title {
      font-size: 34px;
      line-height: 50px;
    }
  }
  @media only screen and (max-width: 375px) {
    .smashers-wrapper .section-just-them-bg .just-them-title {
      font-size: 30px;
      line-height: 36px;
    }
  }
  
  .smashers-wrapper .section-just-them-bg .just-them-title span {
    display: block;
  }
  .smashers-wrapper .section-just-them-bg .just-them-title .span-border-text {
    border: solid #fd6755 2px;
    display: inline;
    padding-left: 12px;
    padding-right: 12px;
  }
  
  @media only screen and (max-width: 767px) {
    .smashers-wrapper .section-just-them-bg .just-them-title .span-border-text {
      border: none;
      padding: 0;
    }
  }
  
  .smashers-wrapper .section-just-them-bg .just-them-text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    align-items: center;
    text-align: center;
    color: #ddd;
    padding-bottom: 50px;
  }
  @media only screen and (max-width: 991px) {
    .smashers-wrapper .section-just-them-bg .just-them-text {
      padding-bottom: 20px;
    }
  }
  @media only screen and (max-width: 575px) {
    .smashers-wrapper .section-just-them-bg .just-them-text {
      font-size: 16px;
      line-height: 26px;
    }
  }
  .smashers-wrapper .section-just-them-bg .just-them {
    margin-top: 70px;
    text-align: right;
  }
  @media only screen and (max-width: 767px) {
    .smashers-wrapper .section-just-them-bg .just-them {
      margin-top: 50px;
    }
  }
  
  @media only screen and (max-width: 575px) {
    .smashers-wrapper .section-just-them-bg .just-them {
      margin-top: 0;
    }
  }
  
  .smashers-wrapper .section-just-them-bg .just-them img {
    width: 1920px;
    aspect-ratio: auto 1.3842826244;
    height: auto;
    margin-bottom: -1px;
  }
  
  .smashers-wrapper .section-technology-stack-bg {
    width: 100%;
    background-color: #fff;
  }
  @media only screen and (max-width: 991px) {
    .smashers-wrapper .section-technology-stack-bg {
      border-radius: 10px;
    }
  }
  
  .smashers-wrapper .section-technology-stack-bg .technology-stack-title {
    color: #160b29;
    margin: 0 0 50px;
  }
  
  @media only screen and (max-width: 991px) {
    .smashers-wrapper .section-technology-stack-bg .technology-stack-title {
      margin: 0 0 30px !important;
    }
  }
  @media only screen and (max-width: 575px) {
    .smashers-wrapper .section-technology-stack-bg .technology-stack-title {
      margin: 0 0 25px !important;
    }
  }
  .smashers-wrapper .section-technology-stack-bg .technology-list {
    gap: 25px;
  }
  .smashers-wrapper .section-technology-stack-bg .swift-img .img-outer {
    background-color: #eff7fe;
    padding: 20px;
    border-radius: 99em;
    margin: 0 0 15px;
  }
  @media only screen and (max-width: 575px) {
    .smashers-wrapper .section-technology-stack-bg .swift-img .img-outer {
      padding: 10px;
    }
  }
  .smashers-wrapper .section-technology-stack-bg .swift-img .img-outer .img-wrap {
    background-color: #ffffff;
    width: 120px;
    height: 120px;
    padding: 20px;
    border-radius: 99em;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.01));
  }
  
  @media only screen and (max-width: 575px) {
    .smashers-wrapper
      .section-technology-stack-bg
      .swift-img
      .img-outer
      .img-wrap {
      padding: 10px;
      width: 80px;
      height: 80px;
    }
  }
  @media only screen and (max-width: 575px) {
    .smashers-wrapper
      .section-technology-stack-bg
      .swift-img
      .img-outer
      .img-wrap
      img {
      max-width: 60%;
    }
  }
  
  .smashers-wrapper .section-technology-stack-bg .swift-img .swift-text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: rgba(22, 11, 41, 0.8);
    margin-top: -30px;
  }
  
  /* ---------------smashers cta to css start -----------*/
  
  .smashers-wrapper .section-technology-stack-bg .cta-green-bg {
    width: 100%;
    background: #5f44a3;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    margin-bottom: 70px;
  }
  .smashers-wrapper .section-technology-stack-bg .cta-container {
    max-width: 1600px;
  }
  @media only screen and (min-width: 1500px) and (max-width: 1600px) {
    .smashers-wrapper .section-technology-stack-bg .cta-green-bg {
      margin-bottom: 60px;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .smashers-wrapper .section-technology-stack-bg .cta-green-bg {
      margin-bottom: 50px;
      border-radius: 20px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .smashers-wrapper .section-technology-stack-bg .cta-green-bg {
      margin-bottom: 40px;
      border-radius: 20px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .smashers-wrapper .section-technology-stack-bg .cta-green-bg {
      margin-bottom: 30px;
      border-radius: 20px;
    }
  }
  @media only screen and (max-width: 767px) {
    .smashers-wrapper .section-technology-stack-bg .cta-green-bg {
      margin-bottom: 25px;
      padding: 30px 15px;
      border-radius: 14px;
    }
  }
  .smashers-wrapper .section-technology-stack-bg .cta-green-grid-main {
    display: grid;
    grid-template-columns: 1fr 37%;
    grid-column-gap: 20px;
    align-items: end;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1366px) {
    .smashers-wrapper .section-technology-stack-bg .cta-green-grid-main {
      grid-template-columns: 1fr 34%;
      grid-column-gap: 15px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .smashers-wrapper .section-technology-stack-bg .cta-green-grid-main {
      grid-template-columns: 1fr 43%;
      grid-column-gap: 15px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .smashers-wrapper .section-technology-stack-bg .cta-green-grid-main {
      grid-template-columns: 1fr 43%;
      grid-column-gap: 15px;
    }
  }
  @media only screen and (max-width: 767px) {
    .smashers-wrapper .section-technology-stack-bg .cta-green-grid-main {
      grid-template-columns: 1fr;
      grid-column-gap: 15px;
    }
  }
  .smashers-wrapper .section-technology-stack-bg .cta-title-left-dis {
    margin: 0;
    padding: 0px 0px 90px 60px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .smashers-wrapper .section-technology-stack-bg .cta-title-left-dis {
      text-align: left;
      padding: 30px 0px 30px 40px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .smashers-wrapper .section-technology-stack-bg .cta-title-left-dis {
      text-align: left;
      padding: 30px 0px 30px 30px;
    }
  }
  @media only screen and (max-width: 767px) {
    .smashers-wrapper .section-technology-stack-bg .cta-title-left-dis {
      text-align: center;
      padding: 0;
    }
  }
  .smashers-wrapper .section-technology-stack-bg .cta-title-left-dis p {
    margin: 0;
    font-size: 34px;
    color: #ffffff;
    line-height: 42px;
    font-weight: 500;
  }
  @media only screen and (min-width: 1366px) and (max-width: 1499px) {
    .smashers-wrapper .section-technology-stack-bg .cta-title-left-dis p {
      font-size: 28px;
      line-height: 38px;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .smashers-wrapper .section-technology-stack-bg .cta-title-left-dis p {
      font-size: 26px;
      line-height: 34px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .smashers-wrapper .section-technology-stack-bg .cta-title-left-dis p {
      font-size: 25px;
      line-height: 32px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .smashers-wrapper .section-technology-stack-bg .cta-title-left-dis p {
      font-size: 26px;
      line-height: 36px;
    }
  }
  @media only screen and (max-width: 767px) {
    .smashers-wrapper .section-technology-stack-bg .cta-title-left-dis p {
      font-size: 24px;
      line-height: 34px;
    }
  }
  @media only screen and (max-width: 575px) {
    .smashers-wrapper .section-technology-stack-bg .cta-title-left-dis p {
      font-size: 20px;
      line-height: 26px;
    }
  }
  .smashers-wrapper .section-technology-stack-bg .cta-btn-box {
    margin-top: 24px;
  }
  .smashers-wrapper .section-technology-stack-bg .cta-btn-box a {
    background: #ffffff;
    color: #000000;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    border-radius: 10px;
    padding: 10px 18px;
    display: inline-block;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .smashers-wrapper .section-technology-stack-bg .cta-btn-box a {
      font-size: 16px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .smashers-wrapper .section-technology-stack-bg .cta-btn-box a {
      padding: 9px 14px;
      font-size: 15px;
    }
  }
  @media only screen and (max-width: 767px) {
    .smashers-wrapper .section-technology-stack-bg .cta-btn-box a {
      padding: 10px 16px;
      font-size: 15px;
    }
  }
  .smashers-wrapper .section-technology-stack-bg .cta-btn-box a:hover {
    background: #77be89;
    color: #ffffff;
  }
  .smashers-wrapper .section-technology-stack-bg .cta-img-right-img-box {
    position: static;
    text-align: end;
    padding-right: 25px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .smashers-wrapper .section-technology-stack-bg .cta-img-right-img-box {
      position: static;
      margin-top: 40px;
    }
  }
  @media only screen and (max-width: 767px) {
    .smashers-wrapper .section-technology-stack-bg .cta-img-right-img-box {
      display: none;
    }
  }
  
  /* ---------------smashers cta to css end -----------*/
  
  .smashers-wrapper .section-collect-track-bg {
    width: 100%;
    background-color: #fff;
  }
  
  .smashers-wrapper .section-collect-track-bg .middle-div {
    margin: 100px 0;
  }
  
  @media only screen and (max-width: 1199px) {
    .smashers-wrapper .section-collect-track-bg .middle-div {
      margin: 90px 0;
    }
  }
  @media only screen and (max-width: 991px) {
    .smashers-wrapper .section-collect-track-bg .middle-div {
      margin: 70px 0;
    }
  }
  @media only screen and (max-width: 767px) {
    .smashers-wrapper .section-collect-track-bg .middle-div {
      margin: 50px 0;
    }
  }
  
  .smashers-wrapper .section-collect-track-bg .collect-track-title {
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 54px;
    letter-spacing: -0.01em;
    color: #160b29;
    max-width: 467px;
  }
  @media only screen and (max-width: 991px) {
    .smashers-wrapper .section-collect-track-bg .collect-track-title {
      max-width: none;
      font-size: 28px;
      line-height: 38px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .smashers-wrapper .section-collect-track-bg .collect-track-title {
      font-size: 24px;
      line-height: 34px;
      text-align: center;
      margin: 0 0 30px;
    }
  }
  
  .smashers-wrapper .section-collect-track-bg .collect-track-title.top-text {
    margin-left: auto;
  }
  
  @media only screen and (max-width: 767px) {
    .smashers-wrapper .section-collect-track-bg .collect-track-title.top-text {
      text-align: center;
    }
  }
  
  .smashers-wrapper .section-collect-track-bg .three-screens-img img {
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
  }
  
  .smashers-wrapper .section-smash-impact .text-wrap .characters-text {
    font-size: 18px;
    line-height: 32px;
    color: rgba(22, 11, 41, 0.8);
  }
  
  @media only screen and (max-width: 575px) {
    .smashers-wrapper .section-smash-impact .text-wrap .characters-text {
      font-size: 16px;
      line-height: 26px;
    }
  }
  
  .smashers-wrapper .section-smash-impact .img-outers {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    margin-top: 100px;
  }
  @media only screen and (max-width: 1199px) {
    .smashers-wrapper .section-smash-impact .img-outers {
      margin-top: 90px;
    }
  }
  @media only screen and (max-width: 991px) {
    .smashers-wrapper .section-smash-impact .img-outers {
      margin-top: 70px;
    }
  }
  @media only screen and (max-width: 767px) {
    .smashers-wrapper .section-smash-impact .img-outers {
      margin-top: 50px;
      grid-gap: 15px;
    }
  }
  @media only screen and (max-width: 575px) {
    .smashers-wrapper .section-smash-impact .img-outers {
      margin-top: 35px;
    }
  }
  
  .smashers-wrapper .section-smash-impact .img-outers .item.item-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
  @media only screen and (max-width: 767px) {
    .smashers-wrapper .section-smash-impact .img-outers .item.item-top {
      grid-gap: 15px;
    }
  }
  @media only screen and (max-width: 480px) {
    .smashers-wrapper .section-smash-impact .img-outers .item.item-top {
      grid-template-columns: 1fr;
    }
  }
  
  .smashers-wrapper .section-smash-impact .img-outers .item .img-wrap {
    border-radius: 40px;
  }
  @media only screen and (max-width: 991px) {
    .smashers-wrapper .section-smash-impact .img-outers .item .img-wrap {
      border-radius: 30px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .smashers-wrapper .section-smash-impact .img-outers .item .img-wrap {
      border-radius: 20px;
    }
  }
  
  @media only screen and (max-width: 575px) {
    .smashers-wrapper .section-smash-impact .img-outers .item .img-wrap {
      border-radius: 10px;
    }
  }
  
  .smashers-wrapper .section-smash-impact .img-outers .item .img-wrap img {
    border-radius: 40px;
  }
  
  @media only screen and (max-width: 991px) {
    .smashers-wrapper .section-smash-impact .img-outers .item .img-wrap img {
      border-radius: 30px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .smashers-wrapper .section-smash-impact .img-outers .item .img-wrap img {
      border-radius: 20px;
    }
  }
  
  @media only screen and (max-width: 575px) {
    .smashers-wrapper .section-smash-impact .img-outers .item .img-wrap img {
      border-radius: 10px;
    }
  }
  /*smashers collectors app css ends here*/
  