/* Box Model Hack */
* {
  -moz-box-sizing: border-box;
}

/* Clear fix hack */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clear {
  clear: both;
}

/******************************************
/* BASE STYLES
/*******************************************/
html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}
body {
  font-size: 18px;
  font-family: "Barlow", sans-serif;
  text-align: center;
  margin: 0;
}
p {
  color: hsl(232, 10%, 55%);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 2%;
  line-height: 37px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Fraunces", serif;
  font-weight: 700;
}

h3 {
  margin-top: 10%;
  margin-bottom: 10%;
  font-size: 40px;
}

span a {
  color: black;
  text-decoration: underline yellow;
  text-decoration-thickness: 5px;
}

.learnMorePink a {
  text-decoration: underline hsl(7, 99%, 70%);
  text-decoration-thickness: 5px;
}
.learnMorePink {
  margin-top: 5%;
}

/* homepage */

.homePage {
  background-image: url("https://i.imgur.com/5owK20G.jpg");
  background-size: cover;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
}

.homeSlogan {
  color: white;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.fa-solid {
  color: white;
}

.fa-arrow-down-long {
  margin-top: 10%;
}
/* About Us */
.aboutUsInfo {
  background-color: white;
  margin: auto;
  display: flex;
}
.aboutUsInfo h3 {
  font-size: 40px;
}
.standOutContainer {
  margin: auto;
}
/* testimonials */
/* user profile images */
.user {
  display: inline-block;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  margin: 9%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.one {
  background-image: url("https://i.imgur.com/0PxR98W.jpg");
}

.two {
  background-image: url("https://i.imgur.com/01xgLPA.jpg");
}

.three {
  background-image: url("https://i.imgur.com/YJGOYO1.jpg");
}

.testimonialOne h4 {
  text-transform: uppercase;
  color: hsl(210, 4%, 67%);
  letter-spacing: 4px;
  /* font-size: 100%; */
  margin-top: 10%;
  font-weight: 900;
}

.occupation {
  color: hsl(210, 4%, 67%);
  margin-bottom: 5%;
  margin-top: 5%;
}

.name {
  font-family: "Fraunces", serif;
  margin-top: 5%;
  font-weight: 900;
}

/* background Images */
.pGraphics {
  margin-bottom: 20%;
}

/* main information */
.cupImage {
  grid-area: cupImage;
  background-image: url("https://i.imgur.com/TEIjlB8.jpg");
  background-size: cover;
  background-position: center;
}

.eggArea {
  grid-area: eggArea;
  background-image: url("https://i.imgur.com/Ic0Kukn.jpg");
  background-size: cover;
  background-position: center;
}

.graphicDesign {
  background-position: center;
}
.orangeImage {
  background-position: center;
}
.imgOne,
.imgTwo,
.imgThree,
.imgFour {
  background-position: center;
}
/******************************************
/* LAYOUT
/*******************************************/

/******************************************
/* ADDITIONAL STYLES
/*******************************************/

@media all and (min-width: 1024px) {
  .homePage,
  .homeContent {
    /* border: 1px solid black; */
  }

  .header h1 {
    color: white;
    display: flex;
    margin-left: 5%;
    margin-top: 0%;
  }
  h3 {
    margin-bottom: 3%;
    font-size: 40px;
  }
  .fa-arrow-down-long {
    margin-top: 5%;
  }
  .hamburger {
    display: none;
  }
  .menu {
    display: flex;
    justify-content: space-around;
  }
  .menu li {
    display: inline;
  }
  .menu li a {
    text-decoration: none;
    color: white;
    font-family: "Barlow", sans-serif;
  }

  .menu li a:hover {
    background: white;
    background-image: -webkit-linear-gradient(top, white, white);
    background-image: -moz-linear-gradient(top, white, white);
    background-image: -ms-linear-gradient(top, white, white);
    background-image: -o-linear-gradient(top, white, white);
    background-image: linear-gradient(to bottom, white, white);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    font-family: Arial;
    color: black;
    font-size: 13px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    background: #ffffff;
    text-decoration: none;
  }
  .homeSlogan {
    margin-top: 5%;
  }

  .navContainer {
    float: right;
    width: 40%;
    height: 10%;
    justify-content: space-evenly;
    align-items: flex-end;
    align-content: center;
  }
  .eggArea {
    background-image: url("https://i.imgur.com/ylwqnFI.jpg");
    height: 60vh;
    width: 50%;
    float: right;
  }
  .aboutUsInfo {
    height: 60vh;
    width: 49vw;
    float: left;
  }

  .infoContainer {
    margin: auto;
    width: 60%;
    margin-top: 15;
    text-align: justify;
  }

  .learnLink {
    margin-left: 2%;
  }
  .learnMorePink {
    margin-left: 2%;
  }
  .infoContainer h3 {
    text-align: left;
    width: 82%;
  }

  .cupImage {
    float: left;
    height: 60vh;
    width: 50%;
    background-image: url("https://i.imgur.com/9A6seJs.jpg");
    /* border: 1px solid red; */
  }
  .standOutInfo {
    float: right;
    height: 60vh;
    width: 47vw;
    display: flex;
  }

  .standOutContainer {
    width: 70%;
    margin: auto;
    text-align: left;
  }
  .graphicDesign {
    background-image: url("https://i.imgur.com/ypGUgU9.jpg");
    float: left;
    height: 80vh;
    width: 50%;
    /* border: 1px solid green; */
    background-size: cover;
    color: hsl(167, 40%, 24%);
  }

  .orangeImage {
    float: right;
    background-image: url("https://i.imgur.com/RiEjNfa.jpg");
    height: 80vh;
    width: 50%;
    /* border: 1px solid blue; */
    background-size: cover;
  }
  .design-photography {
    margin: 20%;
    margin-top: 45%;
  }
  .reviewGroup {
    display: flex;
  }
  .testimonialOne {
    float: left;
    height: fit-content;
    width: 33.1%;
    margin-top: 8%;
    margin-bottom: 10%;
    /* border: 1px solid pink; */
  }

  .testimonialOne h4 {
    margin-top: -15%;
    margin-left: 101%;
    text-align: center;
    width: 100%;
  }

  .testimonialTwo {
    float: left;
    height: fit-content;
    width: 33.1%;
    /* margin: auto; */
    margin-top: 6.5%;
    /* border: 1px solid pink; */
  }

  .testimonialThree {
    float: left;
    height: fit-content;
    width: 33.1%;
    margin-top: 6.5%;
    /* border: 1px solid pink; */
  }
  .name {
    display: block;
    margin-top: 5%;
  }
  .occupation {
    margin-top: 3%;
  }

  .fourImgs {
    /* border: yellow solid 1px; */
    float: left;
    width: 100%;
    height: 50vh;
  }
  .imgOne {
    /* border: solid 1px red; */
    float: left;
    width: 25%;
    height: 50vh;
    background-image: url("https://i.imgur.com/7JlDy2k.jpg");
    background-size: cover;
    background-repeat: no-repeat;
  }

  .imgTwo {
    /* border: solid 1px red; */
    float: left;
    width: 25%;
    height: 50vh;
    background-image: url("https://i.imgur.com/U7BAkOK.jpg");
    background-size: cover;
    background-repeat: no-repeat;
  }

  .imgThree {
    /* border: solid 1px red; */
    float: left;
    width: 25%;
    height: 50vh;
    background-image: url("https://i.imgur.com/bTEsJU3.jpg");
    background-size: cover;
    background-repeat: no-repeat;
  }

  .imgFour {
    /* border: solid 1px red; */
    float: left;
    width: 25%;
    height: 50vh;
    background-image: url("https://i.imgur.com/0ufGRWK.jpg");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .footer {
    float: left;
    width: 100%;
    height: 36vh;
    font-family: "Fraunces", serif;
    background: #99d2c2;
    color: hsl(168, 34%, 41%);
    /* border: 1px solid pink; */
  }
  .footer h1 {
    color: #3b6f5f;
    font-weight: 900;
    font-family: "Fraunces", serif;
    margin-top: 2%;
    margin-bottom: 2%;
  }
  .moreInformation {
    margin-bottom: 5%;
    word-spacing: 30px;
  }

  .moreInformation a {
    text-decoration: none;
    color: hsl(168, 34%, 41%);
    font-weight: 700;
    font-family: "Barlow", sans-serif;
  }

  .socialMediaHandles {
    display: flex;
    justify-content: center;
  }
  .pGraphics {
    color: hsl(167, 40%, 24%);
    font-weight: 700;
    font-size: 18px;
  }
  .orangeImage p,
  .orangeImage h3 {
    color: hsl(198, 62%, 26%);
  }
}

/* mobile view */

@media all and (max-width: 1023px) {
  .container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1.5fr 1fr 1fr 1fr 1fr 1.5fr 1.4fr 1fr 1fr 1fr 1fr;
    gap: 0px 0px;
    grid-auto-flow: column dense;
    grid-template-areas:
      "homePage"
      "eggArea"
      "aboutUsInfo"
      "cupImage"
      "standOutInfo"
      "graphicDesign"
      "orangeImage"
      "testimonialOne"
      "testimonialTwo"
      "testimonialThree"
      "fourImgs"
      "footer";
  }

  .homePage {
    background-image: url("https://i.imgur.com/HUEIjty.jpg");
    background-size: cover;
    background-repeat: no-repeat;
  }

  .homeSlogan {
    color: white;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 5px;
  }

  .fa-solid {
    color: white;
  }

  .fa-arrow-down-long {
    margin-top: 10%;
  }
  /* About Us */
  .aboutUsInfo {
    background-color: white;
  }
  .aboutUsInfo h3 {
    font-size: 40px;
  }
  /* testimonials */
  /* user profile images */
  .user {
    display: inline-block;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    margin: 9%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  .one {
    background-image: url("https://i.imgur.com/0PxR98W.jpg");
  }

  .two {
    background-image: url("https://i.imgur.com/01xgLPA.jpg");
  }

  .three {
    background-image: url("https://i.imgur.com/YJGOYO1.jpg");
  }

  .testimonialOne h4 {
    text-transform: uppercase;
    color: hsl(210, 4%, 67%);
    letter-spacing: 4px;
    margin-top: 10%;
    font-weight: 900;
  }

  .occupation {
    color: hsl(210, 4%, 67%);
    margin-bottom: 5%;
    margin-top: 5%;
  }

  .name {
    font-family: "Fraunces", serif;
    margin-top: 5%;
    font-weight: 900;
  }
  .pGraphics {
    margin-bottom: 20%;
  }

  /******************************************
  /* LAYOUT
  /*******************************************/
  .container {
    /* border: solid 1px blue; */
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1.5fr 1.4fr 1fr 1fr 1fr 1fr;
    gap: 0px 0px;
    grid-auto-flow: column dense;
    grid-template-areas:
      "homePage"
      "eggArea"
      "aboutUsInfo"
      "cupImage"
      "standOutInfo"
      "graphicDesign"
      "orangeImage"
      "testimonialOne"
      "testimonialTwo"
      "testimonialThree"
      "fourImgs"
      "footer";
  }
  /* hamburger */

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

  .menuItem {
    display: block;
    margin: 2rem 4rem;
    font-size: 1.8rem;
    color: black;
    text-decoration: none;
    font-family: "Barlow", sans-serif;
    animation: fadeInUp 0.5s ease-in-out forwards;
  }

  .menuItem:hover {
    text-decoration: underline;
  }

  .hamburger {
    position: fixed;
    z-index: 100;
    top: 1rem;
    right: 1rem;
    padding: 4px;
    border: none;
    background: transparent;
    cursor: pointer;
    color: white;
  }

  .closeIcon {
    display: none;
  }

  .menu {
    position: fixed;
    transform: translateY(-100%);
    transition: transform 0.2s;
    top: 0;
    left: 0;
    right: 0;
    bottom: 40%;
    z-index: 99;
    width: 89%;
    margin-left: 5%;
    margin-top: 0%;
    background: white;
    color: black;
    list-style: none;
    padding-top: 4rem;
  }

  .menu li a {
  }

  .menu li a:hover {
    background: white;
    background-image: -webkit-linear-gradient(top, white, white);
    background-image: -moz-linear-gradient(top, white, white);
    background-image: -ms-linear-gradient(top, white, white);
    background-image: -o-linear-gradient(top, white, white);
    background-image: linear-gradient(to bottom, white, white);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    font-family: Arial;
    color: black;
    font-size: 13px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
  }

  .showMenu {
    transform: translateY(0);
  }

  .header {
    display: flex;
    grid-area: header;
    color: white;
    margin-left: 5%;
    margin-top: 2%;
  }

  .homeContent {
    grid-area: homeContent;
    margin-top: 15%;
  }

  .eggArea {
    grid-area: eggArea;
    background-image: url("https://i.imgur.com/Ic0Kukn.jpg");
    background-size: cover;
    background-position: center;
  }

  .aboutUsInfo {
    grid-area: aboutUsInfo;
  }

  .cupImage {
    grid-area: cupImage;
    background-image: url("https://i.imgur.com/TEIjlB8.jpg");
    background-size: cover;
    background-position: center;
  }

  .standOutInfo {
    grid-area: standOutInfo;
    display: flex;
    flex-direction: column;
    font-weight: 900;
  }

  .graphicDesign {
    grid-area: graphicDesign;
    background-image: url("https://i.imgur.com/ceaL6cl.jpg");
    background-size: cover;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
  }

  .graphicDesign h3 {
    color: hsl(167, 40%, 24%);
    font-weight: 900;
  }
  #pDesign {
    color: hsl(167, 40%, 24%);
    font-weight: 700;
    font-size: 18px;
  }
  .orangeImage {
    grid-area: orangeImage;
    background-image: url("https://i.imgur.com/5lTcoMD.jpg");
    background-size: cover;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
  }

  .orangeImage h3 {
    color: hsl(198, 62%, 26%);
  }
  .orangeImage p {
    color: hsl(198, 62%, 26%);
  }

  /* testimonials */

  .testimonialOne {
    grid-area: testimonialOne;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .testimonialThree {
    grid-area: testimonialThree;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .testimonialTwo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-area: testimonialTwo;
  }

  .fourImgs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0px 0px;
    grid-template-areas:
      "imgOne imgThree"
      "imgTwo imgFour";
    grid-area: fourImgs;
  }

  .imgOne {
    background-image: url("https://i.imgur.com/g7g3pHI.jpg");
    background-size: cover;
  }
  .imgTwo {
    background-image: url("https://i.imgur.com/xXvVali.jpg");
    background-size: cover;
  }
  .imgThree {
    background-image: url("https://i.imgur.com/w22eeJU.jpg");
    background-size: cover;
  }
  .imgFour {
    background-image: url("https://i.imgur.com/hMYShPr.jpg");
    background-size: cover;
  }

  .review {
    font-size: 20px;
  }
  /* Fix the footer */
  .footer {
    background: #99d2c2;
    color: hsl(168, 34%, 41%);
  }
  .footer h1 {
    color: #3b6f5f;
    font-weight: 900;
    font-family: "Fraunces", serif;
  }

  .moreInformation {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 10%;
  }

  .socialMediaHandles {
    width: 65%;
    display: flex;
    justify-content: space-around;
    margin: 20%;
  }

  .footer h1 {
    margin-top: 10%;
  }

  .moreInformation a {
    color: #3b6f5f;
    text-decoration: none;
  }
}
