header .navbar li a {
  font-weight: 400 !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-size: cover !important;
  background: #02163d!important;
  backdrop-filter: blur(20px);
} */

.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, */
.navbar-toggler span:before,
.navbar-toggler span:after {
  background: #fff !important;
}

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

  text-transform: none !important;
}

section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
}

.platform {
  padding-top: 6vh;
  padding-bottom: 4vh ;
  padding-left: 24vw;
  padding-right: 24vw;
  background-color: #02163d !important;
  background-size: cover !important;
}

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

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

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

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

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

p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 31px !important;
  text-align: center;
  color: rgba(255, 255, 255, 0.7) !important;
}

.start-project {
  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;
}

.text-image-section {
  justify-content: space-around;
  padding: 10vh 0;
}

.text-image-section > div,
.webhook > div {
  margin: 0 6vw;
}

.text-image-section h3 {
  font-size: 18px;
  color: #0080ff;
  font-weight: 500;
}

.text-image-section h2 {
  font-weight: 800;
  font-size: 40px;
  line-height: 49px !important;
  background: -webkit-linear-gradient(
    45deg,
    #2751a0 2.95%,
    #475cf0 58.35%,
    #ba22d8 119.69%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-image-section p {
  color: #707070 !important;
  text-align: left;
  line-height: 32px !important;
}

.text-image-section a {
  color: #0080ff;
}

.image-container {
  background: conic-gradient(
    from -33.93deg at 0% 100%,
    #0080ff -50.67deg,
    #002469 15.05deg,
    #ba22d8 187.89deg,
    #0080ff 309.33deg,
    #002469 375.05deg
  );
  border-radius: 21px;
  width: fit-content;
  padding: 8% 7% 0;
}

.text-image-section img {
  border-radius: 0px;
  max-width: initial;
  width: 100%;
}

.webhook {
  background-color: #f4f7fa;
  justify-content: space-around;
}

.webhook h3 {
  font-size: 18px;
  color: #0080ff;
  font-weight: 500;
}

.webhook h2 {
  font-weight: 800;
  font-size: 40px;
  line-height: 49px !important;
  background: -webkit-linear-gradient(
    45deg,
    #2751a0 2.95%,
    #475cf0 58.35%,
    #ba22d8 119.69%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.webhook p {
  color: #707070 !important;
  text-align: left;
  line-height: 32px !important;
}

.webhook img {
  max-width: 600px;
  padding-top: 10vh;
}

.webhook a {
  color: #0080ff;
}

.webhook > div > img {
  max-width: initial;
  width: 100%;
}

.icon-container {
  background: linear-gradient(180deg, #022d80 0%, #390082 0.01%, #0080ff 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  width: fit-content;
  height: fit-content;
  padding: 1rem;
}

.flex-container h5 {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
}

.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!important;
  line-height: 17px;
  margin-top: 3vh;
}

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

.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-top: 1vh;
    padding-bottom: 4vh;
    padding-left: 4vw; 
    padding-right: 4vw;
  }

  .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,
  .platform h1 {
    inline-size: max-content;
  }

  .platform {
    padding-top: 6vh;
    padding-bottom: 4vh;
    padding-left: 4vw; 
    padding-right: 4vw;
  }

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

  .flex-container {
    justify-content: center !important;
  }
  .webhook {
    margin-top: 10vh;
    padding-top: 5vh;
  }

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

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

  .information .flex-container {
    flex-direction: column-reverse;
  }
  .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;
  }

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

  .information .col {
    display: block;
  }


  #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;
  }

  .text-image-section {
    padding-bottom: 0;
  }

  .text-image-section h3,
  .webhook h3 {
    font-size: 14px;
    line-height: 17px;
  }
  .text-image-section h2,
  .webhook h2 {
    font-size: 24px;
    line-height: 29px;
  }
  .text-image-section p,
  .webhook p {
    font-size: 14px;
    line-height: 30px !important;
  }

  .text-image-section a,
  .webhook a {
    font-weight: 500;
    font-size: 14px !important;
    line-height: 17px;
  }

  .text-image-section .flex-container {
    gap: 40px;
  }

  .text-image-section > div,
  .webhook > div,
  .information > div {
    padding-left: 0;
    padding-right: 0;
  }

  .text-image-section .image-container {
    margin-top: 0;
  }

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

  .information {
    padding: 3rem 2rem 0;
  }
  .logo {
    margin-bottom: 6vh;
    width: 100%;
  }
  .information .logo .img-responsive {
    width: 8rem;
  }

  .logo h5 {
    text-align: center;
  }

  .webhook img {
    max-width: 100%;
    padding-top: 0;
  }

  .webhook .flex-container {
    flex-direction: column-reverse;
  }

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

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

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

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

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

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

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

  .sticky {
    height: 90px;
  }

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

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



@media only screen and (max-width: 600px){
  .navbar-collapse {
    background-color: #02163d !important;
    padding: 30px 1rem !important;
    margin-top: -90px !important;
    width: 120%;
    margin-left: -13px;
  }

  .navbar-collapse .nav-item,
  .navbar-collapse .scroll {
    margin: 0px;
      margin-bottom: 0px;
    margin-bottom: 1rem;
  }

  .navbar-collapse #register {
    text-align: left !important;
    margin-top: 1rem;
  }

  .home-button {
    padding: 10px 26px !important;
  }
}


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

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