@charset "UTF-8";
@import "../node_modules/bootstrap/scss/bootstrap";

:root {
  --bs-primary: #161456;
  --bs-white: #ffffff;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: medium;
  --bs-body-line-height: 1.5;
  --bs-body-color: #161456;
  --bs-body-bg: #ffff;
  --unnamed-color-03b8ff: #03b8ff;
  --unnamed-color-99e2ff: #99e2ff;
  --unnamed-color-c843ff: #c843ff;
  --unnamed-color-e099ff: #e099ff;
  --unnamed-color-1ae25f: #1ae25f;
  --unnamed-color-88e3a8: #88e3a8;
  --unnamed-color-ffc503: #ffc503;
  --unnamed-color-ffe799: #ffe799;
  --unnamed-color-ff1603: #ff1603;
  --unnamed-color-ffa299: #ffa299;
  --unnamed-color-3b3b3b: #3b3b3b;
  --unnamed-color-666666: #666666;
  --unnamed-color-ededed: #ededed;
  --unnamed-color-cccccc: #cccccc;

  /* Font/text values */
  --unnamed-font-family-avenir: avenirMedium;
  --unnamed-font-style-normal: normal;
  --unnamed-font-weight-300: 300px;
  --unnamed-font-weight-900: 900px;
  --unnamed-font-weight-medium: medium;
  --unnamed-font-size-14: 14px;
  --unnamed-font-size-18: 18px;
  --unnamed-font-size-24: 24px;
  --unnamed-font-size-28: 28px;
  --unnamed-font-size-30: 30px;
  --unnamed-font-size-36: 36px;
  --unnamed-font-size-40: 40px;
  --unnamed-font-size-46: 46px;
  --unnamed-font-size-54: 54px;
  --unnamed-character-spacing-0: 0px;
  --unnamed-line-spacing-19: 19px;
  --unnamed-line-spacing-25: 25px;
  --unnamed-line-spacing-33: 33px;
  --unnamed-line-spacing-41: 41px;
  --unnamed-line-spacing-49: 49px;
  --unnamed-line-spacing-55: 55px;
  --unnamed-line-spacing-63: 63px;
  --unnamed-line-spacing-74: 74px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: avenirMedium;
  overflow-x: hidden;
  font-size: var(--bs-body-font-size);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: var(--unnamed-color-3b3b3b);
}
.wrapper-content{
  overflow-x: hidden !important;
}

/* general style */
.bg-primary {
  background-color: var(--bs-primary);
  color: var(--bs-primary);
}
.btn-primary {
  background-color: var(--bs-primary);
  color: var(--bs-white);
  border-color: var(--bs-primary);
  font-size: var(--unnamed-font-size-14);
  border-radius: 10px;
}
.btn-primary:hover {
  background-color: var(--unnamed-color-03b8ff);
  color: var(--bs-white);
  border-color: var(--unnamed-color-03b8ff);
}
.btn-outline-primary {
  border-color: var(--bs-primary);
  color: var(--bs-primary);
  border-radius: 10px;
  font-size: var(--unnamed-font-size-14);
}
.btn-outline-primary:hover {
  border-color: var(--bs-primary);
  background-color: var(--bs-primary);
  color: var(--bs-white);
}
.list-group-item {
  padding: 0;
}
.btn .btn-outline-primary {
  font-size: var(--unnamed-font-size-14);
}
small,
p {
  font-family: avenirLight !important ;
  max-width: 30.875rem;
}
.paragraph {
  font-size: var(--unnamed-font-size-14) !important;
  max-width: 21.875rem;
}
h2 {
  font-weight: bold;
  font-size: var(--unnamed-font-size-36);
}

/* general style */

/* font */
@font-face {
  font-family: avenirMedium;
  src: url(/assets/font/Avenir-Medium.woff);
}
@font-face {
  font-family: avenirHeavy;
  src: url(/assets/font/Avenir-Heavy.woff);
}
@font-face {
  font-family: avenirLight;
  src: url(/assets/font/Avenir-Light.woff);
}
@font-face {
  font-family: avenirBlack;
  src: url(/assets/font/Avenir-Black.woff);
}
/* font */

/* navbar */
a.navbar-brand img.logo {
  width: 10rem;
}

.navber-nav {
  float: right;
  display: flex;
  justify-content: space-between;
}
.navbar-toggler {
  position: absolute;
  right: 13px;
  top: 16px;
}
.navbar-light .navbar-toggler {
  color: var(--bs-white);
  border-color: var(--bs-white);
}
.navbar-light .navbar-nav .nav-link {
  color: var(--bs-primary);
}

.sign-up-btn {
  background: transparent
    linear-gradient(
      117deg,
      var(--unnamed-color-c843ff) 0%,
      var(--unnamed-color-03b8ff) 100%
    )
    0% 0% no-repeat padding-box !important;
  color: var(--bs-white);
  border-radius: 0.625rem;
  margin-left: 0.5rem;
  font-size: var(--unnamed-font-size-14);
}

/* navbar */

/* main banner  */

