@font-face {
  font-family: gd-sage;
  src: url(https://sg.Godaddy.com/assets/ux/fonts/gd-sage/1.0/gd-sage-bold.woff2)
      format("woff2"),
    url(https://sg.Godaddy.com/assets/ux/fonts/gd-sage/1.0/gd-sage-bold.woff)
      format("woff");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: gdsherpa;
  src: url(https://sg.Godaddy.com/assets/ux/fonts/sherpa/2.0/gdsherpa-vf.woff2)
    format("woff2");
  font-weight: 300 700;
  font-display: swap;
}

html,
body {
  margin: 0;
  scroll-behavior: smooth;
  -ms-overflow-style: none;

  font-family: "Work Sans", sans-serif;
}

/* HOME PAGE */
.page {
  background-color: #fdece0;
  position: relative;
  display: block;
  min-height: 100vh;
}

.btn {
  border-radius: 0px !important;
  font-weight: bold !important;
  width: 100% !important;
  max-width: 200px;
}

/* NAV BAR */

.nav__bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.5vh;
  margin-right: 50px;
  margin-left: 40px;
}

.first__nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.logo {
  font-size: 25px;
  font-weight: bold;
  list-style: none;
  cursor: pointer;
  color: #111;
  text-decoration: none;
  font-family: "Comfortaa", sans-serif;
  width: 100%;
}

.logo:hover {
  color: #111;
}

.nav__button {
  display: none;
}

.nav__links {
  display: flex;
  list-style-type: none;
}

.nav__link {
  text-decoration: none;
  margin-left: 1vw;
  margin-right: 1vw;
  cursor: pointer;
  transition: 250ms;
}

.nav__link:hover {
  transform: scale(1.1);
}

.fa {
  margin-left: 5px;
}

.main__text {
  display: flex;
  flex-direction: column;
  align-self: center;
  justify-content: center;
  margin-left: 2vh;
  margin-right: 2vh;
}

.main__title {
  text-align: center;
  margin-top: 2.5vw;
  margin-bottom: 0.5rem;
  font-size: 4rem;
  font-weight: bold;
  font-family: "Playfair Display", "Times", "Times New Roman", serif;
  letter-spacing: 1px;
  padding-left: 3vw;
  padding-right: 3vw;
}

.main__subtitle {
  text-align: center;
  font-size: 1.8rem;
  padding-left: 3vw;
  padding-right: 3vw;
  margin-bottom: 0.5rem;
}

#price {
  font-weight: bold !important;
  color: #1e3a8a;
  font-size: 2.5rem;
  /* border: 1px solid #2b2b2b;
  padding-top: 0.75vh;
  padding-right: 0.5vw;
  padding-left: 0.5vw; */
}

.buttons {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.action__btn {
  margin-left: 20px;
  margin-top: 30px;
  width: 12.5vw;
  height: 7.5vh;
}

.bck__img {
  flex: 0.5;
  max-height: 35vw;
  width: 100%;
  object-fit: contain;
  z-index: 1;
  position: relative;
}

.bck__img.-mt-2 {
  margin-top: -2.5rem;
}

/* Plans Price */

/* .plans {
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
  justify-content: center;
  background-color: white;
}

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

.price__row {
  display: flex;

}

.detailed__row {
  display: flex;
  flex-direction: column;
  height: 15vh;
  width: 20vw;
  padding: 2vw;
  border:1px solid black;
  text-align: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.big__plans {
  display: flex;
  flex-direction: column;
  justify-content:center;
  height: 30vh;
  width: 20vw;
  padding: 2vw;
  border:1px solid black;
  text-align: center;
} */

/* Feature Product */

.feature {
  background-color: white;
  padding-top: 10vh;
}

.feature__content {
  display: flex;
  margin-bottom: 15vh;
  flex: 0.5;
  margin: 0 4vw 10vh 4vw;
  align-items: center;
}

.feature__details {
  margin-right: 5vw;
  margin-left: 5vw;
}

.feature__image {
  flex: 0.5;
  max-height: 35vw;
  width: 100%;
  object-fit: contain;
  z-index: 1;
  position: relative;
}

.feature__info {
  max-width: 20px;
}

.feature__title {
  font-weight: bold;
  font-size: 3rem;
  font-family: "Playfair Display", "Times", "Times New Roman", serif;
}

.feature__description {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.25rem;
}

.feature__btn {
  width: 15vw;
  height: 7.5vh;
}

.feature__banner {
  max-height: 35vw;
  width: 100%;
  object-fit: contain;
  z-index: 1;
  position: relative;
}

/* TESTIMONIALS */
.testimonial {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  gap: 1rem;
  padding-left: 3vh;
  padding-right: 3vh;
  margin-top: 12vh;
}

.testimonial__heading {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  padding-top: 4vh;
  font-family: "Playfair Display", "Times", "Times New Roman", serif;
}

.testimonial__item {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.testimonial__image {
  width: 12rem;
  height: 12rem;
  object-fit: cover;
  object-position: center;
  border-radius: 999px;
  margin-bottom: 10px;
  margin: auto;
  overflow: hidden;
}

.testimonial__title {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
  display: block;
}

.testimonial__subtitle {
  text-transform: uppercase;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  position: relative;
  display: block;
}

.testimonial__subtitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 5rem;
  height: 1px;
  background: #aaa;
}

.testimonial__description {
  font-style: italic;
  width: 90%;
  margin: auto;
  color: #444;
}

/* GUIDES */

.guides {
  margin: 0;
  margin-top: 10vh;
  background-color: #ebf3f8;
}

.guides__details {
  max-width: 1000px;
  padding-right: 5vw;
  padding-left: 5vw;
  margin: 0;
}

.guides__info {
  font-size: 15px;
}

.guides__title {
  font-size: 50px;
  font-weight: bold;
  font-family: "Playfair Display", "Times", "Times New Roman", serif;
}

/* QUESTIONS */

.questions {
  margin-top: 10vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 10vh;
}

.questions__title {
  font-size: 3rem;
  text-align: center;
  margin-left: 11vw;
  margin-right: 11vw;
  font-weight: bold;
  font-family: "Playfair Display", "Times", "Times New Roman", serif;
}

.questions__subtitle {
  margin-top: 2vh;
  font-weight: bold;
  font-size: 1.2rem;
}

.questions__row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.que__ans {
  width: 40vw;
  margin-left: 2.5vw;
  margin-right: 2.5vw;
  font-weight: lighter;
}

.que__ans h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

/* FOOTER */

.Band__content h1 {
  font-family: gd-sage, "Times", "Times New Roman", serif;
}

.footer {
  background-color: #111;
  color: white;
}

.signup {
  display: flex;
  justify-content: space-between;
  padding: 5vh 5vw 5vh 5vw;
  border-bottom: 1px solid #444;
}

.email__signup {
}

.nav__link a.active {
  position: relative;
}

.nav__link a.active::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 90%;
  height: 2px;
  background-color: rgb(104, 104, 104);
}

.signup__text {
  font-weight: bold;
  font-size: 3vh;
}

.email__input {
  background-color: #2b2b2b;
  border: 1px solid #2b2b2b;
  color: #f5f7f8;
  height: 6vh;
  width: 30vw;
  margin-bottom: 2vh;
  padding: 0 12px;
}

.signup__btn {
  height: 6vh;
  width: 10vw;
}

.call__action {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 900px;
  width: 30vw;
}

.call__action h3 {
  font-weight: bold;
  font-size: 3vw;
}

.info__div {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  border-bottom: 1px solid #474747;
}

.info__links {
  display: flex;
  justify-content: space-evenly;
  padding-bottom: 50px;
  border-bottom: 1px solid #474747;
}

.info__link {
}

.footer__title {
  font-weight: bold;
  color: white !important;
  font-size: 20px;
}

.footer__links {
  list-style: none;
  padding: 0;
  color: #f5f7f8;
}

.footer__link {
  color: #f5f7f8;
  font-size: 15px;
}

.copyright {
  padding: 50px 20px 20px 20px;
}

.copyright__text {
  font-size: 15px;
}

@media screen and (max-width: 850px) {
  .nav__bar {
    margin: 0 2vh;
    padding-top: 0.5rem;
    flex-direction: column;
  }

  .first__nav {
    width: 100%;
  }

  .second__nav {
    width: 90%;
  }

  .nav__links {
    padding-left: 20px;
    flex-direction: column;
    width: 100%;
    transition: all 0.3s;
    visibility: visible;
    opacity: 1;
    z-index: 10;
  }

  .nav__links.hidden-in-md {
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: max-height 0.3s;
    z-index: -1;
  }

  .nav__link {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
  }

  .nav__button {
    display: inline-block;
    width: auto !important;
    font-size: 1.3rem;
  }

  .main__title {
    font-size: 3.2rem;
  }

  .main__subtitle {
    font-size: 1.5rem;
  }

  #price {
    font-size: 1.8rem;
    margin-top: 5px;
  }

  .buttons {
    flex-direction: column;
    align-items: center;
    margin-bottom: 4vh;
    padding-left: 3vh;
    padding-right: 3vh;
  }

  .action__btn {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    max-width: 100%;
    margin-left: 0;
  }

  .feature > .feature__content:nth-child(odd) {
    flex-direction: column-reverse;
  }

  .feature > .feature__content:nth-child(even) {
    flex-direction: column;
  }

  .feature > .feature__content.guides {
    flex-direction: column;
  }

  .feature__image {
    height: auto;
    max-height: 100%;
  }

  .feature__title {
    font-size: 2.5rem;
  }

  .feature__details {
    margin-top: 3vh;
  }

  .feature__btn {
    width: 100%;
    max-width: 100%;
    display: block;
    font-size: 120%;
  }

  .testimonial {
    grid-template-columns: 1fr;
    row-gap: 3rem;
  }

  .bck__img.-mt-2 {
    margin-top: 0;
  }

  .guides {
    padding-bottom: 4vh;
  }

  .questions__row {
    flex-direction: column;
  }

  .que__ans {
    width: 85vw;
    margin-left: 5vw;
    margin-right: 2.5vw;
  }

  .signup {
    flex-direction: column;
  }

  .email__signup .email__input {
    width: 100%;
  }

  .call__action {
    padding-top: 1rem;
    width: 100%;
  }

  .info__links {
    flex-wrap: wrap;
  }

  .info__link {
    width: 50%;
    padding-left: 1rem;
  }
}
