
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}
.nav-bar-bs{
    background: #343a40;
}
#navbarBtn {
    border-color: white;
    margin-top: 0.25rem;
}
.navbar-toggler-icon {
    filter: invert(100%);
}
h2,
.our-pricing-title {
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 3%;
}
.card-title {
    text-align: start;
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 3%;
}
.price {
    font-size: 2em;
    font-weight: bold;
    background: transparent;
    padding: 0;
}
.features {
    list-style: none;
    padding: 0;
}
.features li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
table {
    table-layout: fixed;
    word-wrap: break-word;
    margin-top:auto;
    margin-bottom:auto;
    text-align: center;
}
.text-sm {
    font-size: 12px;
}
.per-text {
    font-size: 0.5em !important;
    vertical-align: middle;
}
h3 {
    margin: 0.5rem;
    font-weight: 500;
    color: white;
}
#th1 {
    background-color: white !important;
    border-top: hidden !important;
    border-left: hidden !important;
    /* border-style: hidden !important; */
}
th {
    background-color: #6e8efb !important;
}
#btnCell {
    border-left: hidden !important;
    border-right: hidden !important;
    border-bottom: hidden !important;
}
#buyBtn {
    width: 100%;
    background: #6e8efb;
    color: white;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}
#buyBtn:hover {
    background: #6e8efb;
    transform: translateY(-2px);
    color: white;
}
@media screen and (orientation: landscape) {
    .carousel img {
        height: 100vh;
    }
}
#cards_landscape_wrap-2 {
    text-align: center;
}

#cards_landscape_wrap-2 .container {
    padding-top: 80px;
    padding-bottom: 100px;
}

#cards_landscape_wrap-2 a {
    text-decoration: none;
    outline: none;
}

#cards_landscape_wrap-2 .card-flyer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background: #FFFFFF;
    border-radius: 5px;
    transition: all 0.2s ease-in;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.40);
}

#cards_landscape_wrap-2 .card-flyer:hover {
    box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.50);
}

#cards_landscape_wrap-2 .card-flyer .text-box {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: start;
}

#cards_landscape_wrap-2 .card-flyer .text-box .text-container {
    flex-grow: 1;
    padding: 30px 18px;
    box-sizing: border-box;
}

#cards_landscape_wrap-2 .card-flyer .text-box p {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 20px;
    letter-spacing: 1px;
    color: #000000;
}

/* pricing table css */

.pricingTitle {
  color: hsl(233, 13%, 49%);
  margin: 3.3rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.toggle {
  margin-top: 2rem;
  color: hsl(234, 14%, 74%);
  display: flex;
  align-items: center;
}
.toggle-btn {
  margin: 0 1rem;
}
.checkbox {
  display: none;
}

.sub {
  background: linear-gradient(
    135deg,
    rgba(163, 168, 240, 1) 0%,
    rgba(105, 111, 221, 1) 100%
  );
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* height: 25px;
  width: 50px; */
  height: 1.6rem;
  width: 3.3rem;
  border-radius: 1.6rem;
  padding: 0.3rem;
}
.circle {
  background-color: #fff;
  height: 1.4rem;
  width: 1.4rem;
  border-radius: 50%;
}
.checkbox:checked + .sub {
  justify-content: flex-end;
}

.boxes {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.box {
  background: #fff;
  color: hsl(233, 13%, 49%);
  border-radius: 0.8rem;
}

.boxes .box.active {
  background: linear-gradient(
    135deg,
    rgba(163, 168, 240, 1) 0%,
    rgba(105, 111, 221, 1) 100%
  );
  color: #fff;
  display: flex;
  align-items: center;
  transform: scale(1.1);
  z-index: 1;
}
.unList {
  margin: 2.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.unList li {
  list-style-type: none;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 1rem 0;
}
.unList li.price {
  font-size: 3rem;
  color: hsl(232, 13%, 33%);
  padding-bottom: 2rem;
}
.shadow {
  box-shadow: -5px 5px 15px 1px rgba(0, 0, 0, 0.1);
}

.box.active .price {
  color: #fff;
}

.buttonBtn {
  margin-top: 1rem;
  height: 2.6rem;
  width: 13.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: linear-gradient(
    135deg,
    rgba(163, 168, 240, 1) 0%,
    rgba(105, 111, 221, 1) 100%
  );
  color: #fff;
  outline: none;
  border: 0;
  font-weight: bold;
}
.active-btn {
  background: #fff;
  color: hsl(237, 63%, 64%);
}
.bottom-bar {
  border-bottom: 2px solid hsla(240, 8%, 85%, 0.582);
}
.box.active .bottom-bar {
  border-bottom: 2px solid hsla(240, 8%, 85%, 0.253);
}
.pack {
  font-size: 1.1rem;
}

@media (max-width: 280px) {
  .unList {
    margin: 1rem;
  }
  h1 {
    font-size: 1.2rem;
  }
  .toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 80px;
  }
  .boxes {
    margin: 0;
    display: flex;
    flex-direction: column;
  }

  .box {
    transform: scale(0.8);
    margin-bottom: 1rem;
  }
  .boxes .box.active {
    transform: scale(0.8);
  }
}

@media (min-width: 280px) and (max-width: 320px) {
  .unList {
    margin: 20px;
  }
  .boxes {
    display: flex;
    flex-direction: column;
  }
  .box {
    margin-bottom: 1rem;
  }
  .boxes .box.active {
    transform: scale(1);
  }
}

@media (min-width: 320px) and (max-width: 414px) {
  .boxes {
    display: flex;
    flex-direction: column;
  }
  .box {
    margin-bottom: 1rem;
  }
  .boxes .box.active {
    transform: scale(1);
  }
}
@media (min-width: 414px) and (max-width: 768px) {
  .box {
    margin-bottom: 1rem;
    margin-right: 1rem;
  }
  .boxes .box.active {
    transform: scale(1);
  }
}
@media (min-width: 768px) and (max-width: 1046px) {
  .boxes {
    display: flex;
  }
  .box {
    margin-bottom: 1rem;
    margin-right: 1rem;
  }
  .boxes .box.active {
    transform: scale(1);
  }
}

