@import url('home.css?ver=4.25');
@import url('book-quality.css?ver=4.25');
@import url('gift-book.css?ver=4.25');

.np-sec__btn {
  width: fit-content;
}

.np-sec__btn a {
  text-decoration: none !important;
}

.btn-primary {
  border-radius: 27px;
  padding-top: 16px;
  padding-right: 36px;
  padding-bottom: 16px;
  padding-left: 36px;
  gap: 10px;
  background: #ac6d4a;
  border: 1px solid #ac6d4a;
  color: white !important;
  text-align: center;
  font-family: "CabinetGrotesk-Bold";
  font-weight: 700;
  cursor: pointer;
}

.btn-primary:hover {
  background-color: #8E5A3E;
}

.btn-primary-thin {
  border-radius: 27px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  gap: 10px;
  background: #ac6d4a;
  border: 1px solid #ac6d4a;
  color: white !important;
  text-align: center;
  font-family: "CabinetGrotesk-Bold";
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
}

.ham-menu {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.ham-menu a {
  font-family: "CabinetGrotesk-Regular";
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #555555;
  border-bottom: 1px solid #e7e7e7;
}

header {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: white;
  width: 100%;
}

.videoModal {
  position: fixed;
  z-index: 1999999902;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  top: 0;

  iframe {
    width: 740px;
    height: 416px;
    transform: scale(0, 0);
    border-radius: 5px;
  }

  &.toggle {
    opacity: 1;
    visibility: visible;
  }
}

.OpenVideo {
  animation: OpenVideo 0.3s ease forwards;
}

@keyframes OpenVideo {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 0.4;
  }

  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}

.marquee {
  background: #ac6d4a;
  border-color: #ac6d4a;
  --gap: 1rem;
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  padding: 40px;
  width: 100%;
}

.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll 30s linear infinite;
  align-items: center;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 99999999999;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  max-height: 500px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0)
  }

  to {
    -webkit-transform: scale(1)
  }
}

@keyframes zoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

