/* 

COLORS:
Primary: #005BC1;
On container: #D8E2FF;
#001d35

Secondary: #0062A1;


/* /////////////////////////////
NAVIGATION 
/////////////////////////////*/

.navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  position: relative;
  height: 9.6rem;
}

.nav-container {
  display: flex;
  align-items: center;
  padding: 1.8rem 2.4rem;
  width: 130rem;
  gap: 35%;
}

.logo {
  height: 3.6rem;
  position: relative;
  z-index: 9999;
}

.nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
}

.my-nav-link {
  color: #fff;
  font-size: 1.8rem;
}

/* /////////////////////////////
HERO SECTION 
/////////////////////////////*/

.section-hero {
  background-color: var(--primary-color);
  height: 70rem;
  position: relative;
  margin-bottom: 9.6rem;
}

.hero-box {
  max-width: 130rem;
  height: 100%;
  margin: 0 auto;
}

.hero-text-box {
  align-self: center;
  justify-self: center;
  /* width: 80%; */
  padding: 1.8rem 2.4rem;
  z-index: 1;
}

.hero-title {
  font-size: 5.6rem;
  color: #fff;
  margin-bottom: 3.6rem;
}

.hero-subtitle {
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 2.4rem;
}

.hero-img {
  position: relative;
  width: 100%;
  object-fit: cover;
  z-index: 999;
}

/* MODAL WITH FORM */

.my-modal-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.my-modal {
  position: relative;
  height: 73%;
  width: 70%;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s;
}

.my-modal-img {
  background-image: url("/img/dog-g8c04e8071_1920.jpeg");
  background-size: cover;
  /* width: 100%; */
}

.my-modal-title {
  text-align: center;
  font-size: 3.6rem;
  margin-bottom: 3rem;
  color: #001b3a;
  font-weight: 700;
  width: 60%;
}

.my-modal-text {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 2.4rem;
}

.my-modal-form {
  padding: 2rem 1rem 1rem 1rem;
  width: 80%;
  /* align-self: center; */
  justify-self: center;
}

.my-modal label {
  margin-bottom: 5px;
  font-size: 1.4rem;
}
.my-modal input {
  margin-bottom: 2.4rem;
  padding: 1rem;
  font-size: 1.4rem;
  outline: none;
  border: none;
  border-radius: 5px;
  background-color: #eee;
}

.my-modal-btn {
  outline: none;
  border: none;
  background: none;
  background-color: var(--primary-color);
  color: #fff;
  font-weight: 600;
  align-self: center;
  transition: all 0.3s;
  padding: 1rem 3rem;
  border-radius: 5px;
  cursor: pointer;
}

.close-btn {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 1rem;
  font-size: 1.8rem;
  cursor: pointer;
}

/* MODAL WITH PRODUCT */

.product-modal-container {
  background-color: #fff;
  padding: 2rem;
  border-radius: 10px;
  position: relative;
  gap: 1rem;
  width: calc(100% - 8rem);
  max-width: 80rem;
}

.product-modal-img {
  height: 30rem;
  width: auto;
}

.my-modal-btn {
  align-self: center !important;
}

/* .hero-btn {
} */

.hero-store {
  display: none;
}

.btn-box {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1.8rem;
}

.btn--main {
  background-color: var(--secondary-color);
  color: #001d35;
}

.btn--main:hover,
.btn--main:active {
  background-color: var(--darker-primary-color);
  color: #fff;
}

.btn--secondary {
  border: 1px solid var(--secondary-color);
  color: #fff;
}

.hero-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(1%);
  z-index: 0;
}

.hero-circle {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-25%, -30%);
}

.hero-triangle {
  position: absolute;
  right: 0;
  bottom: 20%;
}

/* MOBILE NAVIGATION*/

.btn-mobile-nav {
  border: none;
  background: none;
  /* cursor: pointer; */
  display: none;
}