.caption {
  line-height: 0.625rem;
  margin-left: 4.625rem;
}
.main-banner .caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.main-banner .caption h2 {
  margin-top: 20px;
  font-family: avenirBlack;
  margin-bottom: 20px;
  font-size: 45px;
  text-transform: capitalize;
  font-weight: var(--unnamed-font-weight-900);
  color: var(--bs-primary);
  line-height: 2.5rem;
  padding-bottom: 0.7rem;
}

.main-banner .caption p {
  color: var(--bs-primary);
  max-width: 35.625rem;
  font: var(--unnamed-font-style-normal) normal
    var(--unnamed-font-weight-medium) var(--unnamed-font-size-18) /
    var(--unnamed-line-spacing-25) var(--unnamed-font-family-avenir);
}

 .free-trial-section {
  margin-top: 4.25rem;
  font-size: 10px !important;
}

.main-banner .gradient-text {
  position: relative;
  background: transparent
    linear-gradient(
      99deg,
      var(--unnamed-color-03b8ff) 0%,
      var(--unnamed-color-c843ff) 100%
    )
    0% 0% no-repeat padding-box;
  background: transparent
    linear-gradient(
      99deg,
      var(--unnamed-color-03b8ff) 0%,
      var(--unnamed-color-c843ff) 100%
    )
    0% 0% no-repeat padding-box;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.main-banner .video {
  width: -webkit-fill-available;
}
.caption .task-icon {
  font-size: var(--unnamed-font-size-46);
}
/* main banner  */

/* tickit software  */
.software .tickit-software {
  font: var(--unnamed-font-style-normal) normal
    var(--unnamed-font-weight-medium) var(--unnamed-font-size-18) /
    var(--unnamed-line-spacing-25) var(--unnamed-font-family-avenir);
}
.filter-2 {
  z-index: 1;
  top: 62rem;
  right: -12rem;
  width: 25rem;
  height: 25rem;
  border-radius: 50%;
  position: absolute;
  background: transparent
    linear-gradient(
      135deg,
      var(--unnamed-color-03b8ff) 0%,
      var(--unnamed-color-03b8ff) 0%,
      var(--unnamed-color-c843ff) 100%
    )
    0% 0% no-repeat padding-box !important;

  opacity: 1;
  filter: blur(1.438rem);
}

/* tickit software  */

/* solution */
.solution {
  list-style: none;
}
.solution li {
  font-size: var(--unnamed-font-size-14);
  max-width: 24.125rem;
  font-family: avenirLight !important ;
}
.solution li::before {
  content: "\2022";
  color: var(--unnamed-color-c843ff);
  display: inline-block;
  width: 1.2rem;
  margin-left: -1em;
  font-size: 1.5rem;
}

.solution-mobile {
  display: none;
}

.check-icon {
  background: transparent
    linear-gradient(114deg, var(--unnamed-color-03b8ff) 0%, #c843fa 100%) 0% 0%
    no-repeat padding-box;
  border-radius: 50%;
  font-size: 45px;
}

/* solution */

/* stay in control section  */
.discover-img {
  position: relative;
  z-index: 1;
}
/* stay in control section  */

/* customer satisfaction */

.customer-satisfaction {
  margin-left: 13.625rem;
  margin-top: 4.625rem;
}
.customer-satisfaction p {
  line-height: 0.5rem;
}

.filter {
  z-index: 1;
  top: 292rem;
  left: -14rem;
  right: 0;
  bottom: 0;
  width: 25.625rem;
  border-radius: 50%;
  position: absolute;
  height: 25.625rem;
  background: transparent
    linear-gradient(
      116deg,
      var(--unnamed-color-03b8ff) 0%,
      var(--unnamed-color-c843ff) 100%
    )
    0% 0% no-repeat padding-box;
  opacity: 1;
  filter: blur(3.125rem);
}
/* customer satisfaction */

/* customer */

.video-customer {
  width: -webkit-fill-available;
}
/* customer */

/* promotion */

.video-promotion {
  width: -webkit-fill-available;
  border-radius: 0.625rem;
}
/* promotion */

/* pricing */
.pricing {
  border-radius: 0.6rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
/* pricing */

/*progressbar*/
#progressbar {
  margin-bottom: 30px;
  text-align: center;
  font-size: 22px;
  color: var(--bs-primary);
}

#progressbar .active {
  color: #000000;
}

#progressbar li {
  list-style-type: none;
  font-family: avenirLight !important;
  font-size: var(--unnamed-font-size-14);
  position: relative;
  display: grid;
  margin-bottom: 1rem;
}
#progressbar li:nth-child(1),
#progressbar li:nth-child(2) {
  margin-right: 8.265rem;
}
#progressbar li .img-fluid-icon {
  width: 75%;
  height: auto;
}

/*ProgressBar connectors*/
#progressbar li:nth-child(1):after,
#progressbar li:nth-child(2):after {
  content: "";
  width: 56%;
  height: 2px;
  background: var(--bs-primary);
  position: absolute;
  top: 3.75rem;
  margin-left: 10.2rem;
  z-index: -1;
}
.wrapper {
  position: relative;
  width: auto;
}

.play-pause {
  width: min-content;
  height: max-content;
  font-size: 96px;
  position: absolute;
  left: 0%;
  color: white;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  background-size: contain;
  background-position: center;
}

