/*

Theme Name: GABRIELA
Theme URI: https://gabrielablauthestetica.com.br/
Author: Rodrigo Niche
Version: 1.0
Text Domain: GABRIELA

*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: white;
}

:root {
  --h1: 4.45rem;
  --h2: 3.5rem;
  --h3: 2rem;
  --h4: 1.75rem;
  --h5: 1.5rem;
  --h6: 1.25rem;
  --p: 1.15rem;
  --btn: 1rem;
  --red: #563343;
  --light: #f4eae9;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  color: inherit;
  letter-spacing: -0.015rem;
  color: var(--red);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Palatino Linotype", serif;
  font-style: normal;
  font-weight: 500;
}

h1 i,
h2 i,
h3 i,
h4 i,
h5 i,
h6 i {
  font-style: italic;
}

h1 {
  font-size: var(--h1);
}

h2 {
  font-size: var(--h2);
}

h3 {
  font-size: var(--h3);
}

h4 {
  font-size: var(--h4);
}

h5 {
  font-size: var(--h5);
}

h6 {
  font-size: var(--h6);
}

p {
  font-size: var(--p);
  font-weight: 400;
}

u {
  text-decoration-color: var(--blue);
}

a {
  color: inherit;
  font-size: inherit;
}
strong {
  font-weight: 600;
}

img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.btn,
.btn:hover {
  font-size: var(--btn);
  font-weight: 400;
  padding: 0.45em 1.35em;
  border-radius: 100px;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  cursor: pointer;
  transition: all 0.3s, color 0.3s;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.btn:hover {
  padding: 0.45em 1.5em;
  gap: 0.5rem;
}

.btn.btn-red {
  background: var(--red);
  color: #fff;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2em 0;
  z-index: 10;
}

header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 2em;
}

.header-logo {
  width: 11em;
  height: auto;
  display: block;
}

header ul {
  list-style: none;
  display: flex;
  gap: 2em;
  align-items: center;
  justify-content: center;
}

header ul a {
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1rem;
  transition: all 0.3s;
}

header ul a:hover {
  opacity: 0.5;
}

.icon-hamburguer {
  width: 2em;
  height: 2em;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

header .navbar-toggle {
  display: none;
}

@media (max-width: 64em) {
  header .navbar-toggle {
    display: block;
    cursor: pointer;
    background: transparent;
    border: 0;
    padding: 0.5em;
    width: 3rem;
    height: 3rem;
    color: var(--darkBG);
  }

  header .primary-navigation {
    display: none;
    position: absolute;
    padding: 4em;
    background: white;
    inset: 7rem 2rem auto;
  }

  .primary-navigation[data-visible] {
    display: block;
    position: absolute;
  }

  header ul {
    display: grid;
    gap: 1em;
    text-align: left;
    font-weight: 600;
    padding: 0;
    justify-content: start;
  }
}

img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.banner-section {
  padding: 10em 0;
  position: relative;
  background: var(--light);
}

.banner-section .row {
  position: relative;
  z-index: 4;
}

.banner-logo {
  width: 13em;
  margin-bottom: 1em;
}

.banner-section .light-bg {
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  width: 100%;
  max-width: 1520px;
  height: calc(100% - 15em);
  background: var(--light);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  border-radius: 5em 0 0 5em;
  overflow: hidden;
}

.banner-section .red-bg {
  width: 30%;
  height: 100%;
  background: var(--red);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  border-radius: 0 0 5em 0;
}

.banner-section p {
  font-size: calc(var(--p) * 1.4);
}

.banner-section .el-img-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 3;
  mask: linear-gradient(to left, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);
}

.banner-section .el-img-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mask: linear-gradient(to bottom, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);
}

.about-section {
  padding: 8em 0;
  background: linear-gradient(to bottom, var(--light) 0%, #fff 100%);
}

.about-section p {
  margin-bottom: 0;
  font-size: calc(var(--p) * 1.1);
}

.about-section .border {
  border: 2px solid var(--red) !important;
  padding: 4em;
  border-radius: 2em;
}

.about-2-section {
  padding: 5em 0;
  position: relative;
  background: var(--light);
}

.about-2-section .el-img-bg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 35%;
  height: calc(100% + 5em);
  z-index: 2;
  border-radius: 0 4em 4em 0;
  overflow: hidden;
}

.about-2-section .el-img-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonials-section {
  padding: 8em 0;
  padding-bottom: 5em;
  background: var(--red);
  color: white;
}

.testimonials-section h2 {
  color: white;
  margin-bottom: 1em;
}

.testimonials-section p {
  color: white;
}

.testimonials-section img {
  width: 8em;
  margin-bottom: 1em;
}

.testimonials-slider {
  text-align: left;
}

.testimonials-slider .swiper-slide {
  border: 1px solid white;
  border-radius: 2em;
  padding: 2em;
  height: auto;
}

.swiper-pagination {
  position: relative;
  margin-top: 2em;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: white;
}

.cta-section {
  background: var(--light);
}

.cta-section img {
  mask: linear-gradient(
    to left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 30%,
    rgba(0, 0, 0, 1) 70%,
    rgba(0, 0, 0, 0) 100%
  );
}

footer {
  padding: 2em 0;
  background: var(--red);
}

footer img {
  width: 12em;
}

footer p {
  font-size: calc(var(--p) / 1.5);
  color: white;
}

footer ul {
  list-style: none;
  display: flex;
  gap: 1em;
  padding-left: 0;
}

footer ul a {
  width: 2.5em;
  height: 2.5em;
  display: block;
}

footer ul a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#whatsapp-ic {
  position: fixed;
  bottom: 1.5em;
  right: 1.5em;
  width: 5em;
  height: 5em;
  z-index: 1000;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  overflow: hidden;
}