.icon-mobile-nav {
  height: 4.8rem;
  width: 4.8rem;
  color: #fff;
}

.icon-mobile-nav[name="close"] {
  display: none;
}

/* STICKY NAVIGATION */

.sticky .navigation {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 90, 193, 0.99);
  height: 8rem;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 9999;
  box-shadow: 0 1.2rem 3.2rem rgba(0, 90, 193, 0.03);
}

.sticky .section-hero {
  margin-top: 9.6rem;
}

/* /////////////////////////////
ABOUT US SECTION 
/////////////////////////////*/

.quem-somos-box {
  padding-top: 9rem;
}

.one-sentence-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* background-color: var(--primary-color); */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../img/portrait-funny-woman-spends-free-time-with-her-beloved-bulldog-puppy.jpeg");
  height: 60rem;
  width: 100%;
  margin-bottom: 20rem;
  position: relative;
}

/* .one-sentence-container::after {
  position: absolute;
  content: url("../img/petlog-logotipo-branco.png");
  height: 100%;
  width: auto;
  right: -15%;
  top: 0;
  overflow: hidden;
  opacity: 10%;
} */

.one-sentence-text {
  color: white;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 1.5;
  text-align: center;
  width: 60%;
  margin-bottom: 2rem;
}

.emphasis {
  font-size: 3.2rem;
  font-weight: 700;
}

/* FEATURES SECTION */

.features-container::-webkit-scrollbar {
  display: none;
}

.feature-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  gap: 2.4rem;
}

.feature--title {
  font-weight: 400;
}

.feature-img-box {
  overflow: hidden;
  height: 36rem;
  width: 100%;
  position: relative;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;

  background-color: rgba(0, 90, 193, 0.904);
  /* transform: translateY(100%); */
  transition: all 0.5s ease;
}

.overlay-text {
  font-size: 1.8rem;
  color: #fff;
  position: absolute;
  top: 30%;
  left: 50%;
  width: 80%;
  height: 0;
  text-align: center;
  transform: translate(-50%, -50%);
}

.overlay-icon {
  height: 5rem;
  width: 5rem;
  color: #fff;

  position: absolute;
  top: 10%;
  left: 40%;
}

.feature-img-box:hover .overlay {
  height: 100%;
  /* transform: translateY(0%); */
}

.feature-img {
  /* align-self: center; */
  height: 36rem;
  width: auto;
  transition: all 0.3s;
}

.img-1 {
  transform: translateX(-15%);
}
.img-3 {
  transform: translateX(-10%);
}
.img-4 {
  transform: translateX(5%);
}

/* .feature-img:hover {
    scale: 1.1;
  } */

/* /////////////////////////////
USERS SECTION 
/////////////////////////////*/

.background-img {
  background-image: url("/img/components/background-users.png");
  background-size: cover;
  background-position: 84%;
  background-repeat: no-repeat;
  height: 70rem;

  /* width: 100%; */
}

.users-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 1.2rem 2.4rem;
  margin: 0 3.6rem;
  position: relative;
  /* gap: 30.4rem; */

  height: 80rem;
}

.users-list {
  margin: 0 auto;
  display: flex;
  /* grid-template-columns: repeat(4, 1fr); */
  gap: 10rem;
  align-items: center;
  justify-content: center;
  object-fit: cover;
  padding: 2.4rem;
  /* overflow: hidden; */
}

/* .user {
  height: 100%;
  border-radius: 5px;
  width: 50%;
  object-fit: cover;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
} */

.user {
  width: 15%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
}

.user:hover {
  scale: 1.2;
}

.user--1 {
  position: absolute;
  top: 10%;
  right: 14%;
  transform: rotate(-9deg);
}
.user--2 {
  position: absolute;
  top: 20%;
  left: 42%;
  transform: rotate(9deg);
}
.user--3 {
  position: absolute;
  top: 25%;
  left: 17%;
  transform: rotate(-7deg);
}

