.slogan,
footer {
  min-height: 628px;
  background: url("../public/images/abstract-luxury-gradient-blue-background-smooth-dark-blue-with-black-vignette-studio-banner\ copy.jpg")
    no-repeat center center;
  background-size: 100% 100%;
}

header {
  background-color: #000135;
  position: sticky;
  top: 0;
  backdrop-filter: blur(10px);
  z-index: 10;
}

.scrolled {
  background-color: rgba(0, 1, 53, 0.2) !important;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}

.header {
  color: white;
  text-transform: capitalize;
}

.header > div {
  font-size: 24px;
}

.header nav ul {
  display: flex;
  gap: 2rem;
  list-style: none;
}

.header nav ul a {
  font-size: 24px;
  text-decoration: none;
  color: white;
}

.slogan_container {
  height: calc(628px - 59px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.slogan_container .slogan_image,
.footer_image {
  display: flex;
  align-items: center;
  position: relative;
}

.slogan_container .slogan_image > div {
  position: relative;
  right: 40px;
  top: 25px;
  font-size: 120px !important;
}

.slogan_container .slogan_image > div,
.footer_image > div {
  color: white;
  font-size: 112px;
  text-transform: uppercase;
}

.slogan_container .slogan_text,
.footer_text {
  text-align: center;
  font-size: 39px;
  text-transform: capitalize;
  color: white;
}

.slogan_container > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.interview,
.about_us {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.interview > div:first-child {
  grid-column: span 2;
  padding: 3rem 9rem 1rem 9rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.interview > div:first-child p {
  font-size: 28px;
  color: rgb(77, 77, 77);
}
.interview > div:first-child > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 4rem;
}

.interview > div:first-child > div button,
.contact > .container button {
  border: 1px solid rgb(77, 77, 77);
  background-color: white;
  font-size: 32px;
  padding: 1rem;
  color: rgb(77, 77, 77);
}
.interview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about_us,
.plans {
  background-color: #07174a;
}

.about_us > div:last-child {
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  grid-column: 2 span;
  padding-right: 20rem;
}

.about_us > div:first-child {
  position: relative;
  padding: 3rem;
}
.about_us > div:first-child img {
  position: relative;
  bottom: 76px;
}

.about_us h3,
.contact h3 {
  font-size: 36px;
  font-weight: bold;
}

.about_us h5 {
  font-size: 32px;
}

.about_us p,
.contact p {
  font-size: 24px;
}

.product,
.reason,
.solutions,
.contact {
  padding: 2rem 0;
}

.product > div > div:first-child > *,
.product > div > div:last-child > *,
.reason > div > *,
.solutions > div > * {
  margin-bottom: 1rem;
  color: rgb(112 112 113);
}

.product > div:first-child > h3,
.solutions h3 {
  font-size: 32px;
  font-weight: bold;
  text-transform: capitalize;
}
.solutions > div > div > div {
  font-weight: bold;
}

.product > div:first-child > h5,
.reason h3 {
  font-size: 32px;
}

.product > div:first-child > p,
.reason p {
  font-size: 28px;
}

.product > div > div > div,
.product > div > div > h3 {
  font-size: 28px;
}

.product > div:last-child li,
.product > div:last-child p,
.reason li {
  font-size: 24px;
}

.product > div:last-child li,
.reason li {
  margin-bottom: 0.5rem;
}

.product > div:last-child ul,
.reason > ul {
  padding-left: 2rem;
}

.reason {
  background-color: #e7e8ec;
}

.reason > * {
  color: rgb(36, 36, 36);
}

.solutions > div > div {
  font-size: 24px;
}

.solutions > div > p {
  font-size: 22px;
}

.plans {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  position: relative;
  margin-bottom: 4rem;
}

.plans > div:first-child {
  font-size: 48px;
  font-weight: bold;
  color: white;
  text-transform: capitalize;
  margin-top: 4rem;
}

.plans .plans_container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;

  position: relative;
  top: 50px;
}

.plans .plans_container > div {
  background-color: white;
  border: 1px solid gray;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  transition: all 50ms linear;
  cursor: pointer;
}

.plans .plans_container > div .title,
.plans .plans_container > div .description {
  font-size: 32px;
  text-align: center;
}

.plans .plans_container > div .price {
  font-size: 32px;
  font-weight: bold;
}

.plans .plans_container > div .title {
  margin-top: 3rem;
}

.plans .plans_container > div:hover {
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
}
.collaboration {
  display: flex;
  flex-direction: column;
  margin: 8rem 0;
  justify-content: center;
  gap: 2rem;
}

.collaboration > div:first-child {
  font-size: 24px;
  color: rgb(77, 77, 77);
}

.collaboration .container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid #07174a;
  border-bottom: 1px solid #07174a;
  padding: 1rem 0;
}

.collaboration .container > div {
  color: #07174a;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}

.contact {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: rgb(112 112 113);
}

.contact .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 1rem;
}

.contact .container textarea {
  grid-column: 2 span;
}

.contact input,
.contact textarea {
  padding: 1rem;
  border-radius: 0;
  outline: unset;
  border: 1px solid rgb(77, 77, 77);
  resize: none;
}

.contact input::placeholder,
.contact textarea::placeholder {
  font-size: 24px;
  text-transform: capitalize;
}

.contact .container > div {
  display: flex;
  gap: 1rem;
  justify-content: end;
  grid-column: 2 span;
}

footer {
  min-height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_image > div > div:first-child {
  padding-top: 4rem;
  font-size: 60px;
}
.footer_image > div {
  position: relative;
  right: 11px;
}

.footer_image .footer_text {
  font-size: 32px;
  display: flex;
  gap: 1rem;
}

.footer_image .footer_text i {
  font-size: 18px;
}

button:hover {
  border: 1px solid black !important;
}

@media (min) {
}
.w-7xl {
  width: var(--container-7xl) /* 80rem = 1280px */;
}

@media (width >= 48rem) {
  .box {
    width: 1280px;
    margin: 0 auto;
  }

  .plans_box {
    width: 240px;
    margin: 0 auto;
  }
}

@media (width < 48rem) {
  .header {
    flex-direction: column;
    padding: 0.5rem;
  }
  .header > div {
    font-size: 18px;
  }

  .header nav ul {
    gap: 1rem;
  }
  .header nav ul a {
    font-size: 12px;
  }

  .slogan_container .slogan_image > div {
    position: relative;
    right: 40px;
    top: 25px;
    font-size: 32px !important;
  }

  .slogan_container .slogan_image img {
    width: 150px;
    height: 250px;
  }

  .slogan_container .slogan_text,
  .footer_text {
    font-size: 20px;
  }
  .slogan {
    min-height: auto;
  }

  .interview,
  .about_us {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .interview > div:first-child {
    grid-column: span 1;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }

  .interview > div:first-child p {
    font-size: 16px;
  }
  .interview > div:first-child > div button,
  .contact > .container button {
    font-size: 16px;
  }
  .about_us > div:first-child {
    padding: 0.5rem;
  }
  .about_us > div:first-child img {
    bottom: 0;
    width: 100%;
    height: auto;
  }

  .about_us > div:last-child {
    padding: 0.5rem;
    gap: 0.5rem;
    grid-column: 1 span;
    padding-right: 0;
    text-align: center;
  }
  .about_us h3,
  .contact h3 {
    font-size: 20px;
    font-weight: bold;
  }
  .about_us h5 {
    font-size: 18px;
  }
  .about_us p,
  .contact p {
    font-size: 16px;
  }
  .product,
  .reason,
  .solutions,
  .contact {
    padding: 2rem 0.5rem;
  }
  .product > div:last-child li,
  .product > div:last-child p,
  .reason li,
  .reason p {
    font-size: 16px;
  }
  .solutions > div > div {
    font-size: 18px;
  }
  .product > div:first-child > h3,
  .solutions h3,
  .reason h3 {
    font-size: 22px;
  }
  .plans .plans_container {
    grid-template-columns: 1fr;
    gap: 1rem;

    top: 0;
  }

  .plans > div:first-child {
    font-size: 24px;
  }
  .plans .plans_container > div .description {
    font-size: 22px;
  }

  .collaboration {
    margin: 1rem 0;

    gap: 1rem;
  }

  .collaboration > div:first-child {
    font-size: 18px;
    text-align: center;
    padding: 0.5rem;
  }
  .plans {
    margin-bottom: 1rem;
  }

  .collaboration .container {
    overflow-x: auto;
    min-width: 500px;

    gap: 2rem;
  }

  .contact .container {
   display: flex;
   flex-direction: column;
  }

  .contact .container textarea {
    grid-column: 1 span;
}

.footer_image > div > div:first-child {
    padding-top: 4rem;
    font-size: 30px;
}
.footer_image .footer_text {
    font-size: 16px;
    display: flex
;
flex-direction: column;
    gap: .5rem;
}
}
