/*
Theme Name: Maggie Rose Theme
*/



.open-sans-<uniquifier> {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.tangerine-regular {
  font-family: "Tangerine", cursive;
  font-weight: 400;
  font-style: normal;
}

.tangerine-bold {
  font-family: "Tangerine", cursive;
  font-weight: 700;
  font-style: normal;
}


:root {
  --color-accent: #5e2426;
  --color-secondary: #f9f2ed;
  --color-bg: #e2b3b1;
}


body,
html {
  margin: 0;
  padding: 0;
}

h1 {
  font-family: "Tangerine", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 10em;
  color: white;
}

h2 {
  font-size: 3.2em;
  font-weight: 100;
  color: var(--color-accent);
}

h3 {
  color: white;
  font-size: 2.5em;
  font-weight: 100;
}

h4 {
  font-size: 1.8em;
  margin-bottom: 10px;
}

h5 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 100;
  font-size: 1.3em;
  margin-bottom: 15px;
}

h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 100;
  font-size: 0.6em;
  margin-bottom: 15px;
}

button {
  color: var(--color-secondary);
  background-color: var(--color-accent);
  padding: 20px;
  border-radius: 20px;
  width: fit-content;
  height: fit-content;
}

.container {
  width: 1226px;
  margin: auto;
  overflow: hidden;
  background-color: var(--color-secondary);
}

.hero {


  background-image: url('./images/bg-heaven.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  display: grid;
  overflow: hidden;

  /* For a perfectly smooth curve, use a path (better for production)*/
  clip-path: path('M0,0 L1226,0 L1686,750 C320,950 950,640 0,680 Z');

}

.hero>* {
  grid-area: 1 / 1;
}

.hero {

  h1 {
    z-index: 10;
  }

  .headline {
    z-index: 10;
    padding-left: 60px;
    padding-top: 170px;

    h3 {
      padding-left: 140px;
      margin-bottom: -20px;
    }

  }

}

.maggie-image {
  place-self: center right;
  width: fit-content;
  transform: scale(110%, 100%);
  z-index: 0;
}

.flowers {
  z-index: 2;
}

.flowers img {
  width: 100%;
  z-index: 2;
}


.video-stream {
  place-self: center left;
  z-index: 11;
  width: 700px;
  margin-top: 70px;
  margin-left: 60px;
  color: white;
  font-size: 2em;
  line-height: 1.5;
  background-color: #2727278a;
  border-radius: 20px;
  padding: 20px;

  iframe {
    width: 100%;
    height: 100%;
  }

}


.section {
  padding: 0 60px 180px;
}

.services {
  position: relative;

  h2 {
    font-size: 3.2em;
    font-weight: 100;
    color: var(--color-accent);
    position: absolute;
    top: -100px;
    left: 80px;
  }
}


.service-info {
  display: flex;
  flex-wrap: wrap;
  /* grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); */
  justify-content: space-around;
  gap: 20px;
  padding-bottom: 40px;
}


.service {
  padding: 30px;
  background-color: #ffffff;
  text-align: center;
  font-size: 1.8em;
  flex-grow: 1;

  img {
    width: 40px;
    text-align: center;
    margin: 0 auto 10px;
  }
}


.notes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  background-color: #f4ede7;
  justify-content: stretch;
  gap: 30px;
  padding: 30px;
  font-size: 1.3em;
  line-height: 1.5;
}

.note {}


.life {
  background-color: var(--color-bg);
  padding: 40px 80px 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 50px;

}

.life>div {
  font-size: 1.4em;
  position: relative;
}

.girl {
  position: relative;
  top: -160px;
  width: 1100%;
}

.other {
  position: absolute;
  top: 240px;
  right: -10px;
  width: 220px;
}


.moments {
  background-color: var(--color-accent);
  text-align: center;

  h2 {
    padding-top: 50px;
    margin-bottom: 20px;
    color: white;
  }

  h5 {
    color: var(--color-bg);
  }
}

.tribute {

  iframe {
    height: 720px;
  }
}


.top-heading {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  align-items: center;
  justify-items: start;
  padding-top: 30px;
  margin-bottom: 20px;

  h2 {}

  span {
    font-size: 0.4em;
    display: block;
  }
}

.messages {
  width: 100%;
}



.footer {
  padding: 50px;
  background-color: var(--color-accent);
  text-align: center;
}