/*--------------------------------------------------------------
# reviews
--------------------------------------------------------------*/
.card {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: none;
  border-radius: 0.75rem;
  opacity: 1;
  margin-left: 1rem;
}
.card img {
  border-radius: 50%;
  width: 4.5rem;
  height: 4.5rem;
  margin-left: 1.9rem;
}

/*--------------------------------------------------------------
# reviews
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
.footer-list ul li {
  display: inline-block;
  list-style: none;
  border-right: 1px solid var(--unnamed-color-ededed);
  padding-right: 0.625rem;
  margin-right: 0.625rem;
  font-family: avenirLight !important;
  font-size: var(--unnamed-font-size-14);
}
.footer-list ul li a{
  color: var(--bs-gray-dark);
  text-decoration: none;
}
.footer-logo {
  width: 5.625rem;
  margin-right: 5.875rem;
}
/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/

.mobile {
  display: none;
}
.desktop {
  display: block;
}

.card img{
  height: none;
  border-radius: none;
  width: 20.625rem !important;
  border-radius: 0% !important;
  height: auto;
  margin: 0 auto;  

}
.card .card-text{
max-width: 60rem !important;
}

/* responsive */
@media (min-width: 1920px) and (max-width: 2560px) {
  .caption {
    left: 15rem;
  }

  .filter-2 {
    top: 118rem;
  }
  .filter {
    top: 348rem;
  }
  #progressbar li:nth-child(1):after,
  #progressbar li:nth-child(2):after {
    margin-left: 10.5rem;
  }
  .customer-satisfaction {
    margin-left: 23rem;
  }
}
@media screen and (max-width: 1024px) {
  .caption {
    margin-left: 0;
  }
  .video {
    margin-top: 1rem;
  }
  .filter-2 {
    top: 48rem;
  }
  .customer-satisfaction {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .main-banner .caption h6 {
    font-weight: 500;
  }

  .video {
    margin-top: 2rem;
  }
  .caption {
    top: 30%;
  }
  .main-banner .caption h2 {
    font-size: var(--unnamed-font-size-40);
    padding-bottom: 0.8rem;
  }

  #progressbar li:nth-child(1):after,
  #progressbar li:nth-child(2):after {
    margin-left: 10.2rem;
  }
  .filter {
    top: 415rem;
  }
  .customer-satisfaction {
    margin-top: 0;
    margin-left: 3rem;
  }
  .solution-desktop {
    text-align: center;
  }
  .footer-list ul li a {
    font-size: 10px;    
  }
}

@media screen and (max-width: 700px) {
  body {
    overflow-x: hidden !important;
}
.container:not(footer.container) {
    max-width: 100% !important;
    overflow-x: hidden !important;
}
.wrapper-content{
  overflow-x: hidden !important;
}
  .main-banner .caption {
    margin-top: 12.25rem;
    margin-left: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    width: 100%;
  }

  .main-banner .caption h2 {
    font-size: 43px !important;
  }
  h2 {
    text-align: center;
    font-size: var(--unnamed-font-size-28) !important;
  }
  .software h2 {
    text-align: left;
  }
  h3 {
    font-size: var(--unnamed-font-size-18);
    padding: 0 2rem;
    text-align: center;
  }
  .video {
    margin-top: 35rem;
  }
  .video-customer {
    margin-top: 0;
  }
  p {
    line-height: 0px;
    font: var(--unnamed-font-style-normal) normal
      var(--unnamed-font-weight-medium) var(--unnamed-font-size-18) /
      var(--unnamed-line-spacing-25) var(--unnamed-font-family-avenir);
  }
  .navbar > .container {
    justify-content: center;
  }

  .gradient-text .fa-check:before {
    margin-left: -0.8rem;
  }
  .filter {
    display: none;
  }
  .filter-2 {
    display: none;
  }
  .customer-satisfaction {
    margin-left: 0;
  }
  .customer-satisfaction p {
    font: var(--unnamed-font-style-normal) normal
      var(--unnamed-font-weight-medium) var(--unnamed-font-size-14) /
      var(--unnamed-line-spacing-19) var(--unnamed-font-family-avenir);
  }

  .p-5 {
    padding: 1.5rem !important;
  }
  .solution-mobile {
    display: block;
  }
  .solution-desktop {
    display: none;
  }
  .video-promotion {
    display: block;
  }

  #progressbar {
    display: grid !important;
    margin-left: 3rem;
  }

  #progressbar li:nth-child(1):after,
  #progressbar li:nth-child(2):after {
    display: none;
  }
  #progressbar li:nth-child(1),
  #progressbar li:nth-child(2) {
    margin-right: 0;
  }
  li#conversation span {
    margin-left: -3rem !important;
  }

  .play-pause {
    font-size: var(--unnamed-line-spacing-49);
  }
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
  .footer {
    display: inline-block !important;
    margin-left: 4.2rem;
  }
  .footer-list ul li {
    display: none;
  }
  .logo {
    margin-left: -2rem;
  }
  .list-group list-group-horizontal {
    justify-content: center;
  }
}
/* responsive */
