@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --purple-color: #74069b;
  --blue-color: #001c72;
}

body {
  font-family: "Jost", sans-serif !important;
}
.slider {
  background-image: url("https://www.cleansupply.co.uk/files/uploaded/page_attachments/attachment/615a84828f4ab05c3c31f7ac953b20eb");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 10;
  background-position: bottom;
  min-height: calc(100vh - 122px);
  display: flex;
  align-items: center;
}
.slider-content-bg {
  max-width: 750px;
  margin-left: auto;
  text-align: center;
  padding: 55px 0px;
  position: relative;
}
.slider-content-path {
  position: absolute;
  bottom: 180px;
  right: 75px;
  max-width: 200px;
}
.slider-head h1 {
  color: var(--blue-color);
  font-weight: 300;
  font-size: 52px;
}
.slider-head span {
  color: var(--purple-color);
}
.slider-head h2 {
  margin-top: 25px;
  font-weight: 300;
  text-transform: uppercase;
  color: var(--blue-color);
  font-size: 30px;
  letter-spacing: 2px;
}
.slider-head h2 strong {
  font-weight: 500;
}
.slider-live {
  margin-top: 30px;
  margin-bottom: 30px;
}
.slider-live img {
  max-width: 30px;
}
.slider-live .slider-live-text {
  color: green;
}
.slider-plan-card {
  background-color: white;
  padding: 25px 35px;
  border-radius: 25px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.slider-plan-item {
  display: flex;
  align-items: center;
  column-gap: 15px;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 15px;
  text-align: left;
}
.slider-plan-item img {
  max-width: 15px;
}
.slider-plan-item span {
  font-weight: 600;
  color: var(--purple-color);
  margin-left: 5px;
}
.slider-plan-btn {
  text-decoration: none;
  color: var(--purple-color);
  border: 2px solid black;
  border-radius: 25px;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 24px;
  margin-top: 25px;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.work-bg-img {
  position: absolute;
  top: 0;
  left: -750px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(-46deg);
  z-index: -1;
  display: none !important;
}
.work-bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.work-head {
  text-align: center;
}
.work-head h3 {
  text-transform: uppercase;
  font-size: 52px;
  color: var(--purple-color);
  font-weight: 300;
}
.work-head p {
  color: var(--blue-color);
}
.work-head p a {
  font-weight: 500;
  color: var(--blue-color);
}
.work-content-first {
  margin-top: 60px;
}
.work-content-body-text {
  max-width: 500px;
  text-align: center;
}
.work-content-body .icon {
  max-width: 60px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.work-content-body-text .work-content-head {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
}
.work-content-body-text .work-content-desc {
  font-size: 20px;
  font-weight: 300;
}
.work-content-first {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.work-content-img {
  max-width: 400px;
}
.work-content-second {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.work-content-third {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.work-content-third-left {
  order: 2;
}

.subscription-head {
  text-align: center;
}
.subscription-head h3 {
  font-weight: 300;
  font-size: 45px;
  text-transform: uppercase;
  color: var(--purple-color);
}
.subscription-head p {
  font-size: 18px;
}
.subscription-card-grid {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 35px;
  margin-top: 40px;
}
.subscription-card-first {
  border: 2px solid var(--purple-color);
  border-radius: 20px;
  padding: 20px 25px;
  text-align: center;
}
.subscription-card-second {
  background-color: #e9d7f1;
  border-radius: 20px;
  padding: 20px 25px;
  text-align: center;
}
.subscription-card-third {
  background-color: var(--purple-color);
  border-radius: 20px;
  padding: 20px 25px;
  text-align: center;
}
.subscription-card-head {
  font-weight: 300;
  font-size: 45px;
}
.subscription-card-price {
  font-size: 35px;
  font-weight: 600;
  margin-top: -10px;
}
.subscription-card-month {
  font-style: italic;
  font-size: 22px;
  font-weight: 600;
  color: #969696;
  margin-top: -10px;
}
.subscription-card-desc {
  margin-top: 15px;
  font-size: 22px;
  font-weight: 400;
}
.subscription-card-btn {
  background-color: #e8e8e8;
  color: black;
  text-decoration: none;
  border-radius: 15px;
  padding: 14px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  margin-top: 25px;
  transition: all 0.3s;
}
.subscription-card-btn:hover {
  opacity: 0.7;
  color: black;
}
.subscription-card-second .subscription-card-btn {
  background-color: white;
}
.subscription-card-third .subscription-card-head,
.subscription-card-third .subscription-card-price,
.subscription-card-third .subscription-card-month,
.subscription-card-third .subscription-card-desc {
  color: white !important;
}
body {
  background-color: white;
}
section {
  background-color: white;
}
.subscription {
  padding: 0px 25px;
}
.container-test-test {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
}
.work-content-new {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.work-content-new-right img {
  width: 35px;
}
.subscription-card-new {
  max-width: 200px;
}
.subscription-card-new .head {
  font-weight: 500;
  color: var(--purple-color);
}
.subscription-card-new .desc {
  margin-top: 15px;
}
.subscription-card-new a {
  padding: 10px 20px;
  background-color: var(--purple-color);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-top: 25px;
  border-radius: 10px;
  width: fit-content;
}
.subscription-card-new a span {
  color: white;
}
.subscription-card-new a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.select-alt-table{
    height: calc(100vh - 170px);
    overflow: auto;
}
.select-alt-table .collapsed .close-text {
  display: none;
}
.select-alt-table .toggle-btn .open-text {
  display: none;
}
.select-alt-table .collapsed .open-text {
  display: block;
}
.work-content-alt-flex {
  column-gap: 10px;
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.work-content-alt-flex-img {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.work-content-alt-flex-img div {
  max-width: 20px;
}
.work-content-link {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
}
.footer-alt-btn {
  width: 150px;
  height: 45px;
  border-radius: 15px;
  background-color: var(--purple-color);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
.footer-alt-btn:hover {
  color: white;
}
.terms-item{
  margin-bottom: 30px;
}
.terms-item h1{
font-size: 20px;
font-weight: 500;
}
.terms-item p{
font-size: 15px;
font-weight: 400;
}
.terms-item h2{
font-size: 18px;
font-weight: 500;
}
.terms-item h3{
font-size: 18px;
font-weight: 500;
}
.terms-item h4{
font-size: 18px;
font-weight: 500;
margin-bottom: 15px;
}
.terms-item-que{
  margin-bottom: 20px;
}
.terms-item-que-head{
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}
.terms-item-que ul{
  list-style-type: none;
  padding-left: 0px;
  margin-top: 15px;
}
@media only screen and (max-width: 992px) {
  .select-alt-table{
    height: auto;
}
  .slider-content-path {
    position: absolute;
    bottom: 214px;
    right: 80px;
    max-width: 150px;
  }
  .subscription {
    padding: 0px !important;
  }
  .work-bg-img {
    display: none !important;
  }
  .container-test-test {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .work-content-first-left {
    margin-left: auto;
    text-align: center;
    margin-right: auto;
    width: fit-content;
  }
  .work-content-first-right {
    width: 100%;
  }
  .work-content-second-right {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;
  }
  .work-content-img {
    margin-left: auto;
    margin-right: auto;
  }
  .work-content-new-left {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;
  }
  .work-content-third-left {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }
  .work-content-link {
    text-align: center;
  }
  .slider {
    background-position: right;
  }

  .subscription-card-grid {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }
  .subscription-card-new {
    max-width: unset;
    text-align: center;
  }
  .subscription-card-new a {
    margin-left: auto;
    margin-right: auto;
  }
  .subscription-card-new .head {
    font-size: 20px;
  }
  .slider-head h1 {
    font-size: 40px;
  }
  .slider-head h2 {
    font-size: 25px;
  }
  .work-head h3 {
    font-size: 40px;
  }
  .work-content-body-text .work-content-head {
    font-size: 20px;
  }
  .work-content-body-text .work-content-desc {
    font-size: 18px;
  }
  .work-content-body .icon {
    max-width: 45px;
  }
  .work-content-first {
    flex-wrap: wrap;
    justify-content: center;
  }
  .work-content-second {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 45px;
  }
  .work-content-new {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 45px;
  }
  .work-conten-new-text {
    margin-top: 25px;
    text-align: center;
  }
  .work-content-new-right .mt-4 {
    text-align: center;
  }
  .work-content-second-left {
    order: 2;
    margin-top: 20px;
  }
  .work-content-third {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 45px;
  }
  .work-content-third-right {
    margin-top: 20px;
  }
  .work-content-first .work-content-img {
    max-width: 250px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }
  .subscription-card-head {
    font-size: 30px;
  }
  .container-test-test {
    padding-top: 60px;
  }
  .subscription-card-price {
    font-size: 25px;
    margin-top: 0px;
  }
  .subscription-card-month {
    font-size: 18px;
    margin-top: 0px;
  }
  .subscription-card-desc {
    font-size: 18px;
    margin-top: 10px;
  }
  .subscription-card-btn {
    font-size: 16px;
    padding: 8px 6px;
  }
  .subscription {
    margin-top: 80px;
  }
  .subscription-head h3 {
    font-size: 35px;
  }
  .subscription {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .slider-content-path {
    position: absolute;
    bottom: 214px;
    right: 30px;
    max-width: 150px;
  }
}

@media only screen and (max-width: 576px) {
      .slider-content-path {
        position: absolute;
        bottom: 214px;
        right: -10px;
        max-width: 125px;
    }
  .work-content-alt-flex {
    justify-content: center;
    row-gap: 15px;
    display: grid;
    text-align: center;
  }
  .work-content-alt-flex-img {
    justify-content: center;
  }
}
