html {
  font-size: 62.5%;
  box-sizing: border-box;
}

html,
body {
  height: 100vh;
}

@media (max-width: 61.97375em) {
  html,
  body {
    height: 90vh;
  }
}

*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

body {
  align-items: center;
  background-color: #000;
  display: flex;
  justify-content: center;
}

.zook_logo {
  display: flex;
  flex-direction: column;
}

.zook_logo a {
  color: #fff;
  font-size: 1.4rem;
  margin-top: 1.5rem;
  text-align: center;
  text-decoration: none;
}

.zook_logo .zook-logo-img {
  width: 10rem;
}

/* subscription membership */

.section-title {
  display: flex;
  justify-content: center;
  padding: 60px 0 60px 0;
  margin-top: 150px;
}
.container-title {
  max-width: 1200px !important;
}

.subscription-section-title h2 {
  font-weight: 400;
}
.subcription-section {
  display: flex;
  justify-content: center;
  padding: 0 3rem;
}

.title-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  background-color: #ff5777;
  border-radius: 2rem;
  position: relative !important;
  top: -6rem;
}

.title-wrapper-bg-color-01 {
  background-color: #309dff;
  color: #fff;
}

.title-wrapper-bg-color-02 {
  background-color: #ff3b30;
  color: #fff;
}

.title-wrapper-bg-color-03 {
  background-color: #586d80;
  color: #fff;
}

.subscription-title {
  text-transform: capitalize !important;
  font-size: 3.5rem !important;
}

.brand-subscription {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px;
  width: 70%;
  margin: 80px 0 0 0;
}

@media (max-width: 1449.98px) {
  .brand-subscription {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .subscriptio-option-03 {
    grid-column: 1 / -1;
  }
}

@media (max-width: 991.98px) {
  .brand-subscription {
    grid-template-columns: 1fr !important;
  }
}

.subscription {
  border: 1px solid #000;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 2.5rem;
  position: relative;
}

.brand-subscription h1 {
  text-align: left !important;
  text-transform: lowercase;
}
.brand-subscription p {
  margin-bottom: 24px;
}

.get-started-button-color-01 {
  color: #fff;
  background-color: #309dff;
  border-radius: 6px;
  text-align: center;
  margin-top: auto !important;
  padding: 10px;
  width: 150px;
}
.get-started-button-color-02 {
  color: #fff;
  background-color: #ff3b30;
  border-radius: 6px;
  text-align: center;
  margin-top: auto !important;
  padding: 10px;
  width: 150px;
}
.get-started-button-color-03 {
  color: #fff;
  background-color: #586d80;
  border-radius: 6px;
  text-align: center;
  margin-top: auto !important;
  padding: 10px;
  width: 150px;
}

.subscript {
  font-size: 2.5rem !important;
  margin-left: -0.9rem;
}

.list-wrapper {
  padding: 1rem 0 1rem 2rem !important;
}

.subscription-price {
  font-size: 4rem !important;
}

.nitro-link {
  color: #D62027 !important;
  font-weight: bold !important;
  text-decoration: underline;
}

.lists {
  font-size: 1.8rem;
}

.see-plans-btn {
  background-color: hsl(349, 100%, 67%);
  border-radius: 0.6rem;
  color: #fff;
  padding: 1rem;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out !important;
}

.see-plans-btn:hover {
  background-color: hsl(349, 100%, 80%);
  color: #000;
}

.container-book-call {
  margin: 3rem auto;
  padding: 0 2rem;
  width: 70%;
  transition: all 0.5s ease-in-out;
}
.container-book-call-btn {
  background-color: hsl(239, 50%, 35%);
  border-radius: 0.6rem;
  color: #fff;
  padding: 1rem;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out !important;
}
.container-book-call-btn:hover {
  background-color: hsl(239, 50%, 50%);
}

.login-client-account {
  margin-top: 5rem !important;
}

.clients-description{
  font-size: 2.8rem;
}

@media (max-width: 600px) {
  .clients-description {
    font-size: 2.4rem;
  }
  .clients-description a {
    font-size: 2.4rem;
  }
}

.clients-description a{
  font-weight: bold;
  color: #000 !important;
  font-size: 2.2rem !important;
  text-decoration: underline;
}

.read-more-btn {
  background: #ff4c6d;
  color: #fff;
  border: none;
  padding: 0.3em 0.8em;
  border-radius: .4rem;
  cursor: pointer;
  margin: 16px 0 0 0;
  font-size: 2rem;
  transition: background 0.2s, color 0.2s;
  font-family: inherit;
  letter-spacing: 0.03em;
  box-shadow: 0 2px 8px rgba(255,76,109,0.08);
}

.read-more-btn.read-less {
  background: #e53935;
  color: #fff;
}

.custom_applications_section h1 {
  margin-top: 6rem;

  margin-bottom: 2.5rem;
}

/* Responsive video for custom careers section */
.responsive-video {
  width: 100%;
  display: block;
  margin: 70px auto 0 auto;
}

