h1 {
  margin-top: 71px;
  color: #ffffff !important;
  font-weight: 800 !important;
  font-size: 50px !important;
  line-height: 61px;
}

header .navbar li a {
  font-weight: 400 !important;
}

.modal {
  background-color: #000;
}

.modal .close {
  background-color: transparent;
  color: #fff;
  padding: 1rem;
  font-size: 32px;
  border: none !important;
}

.modal-open .platform-header,.modal-open .platform-text {
  display: flex;
  margin-bottom: 38px; 
  z-index: -99 !important;
  position: relative;
}

.platform .watch-promo a { 
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #0080FF !important;
}
p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500 !important;
  font-size: 18px;
  line-height: 31px !important;
  text-align: center;
  color: rgba(255, 255, 255, 0.7) !important;
}

.home-button {
  box-sizing: border-box;
  background: conic-gradient(
    from -2.62deg at 51.93% 142.18%,
    #0080ff -50.67deg,
    #002469 15.05deg,
    #ba22d8 177.39deg,
    #0080ff 309.33deg,
    #002469 375.05deg
  ) !important;
  padding: 16px 28px !important;
}

.btn:hover {
  background: white !important;
}

.btn:hover span {
  background: -webkit-linear-gradient(45deg, #0080ff, #ba22d8) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.box {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  border: 1px solid transparent;

  border-image-source: linear-gradient(
    93.89deg,
    #0080ff 0.46%,
    #ba22d8 149.11%,
    rgba(186, 34, 216, 0.29) 149.11%
  );

  position: absolute;
  top: 0;
  right: 0;

  background: linear-gradient(120deg, #0080ff, #0080ff, #ba22d8) border-box; /*3*/
  -webkit-mask: /*4*/ linear-gradient(#000 0 0) padding-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; /*5'*/
  mask-composite: exclude; /*5*/
}

.sticky {
  background: #02163d9e !important;
  background-size: cover !important;
  background: #02163d9e !important;
  backdrop-filter: blur(20px);
  /* border-bottom: 0.5px solid #9191917d; */
  padding: 1rem 0;
}

header .logo {
  margin-left: 5rem;
}

header .navbar {
  margin-right: 5rem;
}

header .navbar .nav,
.navbar-expand-lg .navbar-collapse {
  gap: 2rem;
}

.navbar-toggler {
  background: transparent !important;
}


.navbar-toggler span:before,
.navbar-toggler span:after {
  background: #fff !important;
}

@media (max-width: 992px) {
  .navbar-toggler.collapsed span {
    background: #fff !important;
  }
}

a {
  font-family: "Montserrat";
  font-style: normal;
  font-size: 18px !important;
  line-height: 22px;

  text-transform: none !important;
}


.platform {
  /* padding: 7vh 22vw; */
  padding: 100px 0 480px 0;
  background-color: #02163d !important;
  background-size: cover !important;
}

.platform .home-button,
.platform .api-button {
  padding: 16px 28px !important;
}

.platform h1 {
  margin-top: 55px;
}

.platform-header {
  /* display: flex;  */
  margin-bottom: 38px;
}

.text-color {
  background: -webkit-linear-gradient(45deg, #0080ff, #ba22d8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 14px;
  padding-right: 14px;
}

.btn-container {
  margin-top: 30px;
  gap: 39px;
  display: flex;
}

.api-button {
  width: 17rem;
  border: 1px solid #ffffff !important;
  background-color: transparent !important;
}

.api-button:hover {
  background-color: #ffffff !important;
}

.code {
  background-color: #02163d !important;
  background-size: cover !important;
  background: radial-gradient(
    70.09% 70.09% at 50.03% 100%,
    #ba22d8 0%,
    rgba(0, 128, 255, 0.32) 55.21%,
    rgba(7, 21, 56, 0.07) 100%
  );
  padding-bottom: 5vh;
}

.dev-activ {
  margin-top: 4rem;
}

.dev-activ h2 {
  font-weight: 800;
  font-size: 32px;
  line-height: 39px;
  width: auto;
  background: linear-gradient(
    90.67deg,
    #2751a0 2.95%,
    #475cf0 58.35%,
    #ba22d8 119.69%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.dev-activ p {
  line-height: 30px !important;
  color: #7b7a7a !important;
}

.dev-activ .sm-intro {
  /* align-items: center; */
  display: flex;
  flex-direction: column;
}

.why-choose {
  margin: 2rem 0 8rem;
}

.why-choose h4 {
  font-weight: 700 !important;
  font-size: 20px;
  line-height: 24px;
  margin-left: 1rem;
  background: conic-gradient(from -2.62deg at 51.93% 142.18%, #0e69c3 -50.67deg, #002469 19deg, #143fac 177.39deg, #171e8c 309.33deg, #002469 375.05deg);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.why-choose img {
  max-width: 30px !important;
}

.why-choose p {
  text-align: start;
  line-height: 30px !important;
  color: #7b7a7a !important;
  margin-left: 47px !important;
  font-weight: 400!important;
}

.why-choose .container {
  display: flex;
  justify-content: space-evenly;
}

.why-choose .container .col-md-4 {
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
}

.why-choose .container .col-md-4:last-child {
  gap: 3px;
}

.start-project {
  background: linear-gradient(
    149.97deg,
    #0080ff -96.39%,
    #022d80 70.05%,
    #ba22d8 109.38%
  );
  justify-content: center;
  /* height: 80vh; */
  /* padding: rem 0rem; */
}

.start-project .flex-container > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.start-project h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 31px;
  color: #0080ff;
}

.start-project h2 {
  font-weight: 800;
  font-size: 36px;
  line-height: 44px;

  color: #ffffff;
}

.start-project p {
  /* text-align: left; */
  color: #ffffff !important;
}

.start-project a {
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 8px;
  padding: 1rem 3rem;
  font-weight: 600;
  font-size: 14px !important;
  line-height: 17px;
  color: #0150b0 !important;
  display: flex;
  align-items: center;
  width: max-content;
  justify-content: center;
}
.start-project a:hover {
  background: #0150b0;
  color: #ffffff !important;
}

.start-project span {
  color: #0150b0 !important;
}

.start-project a:hover span {
  color: #ffffff !important;
}

.distri {
  flex-direction: row;
  justify-content: center;
  padding-bottom: 7rem;
}
.distri .container {
  padding: 1rem;
}
.distri .pricing-table {
  box-shadow: 0px 4px 9px 2px rgba(0, 0, 0, 0.25);
}

/* .start-project > div {
  margin: 0 2vw;
} */

.pricing-header {
  font-weight: 700 !important;
  font-size: 20px;
  background: conic-gradient(from -2.62deg at 51.93% 142.18%, #0e69c3 -50.67deg, #002469 19deg, #143fac 177.39deg, #171e8c 309.33deg, #002469 375.05deg);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing-img-container {
  background: #f4f7fa;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  margin-bottom: 15px;
}

.pricing-plan {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 25px 0px !important;
}

.pricing-plan p {
  width: 15rem;
  font-size: 14px;
  line-height: 22px !important;
  color: #707070 !important;
}

.pricing-features {
  font-weight: 500 !important;
  line-height: 22px !important;
}

.pricing-currency {
  display: flex;
  justify-content: center;
  font-size: 12px;
  line-height: 15px;
  color: #707070;
}
.pricing-price {
  font-size: 21px;
  line-height: 26px;
}

.pricing-frequency {
  align-items: end;
  display: flex;
}

.pricing-button {
  border-color: #0080ff !important;
  color: #0080ff !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 17px;
  padding: 17px 35px !important;
  width: 100%;
}

.pricing-button:hover {
  background-color: #0080ff !important;
  color: #ffffff !important;
}

.is-featured {
  background: conic-gradient(
    from -2.62deg at 51.93% 142.18%,
    #0080ff -50.67deg,
    #002469 15.05deg,
    #ba22d8 177.39deg,
    #0080ff 309.33deg,
    #002469 375.05deg
  );
  color: #ffffff !important;
}

.is-featured:hover {
  background: conic-gradient(
    from -2.62deg at 51.93% 142.18%,
    #0080ff -50.67deg,
    #002469 15.05deg,
    #ba22d8 177.39deg,
    #0080ff 309.33deg,
    #002469 375.05deg
  ) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.platform-footer {
  display: flex;
  margin-bottom: 38px;
}

.platform-footer h1 {
  font-weight: 800 !important;
  font-size: 36px !important;
  line-height: 44px;
  margin-top: 0;
}

.get-started p {
  padding: 0px 11rem;
  color:#ffffff!important;
}

.get-started {
  background: radial-gradient(
    54.46% 114.16% at 50.41% 69.1%,
    #084ac9 0%,
    #00308c 31.4%,
    #002469 69.46%
  );
  background-size: cover !important;
}
.get-started img {
  max-width: none;
  height: 100%;
}

.get-started .text-content {
  padding: 5rem 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.get-started .trama {
  background-image: url("../images/trama.svg");
  width: inherit;
}

.information {
  background-color: #02163d !important;
  background-size: cover !important;
  padding: 3rem 8rem;
}

.information .logo h5 {
  color: #ffffff;
}
.information h5 {
  color: #c2c2c2;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-top: 3vh;
}

.information h5 a{
  color: #c2c2c2;
  font-size: 14px!important;
}

.information h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}

.information .info-container {
  padding-left: 18vh;
  gap: 100px;
}

.information .info-container .flex {
  gap: 100px;
}

.information .col {
  display: none;
}

.information .socials {
  display: flex;
  flex-direction: column;
  align-items: end;
}

footer {
  background-color: #02163d !important;
  background-size: cover !important;
  padding: 3rem 0 !important;
}

.socials li {
  display: inline-block;
}

.socials li a {
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  margin: 0 2.5px;
  text-align: center;
  font-size: 16px;
  line-height: 48px;
  color: rgba(255, 255, 255, 0.8);
}

#contact a {
  height: fit-content;
  margin-right: -3px;
}

#contact .sm-intro {
  margin-bottom: 0;
}

#contact .links a {
  font-weight: 400;
  font-size: 14px !important;
  line-height: 17px;
  color: #ffffff;
  margin-right: 24px;
}

#contact p {
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 17px !important;
  margin: 0;
}

/* @media (min-width: 1400px) {
  .container {
    max-width: 1450px;
  }
  .information .info-container {
    padding-left: 20vh;
  }
} */

@media (max-width: 1400px) {
  header .logo {
    margin-left: 0;
  }

  header .navbar {
    margin-right: 0;
  }

  header .navbar .nav,
  .navbar-expand-lg .navbar-collapse {
    gap: 1rem;
  }
}

@media (max-width: 1325px) {
  .start-project {
    padding: 10px 30px;
  }

  .information .info-container {
    padding-left: 18%;
  }
}

@media (max-width: 1199px) {
  header .navbar .nav,
  .navbar-expand-lg .navbar-collapse {
    gap: 0;
  }

  header .navbar-collapse {
    margin-right: 8px;
  }
}

@media (max-width: 1188px) {
  .information .info-container {
    padding-left: 11%;
  }
}

@media (max-width: 1138px) {
  .information .info-container {
    padding-left: 35px;
  }
}

@media (max-width: 875px) {
  .get-started h1  {
    inline-size: max-content;
  }

  /* .platform {
    padding: 10vh 4vw 5vh;
  } */

  .information {
    padding: 5rem 2rem;
  }
  .logo {
    margin-bottom: 9vh;
    text-align: center;
  }

  .flex-container {
    justify-content: center !important;
  }

  .information .flex {
    padding-left: 0;
    gap: 90px;
    justify-content: space-between;
  }

  .information .info-container {
    width: 100%;
  }

  .information .flex-container {
    flex-direction: column-reverse !important;
  }
  .info-container .elem {
    padding-left: 0;
  }

  .socials li a {
    display: flex;
    justify-content: end;
    height: 36px;
  }

  .socials li:last-child a {
    display: contents;
  }
}

@media (max-width: 767px) {
  header .logo {
    min-width: 150px !important;
  }

  .platform a {
    font-size: 14px !important;
    width: 100%;
  }


  .platform-header {
    margin-bottom: 22px;
  }

  .information .info-container {
    flex-direction: column;
    gap: 40px;
  }

  .information .col {
    display: block;
  }

  .information {
    padding: 3rem 2rem 0;
  }

  .information > div {
    padding-left: 0;
    padding-right: 0;
  }

  .information .logo {
    margin-bottom: 6vh;
    width: 100%;
  }

  .information .logo .img-responsive {
    width: 8rem;
  }

  .information .logo h5 {
    text-align: center;
  }

  #contact {
    padding: 0 !important;
  }

  #contact .sm-intro a {
    margin-right: 0;
  }

  #contact .links a {
    font-size: 12px !important;
    line-height: 15px;
    margin-right: 24px;
  }

  #contact p {
    font-size: 10px;
    line-height: 12px !important;
    inline-size: max-content;
    padding-bottom: 40px;
  }

  #contact .col {
    justify-content: center;
    display: none;
  }

  #contact .col:last-child {
    display: block !important;
  }

  #contact .col:last-child p {
    text-align: center;
    width: 100%;
  }

  #contact .links .col {
    padding: 40px 0;
  }

  .get-started .text-content {
    padding: 4rem 1rem;
  }

  .btn-container {
    flex-direction: column;
    width: 100%;
    gap: 30px;
  }

  .code {
    padding: 0 4vw 5vh;
  }

  .dev-activ {
    margin-top: 2rem;
    /* padding: 0 1vh; */
  }

  .dev-activ .container {
    padding: 0;
  }

  .dev-activ h2 {
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
  }

  .dev-activ p {
    font-size: 14px !important;
    line-height: 28px !important;
    margin: 0px 10px !important;
    text-align: start;
  }

  .why-choose {
    margin: 0rem 0 2rem;
    padding: 0 1vh;
  }

  .why-choose h4 {
    padding-left: 35px !important;
  }

  .why-choose .container {
    flex-direction: column;
  }
  .why-choose .container .col-md-4 {
    padding: 0;
  }

  .start-project {
    padding: 10px 0;
  }

  .start-project h3 {
    font-size: 14px;
    line-height: 17px;
  }

  .start-project > div {
    margin: 0;
    padding-top: 32px;
  }

  .start-project,
  .flex-container {
    flex-direction: column !important;
    gap: 20px !important;
  }

  .start-project .flex-container > div {
    align-items: center;
  }

  .start-project .flex-container > div:last-child {
    padding-bottom: 7rem;
  }

  .start-project h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
  }

  .start-project p {
    font-size: 14px;
    /* text-align: center; */
  }

  /* .start-project a {
    width: 90%;
    position: absolute;
    bottom: 25px;
  } */
  .sm-intro {
    margin-bottom: 10px;
  }

  .distri {
    flex-direction: column;
    padding-bottom: 2rem;
  }

  .distri .background {
    width: 100%;
  }

  .get-started p,
  .platform p {
    font-size: 14px;
  }

  .get-started h1 {
    font-weight: 700 !important;
    font-size: 22px !important;
    line-height: 27px;
    inline-size: max-content;
  }


  .get-started h1 {
    margin: 0;
  }
  .get-started p {
    padding: 0 1rem;
  }

  .get-started a {
    font-size: 16px !important;
    width: 100%;
  }

  .text-color {
    padding-left: 8px;
  }

  .sticky {
    height: 90px;
  }

  .icon-container {
    padding: 1rem;
  }
}

