/* custom */

.color-yellow {
  color: #ffe000 !important;
}

.color-black {
  color: black;
}

.border-yellow {
  border-color: #ffe000 !important;
  padding: 12px 20px !important;
}

.bg-color-yellow {
  background: #ffe000 !important;
}

.bg-color-black {
  background: black;
}

.bg-color-grey {
  background: #f5f5f5;
}

.bg-color-gradient {
  background: radial-gradient(
    circle,
    rgba(46, 40, 0, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
}

.color-yellow-dark {
  color: #ffc107;
}

.color-yellow-darker {
  color: #ff9700;
}

.font-600 {
  font-weight: 600 !important;
}

.font-300 {
  font-weight: 300 !important;
}

.btn-yellow {
  background-color: #ffe000 !important;
}

.btn-yellow:hover {
  background-color: #ffc107 !important;
}

.btn-outline-yellow {
  border-color: #ffe000 !important;
  color: #ffe000 !important;
}

.btn-outline-yellow:hover {
  color: black !important;
  background-color: #ffe000 !important;
}

.center-y {
  display: flex;
  align-items: center;
}

.text-custom-1 {
  font-weight: 700;
  font-size: 60px;
  line-height: 72px;
}

.text-custom-2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
}

.text-custom-3 {
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
}

.text-custom-4 {
  font-weight: 800;
  font-size: 34px;
  line-height: 40px;
}

.text-custom-5 {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
}

.text-small {
  font-size: 14px;
}

.btn-custom {
  padding: 12px 20px !important;
  border-radius: 8px;
}

.rm-link-style {
  color: inherit;
}

.rm-link-style:hover {
  text-decoration: none;
}

.shadow-custom {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px,
    rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px,
    rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

.mt-96 {
  margin-top: 96px;
}

.pb-96 {
  padding-bottom: 96px;
}

.checkbox-custom {
  height: 22px;
  width: 22px;
  border-radius: 6px;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cursor-pointer {
  cursor: pointer;
}

.custom-5-col {
  width: 20%;
  padding: 0 5px;
}

/* general */
::placeholder {
  color: #bbbabf !important;
  font-size: 14px;
}

.dropdown-item {
  padding: 16px;
}

.dropdown-item:hover {
  background: #ffeeba;
}

/* home */
#app {
  color: black;
  min-width: 400px;
}

.header {
  min-width: 400px;
  height: 90px;
  background-color: black;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  padding: 0 20px;
  position: fixed;
  top: 0;
  z-index: 100;
}

.header-nav .nav-link {
  color: white;
  padding: 8px 19px !important;
}

.header-nav .active {
  color: #ffe000 !important;
}

.show-menu-btn {
  background-color: black !important;
  border: 0 !important;
  color: white !important;
  font-size: 30px !important;
}

.close-menu-btn {
  font-size: 30px !important;
  margin: 0 0 0 20px;
}

.main {
  margin-top: 90px;
}

.hr {
  width: 50%;
  border-color: #ececec;
  margin: 56px auto;
}

.info-cell {
  text-align: left;
  border: solid 1px #ffe000;
  border-radius: 16px;
  padding: 24px;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
}

.info-cell .team-img {
  max-width: 200px;
  width: 100%;
}

.device-cell {
  background-color: #ececec;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 340px;
  width: 100%;
  height: 100%;
  margin: auto;
}

.device-cell:hover {
  background-color: white;
  text-decoration: none;
  cursor: pointer;
}

.footer-form input {
  background-color: black;
  color: white;
}

.footer-form input:focus {
  background-color: black;
  color: white;
}

.footer-form textarea {
  background-color: black;
  color: white;
}

.footer-form textarea:focus {
  background-color: black;
  color: white;
}

.big-img {
  width: 100%;
  max-width: 400px;
}

/* pricing */

.pricing-strategy-left {
  border-radius: 8px 0 0 8px;
  background: white;
  padding-right: 2.5%;
  padding-left: 0;
}

.pricing-strategy-center {
  z-index: 1;
}

.pricing-strategy-center > div {
  background: white;
  border: 4px solid #ffc107;
  border-radius: 8px;
  height: 100%;
  transform: scale(1.15);
}

.pricing-strategy-right {
  border-radius: 0 8px 8px 0;
  background: white;
  padding-left: 2.5%;
  padding-right: 0;
}

.pricing-box {
  padding: 30px 20px;
  background-color: white;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 8px;
}

.regular-tab__nav-item .nav-link {
  background-color: white;
  color: black;
  margin: 0 2px 0 2px;
  font-weight: 600;
  padding: 12px 24px 12px 24px;
  border-radius: 0;
}

.regular-tab__nav-item .active {
  background-color: #ffe000 !important;
  color: black !important;
}
/* contact */

.form-select {
  height: 38px;
}

.form-select option {
  color: black;
}

.form-select option[disabled]:first-child {
  display: none;
}

.select-placeholder {
  color: #bbbabf;
  font-size: 14px;
}

/* RESPONSIVE */

.toggle-btn {
  display: none;
}

.toggle-btn i {
  font-size: 30px;
}

.menu {
  display: flex;
}

.menu li {
  list-style-type: none;
  padding: 0 20px;
}

.menu li a.active {
  color: #ffe000;
}

.menu li a {
  color: white;
}

.menu li a:hover {
  text-decoration: none;
}

.menu-btn {
  background-color: #ffe000 !important;
  padding: 12px 20px;
  border-radius: 8px;
  color: black !important;
  margin: 0 -10px;
}

.menu-btn:hover {
  background-color: #ffc107 !important;
}

@media only screen and (max-width: 1119px) {
  .toggle-btn {
    display: block;
  }

  .menu {
    position: absolute;
    right: 0;
    top: 90px;
    width: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.9);
    padding-bottom: 10px;
    display: block;
  }

  .menu li {
    line-height: 50px;
    text-align: center;
  }

  .menu.hide-dropdown {
    display: none;
  }

  .menu-btn {
    background-color: #ffe000 !important;
    padding: 8px 20px;
  }

  .custom-5-col {
    width: 100%;
    padding: 0 5px;
  }
}

@media only screen and (max-width: 575px) {
  .no-padding-col {
    padding: 0;
  }

  .price-row {
    margin: 3rem 12px !important;
  }
}
