@import url("https://fonts.cdnfonts.com/css/gotham-book");

body {
  background-image: url("./hero-blue-purple.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  font-family: "proxima-nova", sans-serif;
}

.landing-section {
  padding-top: 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  margin-bottom: 0;
}

.landing-left {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 40px;
  scale: 0.9;
}

.landing-text {
  font-size: 70px;
  margin: 0;
  white-space: nowrap;
  font-family: "proxima-nova", sans-serif;
  padding: 0;
}

.landing-right {
  margin: 0;
  scale: 0.7;
}

@media (max-width: 1499px) {
  .landing-section {
    padding-top: 0px;
    display: flex;
    flex-direction: row;
    gap: 0;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .landing-left {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    scale: 0.63;
  }

  .landing-text {
    font-size: 80px;
    margin: 0;
    white-space: nowrap;
    font-family: "proxima-nova", sans-serif;
    padding: 0;
  }

  .landing-right {
    margin: 0;
    scale: 0.5;
    padding: 0;
  }
}

.landing-button {
  display: inline-block;
  width: fit-content;
  padding: 20px 50px 20px 50px;
  background-color: white;
  color: blue;
  border: none;
  border-radius: 40px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.4s ease, color 0.4s ease;
  justify-self: center;
  margin-top: 20px;
  font-family: "Gotham Book", sans-serif;
  font-weight: bolder;
  font-size: 30px;
}

.landing-button:hover {
  background-color: blue;
  color: white;
}

.banner {
  width: auto;
  height: 120px;
  margin-top: 40px;
}

.banner-container {
  width: 100vw;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.login-section {
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 50px;
  justify-self: center;
  gap: 1.5rem;
}

@media (max-width: 875px) {
  .landing-section {
    flex-direction: column;
    gap: 40px;
  }

  .landing-left {
    text-align: center;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }

  .landing-text {
    font-size: 40px;
  }

  .landing-right {
    text-align: center;
  }

  .landing-button {
    font-size: 24px;
  }
}

@media (max-width: 795px) {
  .landing-text {
    font-size: 32px;
  }

  .landing-button {
    font-size: 20px;
    padding: 15px 30px;
  }
}

/* end */

.btn {
  appearance: button;
  backface-visibility: hidden;
  background-color: #405cf5;
  border-radius: 6px;
  border-width: 0;
  box-shadow: rgba(50, 50, 93, 0.1) 0 0 0 1px inset,
    rgba(50, 50, 93, 0.1) 0 2px 5px 0, rgba(0, 0, 0, 0.07) 0 1px 1px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue",
    Ubuntu, sans-serif;
  font-size: 100%;
  height: 44px;
  line-height: 1.15;
  margin: 12px 0 0;
  outline: none;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
  text-align: center;
  text-transform: none;
  transform: translateZ(0);
  transition: all 0.2s, box-shadow 0.08s ease-in;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 11rem;
}

.btn:disabled {
  cursor: default;
}

.btn:focus {
  box-shadow: rgba(50, 50, 93, 0.1) 0 0 0 1px inset,
    rgba(50, 50, 93, 0.2) 0 6px 15px 0, rgba(0, 0, 0, 0.1) 0 2px 2px 0,
    rgba(50, 151, 211, 0.3) 0 0 0 4px;
}

.login-button {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logoContainer {
  width: fit-content;
  justify-self: flex-start;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

.shopify-submit {
  justify-self: flex-end;
}

.text-input {
  width: 11rem;
  height: 2rem;
  border-radius: 6px;
}

.invalid-text {
  color: #f24c3d;
  font-family: "Gotham Book", sans-serif;
}

.valid-text {
  color: rgb(65, 184, 6);
}

.client-section {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  border-radius: 20px;

  width: fit-content;

  width: fit-content;
  padding: 40px 80px 40px 80px;
  padding-bottom: 3rem;
}

#button {
  width: 10rem;
}

.client-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  flex-direction: column;
}

.date {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.input-block {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 400px;
}

.project {
  background: white;
  width: 1000px;
  padding: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
  gap: 20px;
  box-shadow: 0 0 5px 1px rgba(50, 50, 93, 0.1), 0 2px 5px rgba(50, 50, 93, 0.1),
    0 1px 1px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}

.project strong {
  display: inline;
  margin-right: 5px;
  font-weight: bolder;
}

.project p {
  display: inline;
  margin-right: 5px;
  font-weight: lighter;
  color: #024468;
}

.project div {
  margin: 5px;
  display: flex;
  flex-direction: column;
  align-self: flex-start; /* Align each div at the top */
  flex-shrink: 0; /* Prevent divs from shrinking */
}

/* CSS */
.button-1 {
  background-color: #b57aef;
  border-radius: 8px;
  border-style: none;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 20px;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 10px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 100ms;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-1:hover {
  background-color: #c497f1;
}

.filler {
  height: 150px;
}

.wolfestone-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  flex-direction: column;
  padding: 10rem;
  gap: 20px;
}

.tick-button {
  background: none;
  border: none;
  font-size: inherit;
  color: green; /* Customize the color as desired */
  cursor: pointer;
}

.cross-button {
  background: none;
  border: none;
  font-size: inherit;
  color: red; /* Customize the color as desired */
  cursor: pointer;
}

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

.quote {
  background: #f0f0f0;
  width: 1250px; /* Adjust width based on content */
  padding: 5px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start; /* Align items at the top */
  gap: 20px;
  box-shadow: 0 0 5px 1px rgba(50, 50, 93, 0.1), 0 2px 5px rgba(50, 50, 93, 0.1),
    0 1px 1px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}

.quote strong {
  margin-right: 5px;
  font-weight: bolder;
}

.quote p {
  margin-right: 5px;
  font-weight: lighter;
  color: #024468;
}

.quote div {
  margin: 5px;
  display: flex;
  flex-direction: column;
  align-self: flex-start; /* Align each div at the top */
  flex-shrink: 0; /* Prevent divs from shrinking */
}

.faq {
  padding: 20px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 1000px; /* Set a fixed width */
}

.faq-title {
  margin-top: 5rem;
  margin-bottom: 10px;
  color: #024468;
  font-size: 35px;
}

.dropdown {
  display: grid;
  gap: 20px;
}

.question {
  border: 1px solid blue;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: relative;
}

.question:hover {
  background-color: #f0f0f0;
}

.expanded {
  background-color: #f0f0f0;
}

.question-title {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
}

.answer-text {
  margin-top: 10px;
  margin-bottom: 10px;
}

.question.expanded {
  overflow: hidden;
  height: auto;
  max-height: 1000px;
}

.question-arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  fill: blue;
  transition: transform 0.3s ease;
}

.question.expanded .question-arrow {
  transform: translateY(-50%) rotate(180deg); /* Rotate the arrow when expanded */
}

/* XTRF EMAIL */

.input-container {
  display: flex;
  align-items: center;
  position: relative;
}

.info-icon {
  position: absolute;
  right: 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.info-icon svg {
  width: 16px;
  height: 16px;
  fill: #888888;
  margin-right: 4px;
}

.info-text {
  font-size: 12px;
  color: #888888;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.info-icon:hover .info-text {
  opacity: 1;
}

input[type="text"]:focus {
  outline-color: #405cf5;
}

input[type="password"]:focus {
  outline-color: #405cf5;
}

input[type="date"]:focus {
  outline-color: #405cf5;
}

select:focus {
  outline-color: #405cf5;
}
