.switch-button {
  /* width: 530px; */
  padding: 0 40px;
  border-radius: 6px;
  gap: 14px;
  border: 1px solid #fec446;
}

.box-pricing {
  border-radius: 8px;
  background: #fff;
  box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.05);
  padding: 20px 40px;
}

@media (max-width: 767px) {
  .crew-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .crew-container .row .col-md-12 {
    padding: 0px !important;
  }
  .plan-container {
    justify-content: center !important;
  }
  .crew-pricing-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .trail-container {
    width: 100%;
  }
  .col-md-12.justify-content-start.d-flex.align-items-center.trail-center {
    justify-content: center !important;
  }
  .trail-mode {
    width: 100% !important;
    font-size: 20px !important;
  }

  .prcing-items {
    border-radius: 18px;
    border: 1px solid rgba(169, 169, 170, 0.21);
    background: linear-gradient(
      195deg,
      #fff -15.36%,
      rgba(255, 255, 255, 0) 89.62%
    );
    box-shadow: 12px 10px 50px 0px rgba(0, 0, 0, 0.06);
  }
  .crew-container {
    border-radius: 20px 20px 0px 0px;
    background: #fff;
    box-shadow: 12px 10px 50px 0px rgba(0, 0, 0, 0.06);
  }
  .choose-btn button {
    max-width: 420px !important;
  }

  .border-card {
    min-height: 510px !important;
  }
  .users-rage {
    display: flex;
    justify-content: center;
    align-items: start !important;
    flex-direction: column;
  }
  .price-rage {
    width: 100% !important;
  }
  .switch-button {
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    margin-top: 20px;
  }
  .switch-button p {
    font-size: 14px;
    width: 75%;
  }
  .pricing-type {
    font-size: 24px !important;
  }
  .included-items ul li
  {
    margin-bottom: 20px !important;
  }
  .pricing-title {
    font-size: 24px;
    margin-bottom: 15px !important;
  }
  
  .pricing-headline {
    font-size: 20px;
    margin-bottom: 15px !important;
  }
  .choose-btn button
  {
    height: 45px !important;
  }

  
}
@media (max-width: 756px) {
  #pricing-monthly {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
  }
  #pricing-yearly {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
  }
  .border-card {
    min-height: 490px;
  }
  .prcing-items {
    width: 100% !important;
    padding: 0 !important;
  }

  .border-card {
    height: 480px;
  }

  form .row {
    margin: 0 !important;
  }

  .crew-container {
    padding: 12px !important;
  }

  .users-rage {
    margin-top: 10px !important;
  }

  .pricing-selector {
    margin-bottom: 30px !important;
  }

  .box-pricing {
    padding: 8px !important;
    margin: 0px 0px 20px 0px !important;
    width: 100% !important;
  }
}

.checkout-price {
  display: flex !important;
  border-radius: 10px !important;
  height: 50px;
  background: linear-gradient(81deg, #fec446 -6.34%, #fff8b6 102.72%);
  border: 0 !important;
  align-items: center;
  gap: 15px;
  color: #000 !important;
  font-weight: 600 !important;
}

.crew-pricing-container {
  width: 100%;
  /* background: #ffffff; */
}
.crew-pricing-container #title-pricing {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  font-family: "Inter";
}
.container {
  width: 90%;
  margin: 0 auto;
}

.pricing-card {
  border-radius: 10px;
  background: none;
  padding: 20px;
}

.pricing-title {
  color: #0b0914;
  font-family: "Inter";
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 32px;
}

.pricing-headline {
  font-family: "Inter";
  font-size: 22px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  color: #a9a9aa;
  margin-bottom: 24px;
}

.included-items ul {
  padding: 0;
  margin-top: 10px;
}

.included-items ul li {
  display: flex;
  list-style: none;
  gap: 20px;
  font-family: "Inter";
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #35353f;
  margin-bottom: 24px;
}

.active-pricing {
  position: relative;
  background: #fec446;
}

.included-items {
  padding-bottom: 10px;
}

.users-limit {
  padding-top: 10px;
}

.active-pricing .pricing-card {
  border-radius: 10px;
  border: 3px solid #fec446;
  background: linear-gradient(208deg, #fecc58 -4.89%, #fff1a9 80.99%);
}

.active-pricing .pricing-card button {
  border-radius: 10px;
  color: #0b0914 !important;
}
.active-pricing .choose-btn button {
  background: #fff !important;
  color: #0b0914 !important;
  border-radius: 10px;
}

.choose-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
}

.choose-btn button {
  box-shadow: 12px 10px 50px 0px #0000000f;
  max-width: 350px;
  height: 64px;
  font-size: 22px;
  width: 100%;
  border-radius: 10px;
  border: none;
  background: linear-gradient(
    80.51deg,
    #fec446 -6.34%,
    #fff8b6 102.72%
  ) !important;
  color: #0b0914;
}

.choose-btn button:hover,
.choose-btn button:focus {
  /* background: linear-gradient(80.51deg, #fec446 -6.34%, #fff8b6 102.72%) !important; */
  color: #0b0914 !important;
  outline: none !important;
}