/* The Close Button */
.close {
  /* position: absolute; */
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.d-none {
  display: none;
}

@media only screen and (min-width: 641px) {
  .renew-plans-section2 .main-img {
    width: 500px;
    height: 300px;
    object-fit: contain;
    border-radius: 20px;
  }

  .plans {
    display: flex;
    justify-content: center;
    align-items: end;
    /* gap: 50px; */
    width: 70%;
    margin: auto;
    margin-bottom: 20px;
  }

  .plans .plan {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    width: 221px;
    border-radius: 20px;
    padding: 3px;
    padding-top: 15px;
  }

  .plans .plan .duration {
    font-family: "Helvetica Neue";
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 6%;
    text-align: center;
    color: #251b16;
  }

  .plans .pricing-div {
    background-color: #fff6f1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 20px;
    border-radius: 20px;
  }

  .plans .plan .pricing {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .plans .plan .price {
    font-family: "Helvetica Neue";
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 0%;
    text-align: center;
    color: #251b16;
    margin-bottom: 5px;
  }

  .plans .plan .compare-price {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 0%;
    text-align: center;
    text-decoration: line-through;
    color: #605e5d;
  }

  .plans .plan .savings {
    font-family: "CabinetGrotesk-Bold";
    font-weight: 700;
    font-size: 15.22px;
    line-height: 42.28px;
    letter-spacing: 0%;
    text-align: center;
    color: #1f8618;
    width: 200px;
    height: 43px;
    text-align: center;
    border-radius: 32px;
    background: #91ff7866;
    margin-inline: 5px;
  }

  .plans .plan .features {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 400;
    font-size: 18px;
    line-height: 28.83px;
    letter-spacing: 1.15px;
    text-align: center;
    color: #251b16;
    padding-bottom: 15px;
    width: 90%;
    padding-top: 10px;
  }

  .features-section {
    margin-top: -30px;
  }

  .plans .plan .most-purchased {
    font-family: "CabinetGrotesk-Bold";
    font-weight: 800;
    font-size: 21.14px;
    line-height: 42.28px;
    letter-spacing: 0%;
    text-align: center;
    color: #2ab820;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .plans .plan.active {
    background: #91ff78;
  }

  .plans .np-sec__btn {
    min-width: 140px;
    text-align: center;
    margin: auto;
  }

  .plans .np-sec__btn a {
    justify-content: center;
    margin: auto;
  }

  .web-plan {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;
  }

  .signup-plans .signup-plan {
    width: 100%;
    height: 150px;
    border: 1px solid #AC6D4A;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
  }

  .signup-plans .signup-plan.active {
    background-color: whitesmoke;
    border-color: whitesmoke;
  }

  .signup-plans .signup-plan .duration {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 500;
    font-size: 15px;
    line-height: 18.6px;
    letter-spacing: 0px;
    text-align: center;
    color: #AC6D4A;
  }

  .signup-plans .signup-plan .price {
    font-family: "CabinetGrotesk-Bold";
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0px;
    text-align: center;
    color: #AC6D4A;
  }

  .signup-plans .signup-plan .includes {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 500;
    font-size: 15px;
    line-height: 18.6px;
    letter-spacing: 0px;
    text-align: center;
    color: #79736F;
  }

  .signup-plans .signup-plan s {
    font-family: "CabinetGrotesk-Bold";
    font-weight: 700;
    font-size: 14px;
    line-height: 18.6px;
    letter-spacing: 0px;
    text-align: center;
    color: #AC6D4A;
    text-decoration: line-through;
  }

  .signup-plans .signup-plan .badge {
    font-family: "CabinetGrotesk-Bold";
    font-weight: 700;
    font-size: 10px;
    line-height: 12.4px;
    letter-spacing: 0%;
    text-align: center;
    text-decoration: line-through;
    color: #4AAC6B;
    width: 56px;
    border-radius: 18px;
    background-color: white;
    z-index: 1;
    position: absolute;
    top: -5px;
  }

  .mobile-plan,
  .open-menu {
    display: none;
  }

  .extra-pages {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.6px;
    text-align: center;
    color: #251B16;
  }
}


@media only screen and (max-width: 640px) {
  .renew-plans-section2 .main-img {
    width: 90%;
    object-fit: contain;
    border-radius: 20px;
  }

  .modal-content {
    width: 100%;
  }

  .plans {
    display: flex;
    justify-content: center;
    align-items: end;
  }

  .plans .plan {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    padding: 3px;
    padding-top: 15px;
    width: 119px;
  }

  .plans .plan .duration {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 6%;
    text-align: center;
    color: #251b16;
    width: 55%;
  }

  .plans .pricing-div {
    background-color: #fff6f1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 20px;
    border-radius: 20px;
    width: 110px;
  }

  .plans .plan .pricing {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .plans .plan .price {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0%;
    text-align: center;
    color: #251b16;
    margin-bottom: 5px;
  }

  .plans .plan .compare-price {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 0%;
    text-align: center;
    text-decoration: line-through;
    color: #605e5d;
  }

  .plans .plan .savings {
    font-family: "CabinetGrotesk-Bold";
    font-weight: 700;
    font-size: 10px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    color: #1f8618;
    width: 100px;
    height: 22px;
    text-align: center;
    border-radius: 6px;
    background: #91ff7866;
  }

  .plans .plan .features {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 1.15px;
    text-align: center;
    color: #251b16;
    padding-bottom: 15px;
    width: 90%;
    padding-top: 10px;
  }

  .features-section {
    margin-top: -10px;
  }

  .plans .plan .most-purchased {
    font-family: "CabinetGrotesk-Bold";
    font-weight: 800;
    font-size: 11px;
    line-height: 10px;
    letter-spacing: 0%;
    text-align: center;
    color: #2ab820;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .plans .plan.active {
    background: #91ff78;
  }

  .plans .np-sec__btn {
    width: 80px;
    text-align: center;
    margin: auto;
  }

  .plans .np-sec__btn a {
    justify-content: center;
    margin: auto;
    padding: 10px !important;
    font-size: 14px;
    font-weight: 600;
  }

  .web-plan {
    display: none;
  }

  .mobile-plan {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
    position: relative;
  }

  .signup-plans .signup-plan {
    height: 150px;
    border: 1px solid #AC6D4A;
    border-radius: 18px;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    background-color: #f7f7f5;
  }

  .signup-plans .signup-plan.active {
    background-color: whitesmoke;
    border-color: whitesmoke;
  }

  .signup-plans .signup-plan .duration,
  .dropdown-plan .duration {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 500;
    font-size: 15px;
    line-height: 18.6px;
    letter-spacing: 0px;
    text-align: center;
    color: #AC6D4A;
  }

  .signup-plans .signup-plan .price,
  .dropdown-plan .price {
    font-family: "CabinetGrotesk-Bold";
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0px;
    text-align: center;
    color: #AC6D4A;
  }

  .signup-plans .signup-plan .includes,
  .dropdown-plan .includes {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 500;
    font-size: 15px;
    line-height: 18.6px;
    letter-spacing: 0px;
    text-align: center;
    color: #79736F;
  }

  .signup-plans .signup-plan s {
    font-family: "CabinetGrotesk-Bold";
    font-weight: 700;
    font-size: 14px;
    line-height: 18.6px;
    letter-spacing: 0px;
    text-align: center;
    color: #AC6D4A;
    text-decoration: line-through;
  }

  .signup-plans .signup-plan .badge {
    font-family: "CabinetGrotesk-Bold";
    font-weight: 700;
    font-size: 10px;
    line-height: 12.4px;
    letter-spacing: 0%;
    text-align: center;
    text-decoration: line-through;
    color: #4AAC6B;
    width: 56px;
    border-radius: 18px;
    background-color: white;
    z-index: 1;
    position: absolute;
    top: -5px;
  }

  .signup-plans .dropdown-plan {
    height: 100px;
    border: 1.5px solid #EAE3DF;
    border-radius: 18px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    background-color: white;
    cursor: pointer;
  }

  .signup-plans .dropdown-plan .prices {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .signup-plans .dropdown-plan .icon i {
    font-size: 24px;
    color: #AC6D4A;
    font-weight: 700;
  }

  .extra-pages {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0.6px;
    text-align: center;
    color: #251B16;
  }
}

.expire-time {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-direction: column;
  background-color: #ECDFD6;
  padding: 10px;
}

.expire-time p,
.expire-time a {
  font-family: "CabinetGrotesk-Bold";
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.6%;
  text-align: center;
  color: #AC6D4A;
  margin-bottom: 15px;
}

.st-TimeMemberShip {
  background-color: #F5F5F5;
  border-radius: 36px;
  padding: 10px;
}

.st-TimeMemberShip span {
  font-family: "CabinetGrotesk-Regular";
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #555555;
}

.renew-plans-section2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.renew-plans-section2 .heart-div {
  display: flex;
  gap: 5px;
}

.renew-plans-section2 .heart-div img {
  width: 30px;
  height: 30px;
  object-fit: cover;
}

.renew-plans-section2 p {
  font-family: "CabinetGrotesk-Regular";
  font-weight: 500;
  font-size: 21px;
  line-height: 28px;
  letter-spacing: 0.6px;
  text-align: center;
  color: #251B16;
}

.renew-plans-section2 strong {
  font-family: "CabinetGrotesk-Regular";
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0.6px;
  text-align: justify;
  color: #251B16;
}

.fa-caret-down {
  color: #AC6D4A;
}