/* .user--4 {
  position: absolute;
  top: 35%;
  left: -3%;
  transform: rotate(5deg);
  width: 14%;
} */
/* /////////////////////////////
HOW SECTION 
/////////////////////////////*/

.section-img {
  width: 100%;
  object-fit: cover;
}
.socialize {
  width: 130%;
}

.my-container .section-container {
  align-self: center;
  justify-self: center;
  width: 70%;
}

/* /////////////////////////////
HOW SECTION 
/////////////////////////////*/

.how-it-works {
  margin-bottom: 9.6rem;
}

/* /////////////////////////////
FEATURES SECTION 
/////////////////////////////*/

.features {
  margin-bottom: 9.6rem;
}

.feature-card-box {
  gap: 1.2rem;
  max-width: 120rem;
  margin: 9.6rem auto;
  padding: 0 2.4rem;
}

.feature-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--secondary-color);
  padding: 1.8rem;
  border-radius: 2rem;
  position: relative;
}

.feature--text {
  font-size: 1.6rem;
  margin-bottom: 2.4rem;
  text-align: center;
  line-height: 1.5;
}

.icon {
  height: 5rem;
  width: 5rem;
  padding: 2.4rem;
  background-color: var(--primary-color);
  border-radius: 50%;
  fill: #fff;

  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.feature--title {
  font-size: 2.4rem;
  margin-top: 5rem;
  margin-bottom: 1.8rem;
  text-align: center;
}

/* /////////////////////////////
CTA SECTION 
/////////////////////////////*/

.cta-section {
  margin: 9.6rem 0;
  padding: 9.6rem 0;
}

.store-img {
  width: 15rem;
  object-fit: cover;
}

.store-box {
  display: flex;
  gap: 1rem;
}

/* PET TAG */

.pre-venda {
  color: var(--primary-color);
}

.pet-tag-img {
  margin-top: 2%;
}

.pet-tag-actual-img {
  transform: translateY(-10%);
}

/* FORMULÁRIO DE CONTATO */

/* .contact {
  background-color: red;
} */

.fale-conosco {
  margin-bottom: 0rem !important;
}

.contact-container {
  background-color: var(--primary-color);
  height: 55rem;
  border-radius: 10px;
  overflow: hidden;
  grid-template-columns: 2fr 1fr !important;
  width: 70%;
  height: 100%;
}

.contact-form {
  padding: 2rem;
}

.contact-form label {
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 1rem;
}

.contact-form input {
  font-family: "Roboto";
  font-size: 1.8rem;
  padding: 1rem;
  border: none;
  margin-bottom: 1rem;
  border-radius: 5px;
  background-color: var(--secondary-color);
}

.form-title {
  text-align: center;
  letter-spacing: 3px;
  font-size: 4.8rem;
  color: #fff;
  margin-bottom: 3rem;
}

.form-subtitle {
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

.contact-form-text {
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 2.4rem;
}

.form-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-message,
.form-message::placeholder {
  font-family: "Roboto";
  font-size: 1.8rem;
  background-color: var(--secondary-color);
}

.form-message {
  border-radius: 5px;
  padding: 5px;
}

.form-btn {
  margin-top: 2.4rem;
  border: none;
  padding: 1rem;
  border-radius: 9999rem;
  width: 30%;
  align-self: center;
  cursor: pointer;
  transition: all 0.3s;
}

/* FOOOTER */

.footer {
  position: relative;
}

.floating-footer-box {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  transform: translate(0%, -1%);
}

.floating-footer-img {
  width: 100%;
  object-fit: cover;
}

.footer-box {
  background-color: var(--primary-color);
  height: 50rem;
}

.footer-items {
  padding: 22rem 3.6rem 0 3.6rem;
  gap: 3.6rem;
}

.social {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}

.social-box {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.logo-footer {
  align-self: start;
}

.social-icons-box {
  display: flex;
  gap: 1.4rem;
}
.social-icon {
  height: 3rem;
  width: 3rem;
  fill: #fff;
}

.copyright {
  color: #fff;
  font-size: 1.2rem;
}

.footer-header {
  font-size: 1.8rem;
  letter-spacing: 2px;
  margin-bottom: 4.4rem;
  color: #fff;
}

.footer-link,
.footer-text {
  font-size: 1.6rem;
  color: #fff;
  display: block;
  margin-bottom: 2.4rem;
}

.footer-link {
  text-decoration: none;
}

.address {
  width: 60%;
}

/**************************/
/* PRICING SECTION */
/**************************/

.section-pricing {
  padding: 9.6rem 0;
}

.pricing-plan {
  border-radius: 11px;

  width: 75%;
}

.pricing-plan--starter {
  justify-self: end;
  border: 2px solid #fdf2e9;
  padding: 4.6rem;
}

.pricing-plan--complete {
  background-color: var(--secondary-color);
  padding: 4.8rem;
  position: relative;
  overflow: hidden;
}

.pricing-plan--complete::after {
  content: "Melhor valor";
  position: absolute;
  top: 6%;
  right: -18%;

  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  background-color: var(--primary-color);
  padding: 0.8rem 8rem;
  transform: rotate(45deg);
}

.plan-header {
  text-align: center;
  margin-bottom: 4.8rem;
}

.plan-name {
  color: var(--darker-primary-color);
  font-weight: 600;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.75;
  margin-bottom: 3.2rem;
}

.plan-price {
  font-size: 6.2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1.6rem;
}

.plan-price span {
  font-size: 3rem;
  font-weight: 500;
  margin-right: 0.8rem;
}

.plan-text {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #6f6f6f;
}

.plan-sing-up {
  text-align: center;
  margin-top: 4.8rem;
}

.plan-details {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
}

.feature {
  width: 80%;
  text-align: center;
}

.feature-icon {
  color: var(--darker-primary-color);
  height: 3.2rem;
  width: 3.2rem;
  background-color: var(--secondary-color);
  margin-bottom: 3.2rem;
  padding: 1.6rem;
  border-radius: 50%;
}

.feature-title {
  font-size: 2.4rem;
  color: #333;
  font-weight: 700;
  margin-bottom: 1.6rem;
}

.feature-text {
  font-size: 1.8rem;
  line-height: 1.8;
}

.list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.list-item {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  line-height: 1.2;
}

.list-icon {
  width: 3rem;
  height: 3rem;
  color: var(--primary-color);
}

.heading-primary {
  font-size: 5.2rem;
  line-height: 1.05;
  margin-bottom: 3.2rem;
}

.heading-secondary {
  font-size: 4.4rem;
  line-height: 1.2;
  margin-bottom: 9.6rem;
}

.heading-tertiary {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 3.2rem;
}

.subheading {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #cf711f;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
  letter-spacing: 0.75px;
}

/* HEALTH SECTION */

.health-container {
  margin-bottom: 10rem;
}

.vac-img-container {
  height: 50rem;
  position: relative;
}

.vacination-img {
  transform: translateY(8%);
  scale: 1.3;
  z-index: 2;
  position: relative;
}

.vac-check-text {
  display: flex;
  /* align-items: center;
  justify-content: center; */
  gap: 1rem;
  margin-bottom: 1rem;
}

/* .vac-img-container::before {
  position: absolute;
  content: "";
  height: 50rem;
  width: 50rem;
  background-color: var(--primary-color);
  border-radius: 50%;
  transform: translate(-8%, 2%);
  z-index: 0;
}

.vac-img-container::after {
  position: absolute;
  content: "";
  height: 40rem;
  width: 40rem;
  background-color: var(--secondary-color);
  border-radius: 50%;
  left: 0;
  transform: translate(6%, 16%);
  z-index: 1;
} */

.vac-description-3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
