* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
.attribution {
  font-size: 11px;
  text-align: center;
}
.attribution a {
  color: hsl(228, 45%, 44%);
}
.boxa {
  /* background-image: url(./images/desktop/image-header.jpg); */
  background: url(./images/desktop/image-header.jpg);
  width: 100%;
  /* background-color: yellow; */
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  /* display: block; */
}
.boxb {
  display: flex;
}
.boxb1 {
  height: 70vh;
  width: 100%;
  /* background-color: red; */
}
.boxb2 {
  height: 70vh;
  width: 100%;
  background: url(./images/desktop/image-transform.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.boxc1 {
  width: 100%;
  height: 70vh;
  background: url(./images/desktop/image-stand-out.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.boxc2 {
  width: 100%;

  /* background-color: green; */
}
nav {
  display: flex;
  padding: 30px;
  padding-bottom: 0px;
  justify-content: space-between;
  align-items: center;
}
.bars {
  color: white;
  display: flex;
  gap: 15px;
  align-items: center;
}
.line {
  /* background-color: red; */
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 120px;
  margin-left: 650px;
}
.contact {
  border: none;
  padding: 20px 50px;

  border-radius: 30px;
  /* width: 100%; */
}
.cont {
  width: 100%;
  /* background-color: red; */
  height: 70vh;
  /* display: flex; */
}
.img {
  width: 100%;
  /* mask-image: url(./images/icon-arrow-down.svg); */
  /* mask-repeat: no-repeat; */
}
h2 {
  color: white;
  font-family: serif;
  font-weight: bolder;
  text-align: center;
  letter-spacing: 5px;
  font-size: 70px;
  margin-top: 50px;
  text-transform: uppercase;
}
.boxd2 {
  width: 100%;
  height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;

  background: url(./images/desktop/image-photography.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.boxd1 {
  width: 100%;
  height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  /* margin-top: 30px; */
  background: url(./images/desktop/image-graphic-design.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.imgtext {
  margin-top: 250px;
  margin-left: 15%;
  font-family: sans-serif;
  /* background-color: red; */
  width: 70%;
  /* margin: auto; */
}
.boxe {
  /* background-color: red; */
  padding: 20px;
  /* height: 70vh; */
  width: 100%;
}
.boxf {
  display: flex;
  width: 100%;
}
.boxf img {
  width: 25%;
}
.boxg {
  background-color: yellow;
  width: 100%;
  height: 50vh;
  background-color: hsl(168, 69%, 50%);
  margin-top: -20px;
}
.boxg a {
  text-align: center;
  margin-left: 20px;
  margin-top: 40px;
  font-family: sans-serif;
  text-decoration: none;
  color: hsl(212, 27%, 19%);

  /* display: flex; */
  /* flex-direction: row; */
}

.boxg img {
  /* margin: 0 auto; */
  margin-left: 10px;
}
.boxg p {
  text-align: center;
  font-size: 30px;
  font-family: sans-serif;
  font-weight: bolder;
  color: hsl(212, 27%, 19%);
}
.div {
  display: flex;
  justify-content: center;
}
.boxgg {
  padding-top: 50px;
}
.text {
  padding: 50px 100px 0px 100px;
  /* padding-bottom: 10px; */
}
h3 {
  font-family: serif;
  font-weight: bolder;
  font-size: xx-large;
  padding: 50px 100px 0px 100px;

  width: 100%;
  /* font-weight: 800; */
  /* font-weight: 900; */
}
.design {
  padding: 10px 10px 0px 10px;
  color: hsla(198, 62%, 26%, 0.7);
}
.Learn {
  background-color: transparent;
  margin: 20px;
  border: none;
  border-radius: 5px;
  /* margin-bottom: 100px; */
  padding-bottom: 5px;
  border-bottom: 3px solid hsl(7, 99%, 70%);
  /* box-shadow: 0px 5px 0px 1px hsl(7, 99%, 70%); */
  /* border-bottom: 2px solid hsl(7, 99%, 70%); */
  /* margin: 0 auto; */
  text-align: center;
  margin-left: 15%;
  /* background-color: red; */
}
.emily {
  border-radius: 100%;
  width: 70px;
  height: 70px;
  margin-top: 10px;
  margin-bottom: 50px;
  margin: 10px auto;
}
.flex {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.name {
  color: black;
  font-size: 30px;
  font-weight: bold;
  text-transform: capitalize;
}
.bodytext {
  text-align: center;
  line-height: 30px;
  color: gray;
  padding-top: 70px;
  font-family: sans-serif;
}
.portfolio {
  color: gray;
  font-size: smaller;
  padding: 20px;
  padding-bottom: 50px;
  text-align: center;
}
.ea {
  display: flex;
  flex-direction: column;
}
.testimony {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: smaller;
  margin-bottom: 30px;
  color: gray;
}
.ham {
  display: none;
}
/* h3 { */
/* background-color: rosybrown; */

/* width: 100%; */
/* } */
#cont2 {
  background-color: white;
  width: 75%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-top: 20px;
  padding: 30px;
  font-family: sans-serif;
  color: gray;
}
#cont3 {
  display: flex;
  margin-top: 100px;
  position: fixed;
  width: 100%;
  display: none;
}
#lineup {
  background-color: white;
  width: 30px;
  height: 10vh;
  position: fixed;
  margin-top: 8px;
  right: 0px;
  margin-right: 11%;
  transform: skew(-50deg);
  rotate: -50deg;
  /* transform: rotate(-20deg); */
}
#contact {
  font-family: serif;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  background-color:  hsl(51, 100%, 49%);
  width: 140px;
  color: black;
  border-radius: 30px;
  padding: 20px;
}
#close{
filter: brightness(0) invert(1) ;
display: none;
}
#bgt{
  background-color: transparent;
  width: 100%;
  height: 100vh;
  position: fixed;
  display: none;
}
@media screen and (min-width: 300px) and (max-width: 600px) {
  body {
    width: 100%;
  }
  .boxa {
    background: url(./images/mobile/image-header.jpg);
    background-size: contain;
    /* background-color: white; */
    padding: 10px;
    padding-bottom: 0px;
    /* height: 70vh; */
    background-repeat: no-repeat;
    /* width: 150%; */
    /* background-color: red; */
    /* margin-bottom: 0px; */
  }
  .bars {
    display: none;
  }
  .creative {
    font-size: 40px;
    font-weight: 900;
  }
  .ham {
    display: block;
    width: 20px;
    /* font-size: xx-large; */
  }
  .line {
    /* transform: translate(0px, 0px); */
    margin-left: 50%;
    margin-top: 10%;
  }

  .boxb {
    flex-direction: column;
    /* background-color: red; */

    /* display: ; */
  }
  #bcolumn {
    display: flex;
    margin-top: -230px;
    flex-direction: column-reverse;
  }
  .boxb2 {
    background: url(./images/mobile/image-transform.jpg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  #transform {
    /* background-color: saddlebrown; */
    margin-top: -250px;
  }
  #standout {
    /* background-color: saddlebrown; */
    margin-top: -250px;
  }
  .Learn {
    /* background-color: red; */
    margin-left: 40%;
    /* margin: 10px auto; */
  }
  .boxc1 {
    /* display: none; */
    background: url(./images/mobile/image-stand-out.jpg);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .boxb1 {
    /* background-color: purple; */
    margin-bottom: 0px;
    height: auto;
    padding: 0px;
  }

  .boxd1 {
    background: url(./images/mobile/image-graphic-design.jpg);
    background-size: cover;
    /* padding: 10px; */
    background-repeat: no-repeat;
  }
  .boxd2 {
    background: url(./images/mobile/image-photography.jpg);
    background-size: cover;
    /* padding: 10px; */
    background-repeat: no-repeat;
  }
  .flex {
    display: flex;
    flex-direction: column;
  }
  .name {
    /* background-color: red; */
    /* word-spacing: 0px; */
    letter-spacing: 0px;
  }
  .boxf {
    flex-wrap: wrap;
    width: 100%;
  }
  .boxf img {
    width: 50%;
    /* overflow: auto; */
  }
}