.choose-btn button:focus-visible {
  outline: none !important;
  background: #fff !important;
}
.border-card {
  border-radius: 10px;
  min-height: 572px;
}

@media (min-width: 1440px) {
  .container.crew-container {
    max-width: 1440px;
    width: 100%;
  }
}
.crew-container {
  box-shadow: 12px 10px 50px 0px #0000000f;
  width: 100%;
  padding: 39px 24px 35px 24px;
  border-radius: 20px 20px 0px 0px;
  background-color: #fff;
}

#pricing-monthly {
  padding: 0 !important;
}

.switch-pricing-box {
  margin-top: 100px;
  margin-bottom: 50px;
}

.plan-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.prcing-items {
  width: 32%;
  border-radius: 18px;
  background: linear-gradient(
    195deg,
    #fff -15.36%,
    rgba(255, 255, 255, 0) 89.62%
  );
  box-shadow: 12px 10px 50px 0px rgba(0, 0, 0, 0.06);
}

.pricing-type {
  font-family: "Inter";
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
  color: #0b0914;
}

.button-switch {
  display: flex;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #a9a9aa;
  background-color: #fff;
  padding: 12px 13px;
  width: 272px;
  gap: 5px;
}
.button-switch button.btn:focus,
.button-switch button.btn:focus-visible,
.button-switch button.btn:hover {
  outline: none;
  box-shadow: none !important;
  color: #000;
}
.total-span {
  border-radius: 6px;
  background: linear-gradient(81deg, #fec446 -6.34%, #fff8b6 102.72%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  border: 0;
  font-weight: 700;
  color: #000;
}

.button-switch button {
  width: 50%;
  height: 100%;
  border: 0;
  color: #000;
}

.button-switch button:hover {
  border-radius: 10px;
  background: linear-gradient(81deg, #fec446 -6.34%, #fff8b6 102.72%);
  font-weight: 600;
}

.button-switch .active {
  border-radius: 10px;
  background: linear-gradient(81deg, #fec446 -6.34%, #fff8b6 102.72%);
  font-weight: 600;
}

.pricing-table {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.pricing-2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.users-rage {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.price-total {
  display: flex;
  justify-content: flex-end;
}

.box-pricing-table-item {
  display: flex;
  padding-bottom: 10px;
  justify-content: space-between;
}
.box-pricing-table-item > p {
  margin: 0px !important;
}

.box-pricing {
  width: 80%;
}

.box-pricing-table-item {
  font-size: 14px;
}

.box-pricing-table-item p:nth-child(1) {
  width: 20%;
}

.box-pricing-table-item p:nth-child(2) {
  width: 30%;
}

.box-pricing-table-item p:nth-child(3) {
  width: 46%;
}

.custom-range {
  width: 100% !important;
  height: 8px !important;
  background-color: #ccc !important;
  border-radius: 4px !important;
  outline: none !important;
}

.price-rage {
  width: 80%;
}

.prive-rage input {
  background: red;
}

.total-users {
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 5px 5px 50px 0px rgba(0, 0, 0, 0.13) !important;
  width: 97px !important;
  height: 42px !important;
  flex-shrink: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  border: none !important;
  text-align: center !important;
}

.hidde {
  display: none;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #fed56c;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(36px);
  -ms-transform: translateX(36px);
  transform: translateX(36px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.button-trail {
  display: none;
  justify-content: center;
  align-items: center;
  margin: 35px 0px;
}
.trail-mode {
  height: 70px;
  background: linear-gradient(81deg, #fec446 -6.34%, #fff8b6 102.72%);
  width: 50%;
  color: #0b0914;
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  border: 0;
  border-radius: 6px;
}

.button-trail.active {
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

/* range 2 */
.custom-range1 {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  cursor: pointer;
  outline: none;
  border-radius: 15px;
  height: 6px;
  background: #ccc;
}

.custom-range1::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 17px;
  height: 17px;
  background-color: #fec446;
  border-color: #fec446;
  border-radius: 50%;
}

.custom-range1::-moz-range-thumb {
  height: 15px;
  width: 15px;
  background-color: #fec446;
  border-radius: 50%;
}

.custom-range1::-webkit-slider-thumb:hover {
  box-shadow: 0 0 0 10px rgba(255, 85, 0, 0.1);
}

.custom-range1:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 13px rgba(255, 85, 0, 0.2);
}

.custom-range1:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 13px rgba(255, 85, 0, 0.2);
}

.custom-range1::-moz-range-thumb:hover {
  box-shadow: 0 0 0 10px rgba(255, 85, 0, 0.1);
}

.custom-range1:active::-moz-range-thumb {
  box-shadow: 0 0 0 13px rgba(255, 85, 0, 0.2);
}

.custom-range1:focus::-moz-range-thumb {
  box-shadow: 0 0 0 13px rgba(255, 85, 0, 0.2);
}

@media (max-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .trail-mode {
    width: 95% !important;
  }
  .pricing-type {
    font-size: 24px;
  }
  .included-items ul li {
    display: flex;
    list-style: none;
    gap: 5px;
    font-family: "Inter";
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #35353f;
    margin-bottom: 24px;
  }
}