@media (max-width: 767px) {
  #contact .links a {
    margin-right: 19px;
  }
}

/* NFT studio */

.wallets{
  display: flex;
  flex-wrap: wrap;
  padding: 100px 0;
}

.col-1{
  flex: 1;
}
.col-2{
  flex: 1;
}

/* Add a media query for mobile devices */
@media (max-width: 767px) {
  .col-2 {
      display: none; /* hide the second column */
  }
  .col-1 {
      flex: 1; /* make the first column take up the full width */
  }
}


.wallets ul li {
  list-style-image: url('../images/check-blue.svg')!important;
  list-style-type: none!important;
}


/* ========Mudassir Additional CSS======== */

.hero-image {
  margin-top: -460px;
  /* z-index: 999 !important; */
}

.bottom-gradient {
  background-color: #02163d !important;
  background-position: center center;
background-size: cover !important;
background: radial-gradient( 70.09% 70.09% at 50.03% 100%, #ba22d8 0%, rgba(0, 128, 255, 0.32) 55.21%, rgba(7, 21, 56, 0.07) 100% );
}

/* .hero-image img {
  margin-top: -120px;
} */


.webhook-bg-image {
  margin-top: -450px;
}

.wbhook-padding {
  padding-top: 160px;
}


section {
  position: static !important;
  overflow-y: auto !important;
}
.start-project .start-project-img img {
  height: 100%;
}
.start-project-text {

  padding: 0 50px;
  /* margin: 100px 0; */

}

.text-with-image {
  padding: 100px 0;
}

.text-with-image .img-text span {
  color: #0080FF;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}

.text-with-image .img-text h2 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 39px;

  background: linear-gradient(90.67deg, #2751A0 2.95%, #475CF0 58.35%, #BA22D8 119.69%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 20px;
}
.text-with-image .img-text ul {
  margin-left: 20px;
}
.text-with-image .img-text ul li {
  list-style-image: url('../images/check-blue.svg')!important;
  list-style-type: none!important;
  font-weight: 500;
  font-size: 18px;
  line-height: 34px; 
  color: #7B7A7A;
}


.pricing-section {
  background: linear-gradient( 149.97deg, #0080ff -96.39%, #022d80 70.05%, #ba22d8 109.38% ); 
  padding: 100px 0;
}

.pricing-section-two {
  background: #fff; 
  padding: 100px 0;
}

.text-white {
  color: #fff;
}

.section-heading h2  {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 31px;
  line-height: 38px;
  text-align: center; 
  color: #FFFFFF;
}

.section-heading-two h2  {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 31px;
  line-height: 38px;
  text-align: center;  

  background: linear-gradient(90.67deg, #2751A0 2.95%, #475CF0 58.35%, #BA22D8 119.69%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.section-heading-two p {
  font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 30px;
/* or 167% */

text-align: center;

color: #7B7A7A !important;

}

.pricing-card {
  background: #FFFFFF;
  box-shadow: 0px 4px 9px 2px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 2.5rem;
}

.pricing-card .pricing-card-head {
  margin-bottom: 25px;
}

.pricing-card .pricing-card-head h5 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;

  color: #002469;
  
}
 .pricing-card .pricing-card-head small {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px; 
  display: block;
  color: #707070;
  margin-bottom: 20px;
}

.pricing-card .pricing-card-head .price {
  color: #002469;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
}

.pricing-card .pricing-card-head .a-price {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px; 
  color: #707070;
}
 .pricing-card .pricing-card-head .a-price .number {
  font-weight: 700;
  font-size: 22px;
  line-height: 27px; 
  color: #002469;
}


.pricing-card hr {
  border: 1px dashed rgba(112, 112, 112, 0.5);
}

.pricing-card .pricing-card-body {
  margin-bottom: 25px;
} 

.pricing-card .pricing-card-body ul li {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: #707070;
  /* list-style-image: url('../images/check-blue.svg')!important; */
  list-style-type: disc;
}

.pricing-card-footer .card-btn {
  border-radius: 10px;
  padding: 1rem 3rem;
  display: block;
  text-align: center;
}

.pricing-card-footer .card-btn-bg {
  background: conic-gradient(from -2.62deg at 51.93% 142.18%, #0080FF -50.67deg, #002469 15.05deg, #BA22D8 177.39deg, #0080FF 309.33deg, #002469 375.05deg);
  border-radius: 10px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px; 
  color: #FFFFFF;
}

.pricing-card-footer .card-btn-outline {
  border: 1px solid #0080FF;
  border-radius: 10px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px; 
  color: #0080FF;
}



.faqs-section {
  padding: 100px 0;

  /* background: radial-gradient(81.41% 81.41% at 50.64% 50%, #BA22D8 0%, #0465DF 20.83%, rgba(255, 255, 255, 0) 63.02%); */
  /* box-shadow: -12px -11px 120px 50px rgba(0, 128, 255, 0.14); */
}

.faqs-section .faqs-heading h2 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 39px;
  background: linear-gradient(90.67deg, #2751A0 2.95%, #475CF0 58.35%, #BA22D8 119.69%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.faqs-section .faqs-heading p {
  /* font-family: 'Proxima Nova'; */
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  color: #7B7A7A !important;
}

.faqs-section .faqs-accordians {
  background: #FFFFFF;
  box-shadow: 0px 4px 9px 2px rgba(0, 0, 0, 0.25);
  border-radius: 27px;
}

.faqs-section .faqs-accordians .accordion-item {
  border: none;
  padding: 10px 0;
  border-radius: 0px;
  border-bottom: 0.5px solid #0080FF;
  /* border-image-source: linear-gradient(90deg, #002469 -1.27%, #0080FF 62.76%, #BA22D8 107.59%);  */
}


.accordion-collapse {
  border: none !important;
}

.faqs-section .accordion-button:not(.collapsed)::after {
  background-image: url('../images/icon-accordian-close.png') !important;
}


.faqs-section .accordion-button::after {
  background-image: url('../images/icon-accordian-open.png') !important;
  background-size: 14px;
  width: 14px;
  height: 14px;
}


.faqs-section .faqs-accordians .accordion-item .accordion-header button {
  outline: none;
  border: none;
  padding: 1rem 0;
  box-shadow: none;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px; 

  background: conic-gradient(from -2.62deg at 51.93% 142.18%, #002469 -50.67deg, #002469 15.05deg, #0080FF 177.39deg, #002469 309.33deg, #002469 375.05deg);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;

}
.faqs-section .faqs-accordians .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent !important;
}

.faqs-section .faqs-accordians .accordion-item .accordion-body {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px; 
  padding: 1rem 0;
  color: #707070;
}

.section-padding {
  padding: 70px 0;
}

.bg-gradient {
  background-image: linear-gradient( 149.97deg, #0080ff -96.39%, #022d80 70.05%, #ba22d8 109.38% ) !important;
  width: 100%;
}

.card-section .card-item {
  /* background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 100%); */
  box-shadow: 0px 4px 9px 2px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 40px 25px;
  margin-bottom: 1.4rem;
  border: 1px solid #0080FF;
  /* border-color: linear-gradient(180deg, #0080FF 0%, rgba(255, 255, 255, 0.15) 100%); */
}
.card-section .card-item img {
  margin-bottom: 20px;
}
.card-section .card-item h5 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
}

.card-section .card-item p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-align: left; 
  color: rgba(255, 255, 255, 0.75);
}

.card-section .card-heading span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #0080FF;
  margin-bottom: 20px;
  display: inline-block;
}

.card-section .card-heading h3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.card-section .card-heading p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px; 
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 20px;
}


@media only screen and (max-width: 600px) {
  .home-button {
    padding: 10px 26px !important;
  }

  .card-section .card-item p {
    margin-bottom: 0 !important;
    font-size: 10px;
  }

  .card-section .card-item h5 {
    font-size: 1rem;
  }

  .card-section .card-item {
    padding: 1rem;
  }
  .webhook-btn {
    width: 100% !important;
  }
  .navbar-collapse {
    background-color: #02163d !important;
    padding: 30px 1rem !important;
    margin-top: -90px !important;
    width: 120%;
    margin-left: -13px;
  }

  .navbar-collapse #register {
    text-align: left !important;
    margin-top: 1rem;
  }
   .navbar-collapse .nav-item,
    .navbar-collapse .scroll {
      margin: 0px;
        margin-bottom: 0px;
      margin-bottom: 1rem;
    }

  .hero-image {
    margin-top: -450px;
    margin-bottom: 20px;
  }

  .platform h1 {
    font-weight: 800;
    font-size: 26px !important;
    line-height: 37px;
    text-align: center;
  }
  .start-project {
    background-image: url('../images/s-project-bg.png');
    width: 100%;
    background-size: cover;
    background-position: center center;
  }
  .start-project-text {
    padding: 50px 0;
  }

  .webhook-section .start-project-text {
    padding: 0px !important;
  }
  
  .webhook-section.wbhook-padding {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .webhook-section {
    background: linear-gradient(
      149.97deg,
      #0080ff -96.39%,
      #022d80 70.05%,
      #ba22d8 109.38%
    );
    width: 100%;
    background-size: cover;
    background-position: center center;
  }
}




