@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;500;600;700&family=Montserrat+Alternates:wght@300;400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  background-color: #f2f2f2;
}

body {
  background: white;
  padding: 4rem 4rem;
  font-family: "Montserrat Alternates", sans-serif;
}

ul {
  list-style: none;
}

li {
  text-decoration: none;
}

a {
  color: #eee;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

.current {
  color: #9df34d !important;
}

.header {
  background: white;
  color: #111;
}

.header-container {
  max-width: 140rem;
  margin: 0 auto;
  -webkit-box-shadow: 0 0.6rem 1rem rgba(0, 0, 0, 0.4);
          box-shadow: 0 0.6rem 1rem rgba(0, 0, 0, 0.4);
  margin-bottom: 1rem;
}

.header-container .header-top {
  padding: 1.6rem;
  background: #9df34d;
  color: #111;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.header-container .header-top a {
  color: #111;
}

.header-container .header-top .collection {
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.header-container .header-top .collection img {
  width: 300px;
  height: 100px;
}

.header-container .header-top .logo {
  font-size: 2.4rem;
  font-weight: 400;
}

.header-container .header-top .logo img {
  height: 100px;
}

.header-container .header-top .quote {
  font-size: 2.2rem;
}

.header .nav-bar {
  background: #2a2b28;
  padding: 1.6rem;
  -webkit-box-shadow: 0 0.6rem 1rem rgba(0, 0, 0, 0.4);
          box-shadow: 0 0.6rem 1rem rgba(0, 0, 0, 0.4);
}

.header .nav-bar ul {
  text-align: center;
}

.header .nav-bar ul li {
  display: inline-block;
}

.header .nav-bar ul li a {
  font-size: 1.6rem;
  color: #eee;
  padding: 0.6rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.header .nav-bar ul li a:hover {
  color: #9df34d;
}

.header-content {
  height: 70rem;
  position: relative;
}

.header-content .header-text {
  position: absolute;
  top: 50%;
  right: 5%;
  z-index: 4;
  color: #111;
  background: #ecdfdf;
  background: rgba(247, 246, 234, 0.92);
  border-radius: 1rem;
  padding: 2rem;
  -webkit-box-shadow: 0 0.6rem 1rem rgba(0, 0, 0, 0.4);
          box-shadow: 0 0.6rem 1rem rgba(0, 0, 0, 0.4);
}

.header-content .header-text h1 {
  padding: 0.4rem;
  border-radius: 0.8rem;
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.6rem;
}

.header-content .header-text h2 {
  border-radius: 0.8rem;
  padding: 0.4rem;
  font-size: 2.2rem;
  font-weight: 400;
}

.header .carousel-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.header .carousel-container .carousel-holder {
  height: 100%;
  width: 100%;
}

.header .carousel-container .carousel-holder .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  -webkit-transition: all 2.4s;
  transition: all 2.4s;
}

.header .carousel-container .carousel-holder .img i:hover {
  cursor: pointer;
}

.header .carousel-container .carousel-holder .img .left-arrow {
  position: absolute;
  font-size: 4rem;
  top: 45%;
  left: 1%;
}

.header .carousel-container .carousel-holder .img .right-arrow {
  position: absolute;
  font-size: 4rem;
  top: 45%;
  right: 1%;
}

.header .carousel-container .carousel-holder .img-1 {
  opacity: 0;
  visibility: hidden;
  background: url("../../img/cb_cartoon_living_room.jpg") no-repeat center center/cover;
}

.header .carousel-container .carousel-holder .img-2 {
  opacity: 0;
  visibility: hidden;
  background: url("../../img/Serena.jpg") no-repeat center center/cover;
}

.header .carousel-container .carousel-holder .img-3 {
  opacity: 0;
  visibility: hidden;
  background: url("../../img/kitchen.jpg") no-repeat center center/cover;
}

.header .carousel-container .carousel-holder .img-4 {
  opacity: 0;
  visibility: hidden;
  background: url("../../img/Shadow.jpg") no-repeat center center/cover;
}

.display-container {
  max-width: 140rem;
  margin: 0 auto;
}

.display-container .grid-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.display-container .grid-layout .side-bar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: white;
  background: #b0fa6c;
  background: #f2f2f2;
  background: #f7f6ea;
  height: 56rem;
  padding: 2.6rem 2rem;
  padding: 2.6rem 1rem;
  line-height: 1.2;
  margin-right: 1rem;
}

.display-container .grid-layout .side-bar h2 {
  font-size: 2.4rem;
  padding: 2rem 1rem;
  font-weight: 500;
}

.display-container .grid-layout .side-bar a {
  color: #111;
  font-size: 2rem;
  padding: 1.4em 1.2rem;
}

.display-container .grid-layout .side-bar p {
  padding: 1.6rem 1rem;
  font-size: 2rem;
}

.display-container .grid-layout .side-bar .side-bar-memorial {
  padding: 2rem 0;
}

.display-container .grid-layout .side-bar .side-bar-memorial img {
  width: 100%;
}

.display-container .grid-layout .content {
  -webkit-box-flex: 3.5;
      -ms-flex: 3.5;
          flex: 3.5;
  background: #f2f2f2;
  padding: 2rem 2rem;
  -webkit-box-shadow: 0 0.6rem 1rem rgba(0, 0, 0, 0.4);
          box-shadow: 0 0.6rem 1rem rgba(0, 0, 0, 0.4);
}

.display-container .grid-layout .content .lights-img {
  width: 100%;
}

.display-container .grid-layout .content .cb-cartoons {
  width: 100%;
}

.display-container .grid-layout .content .info-items .card-container .card {
  display: -ms-grid;
  display: grid;
  grid-gap: 2rem;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  margin-bottom: 3.4rem;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.display-container .grid-layout .content .info-items .card-container .card:nth-child(even) img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.display-container .grid-layout .content .info-items .card-container .card img {
  width: 100%;
  height: 35rem;
  -webkit-box-shadow: 0 0.6rem 1rem rgba(0, 0, 0, 0.4);
          box-shadow: 0 0.6rem 1rem rgba(0, 0, 0, 0.4);
  border-radius: 1rem;
  -webkit-transition: all 1s;
  transition: all 1s;
  z-index: 3;
}

.display-container .grid-layout .content .info-items .card-container .card img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0 1.6rem 2.2rem rgba(0, 0, 0, 0.8);
          box-shadow: 0 1.6rem 2.2rem rgba(0, 0, 0, 0.8);
}

.display-container .grid-layout .content .info-items .card-container .card-content {
  padding: 1rem;
  line-height: 1.6;
}

.display-container .grid-layout .content .info-items .card-container .card-content h3 {
  font-size: 2rem;
  margin-bottom: 0.8rem;
}

.display-container .grid-layout .content .info-items .card-container .card-content p {
  font-size: 1.8rem;
  font-weight: 400;
}

.display-container .grid-layout .content .info-title h2 {
  text-align: right;
  font-size: 3.2rem;
  padding: 2.6rem 2rem;
  font-weight: 500;
}

.display-container .grid-layout .content .info-title p {
  padding: 0 2rem;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 1.6rem;
}

.display-container .grid-layout .content .info-title p:last-of-type {
  margin-bottom: 4rem;
}

.footer {
  margin: 2rem auto 0 auto;
  padding: 2rem;
  background: #111;
  color: #eee;
  text-align: center;
  font-size: 1.6rem;
  max-width: 140rem;
  -webkit-box-shadow: 0 0.6rem 1rem rgba(0, 0, 0, 0.4);
          box-shadow: 0 0.6rem 1rem rgba(0, 0, 0, 0.4);
}

.footer p:first-of-type {
  margin-top: 1.2rem;
}

.footer .web-create {
  text-align: right;
  font-size: 1.2rem;
}

@media (max-width: 1200px) {
  .header .collection {
    display: none;
  }
}

@media (max-width: 900px) {
  .header .quote {
    font-size: 1.6rem !important;
    padding: 0.8rem;
  }
  .display .grid-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .display .grid-layout .side-bar {
    margin-bottom: 1rem;
    -webkit-box-shadow: 0 0.6rem 1rem rgba(0, 0, 0, 0.4);
            box-shadow: 0 0.6rem 1rem rgba(0, 0, 0, 0.4);
    margin-right: 0;
  }
  .card {
    display: block !important;
  }
  .card h3 {
    text-align: center !important;
  }
}

@media (max-width: 500px) {
  body {
    padding: 1.2rem 1.2rem !important;
  }
  .header-text {
    margin: 0 2rem;
    right: 0 !important;
  }
  .header-text h2 {
    font-size: 2.4rem !important;
    text-align: center;
  }
}

@media (max-height: 500px) {
  body {
    padding: 1.2rem 1.2rem !important;
  }
  .header-text {
    margin: 0 2rem !important;
    right: 0 !important;
  }
  .header-text h2 {
    font-size: 2.4rem !important;
    text-align: center;
  }
}

.about-display {
  background: #eee;
  height: 40vh;
  text-align: center;
  background: rgba(252, 209, 228, 0.4);
}

.about-display img {
  height: 100%;
  margin: 0 auto;
  max-width: 100%;
}

.about-me {
  max-width: 140rem;
  margin: 1rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  -webkit-box-shadow: 0 0.6rem 1rem rgba(0, 0, 0, 0.4);
          box-shadow: 0 0.6rem 1rem rgba(0, 0, 0, 0.4);
  background: #f2f2f2;
}

.about-me-text {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

.about-me-text img {
  width: 100%;
}

.about-me-text h1 {
  font-size: 3.2rem;
  padding: 2.6rem 2rem;
  font-weight: 500;
}

.about-me-text p {
  padding: 0 2rem;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 1.6rem;
}

.about-me-text p:last-of-type {
  margin-bottom: 4rem;
}

.about-me-img {
  padding: 2rem;
  margin: 2rem 2rem 2rem 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.about-me-img img {
  max-width: 100%;
  border-radius: 1rem;
}

@media (max-width: 1400px) {
  .about-me-img {
    -webkit-box-flex: 1.3;
        -ms-flex: 1.3;
            flex: 1.3;
  }
}

@media (max-width: 1100px) {
  .about-me-img {
    -webkit-box-flex: 1.6;
        -ms-flex: 1.6;
            flex: 1.6;
  }
}

@media (max-width: 900px) {
  .about-me {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-me-img {
    margin: 0rem 2rem 2rem 2rem;
  }
  .about-me-img img {
    width: 70%;
    display: block;
    margin: 0 auto;
    border-radius: 1rem;
  }
}

.contact {
  max-width: 140rem;
  margin: 0 auto;
  background: #f2f2f2;
  padding: 4rem;
  overflow: hidden;
}

.contact h1 {
  font-size: 3.2rem;
  padding: 0 2rem 2rem 2rem;
  font-weight: 500;
}

.contact p {
  padding: 0 2rem;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 1.6rem;
}

.contact p:last-of-type {
  margin-bottom: 4rem;
}

.contact-form h3 {
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
  padding: 2rem;
}

.contact-form-container {
  border-radius: 0.3rem;
  padding: 4rem;
  -webkit-box-shadow: 0 0.6rem 1rem rgba(0, 0, 0, 0.4);
          box-shadow: 0 0.6rem 1rem rgba(0, 0, 0, 0.4);
  max-width: 35rem;
  margin: 0 auto;
  background: #ecdfdf;
  text-align: center;
}

.contact-form-container-div {
  text-align: center;
  padding: 1.2rem;
}

.contact-form-container-div label {
  text-align: left;
  display: block;
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
}

.contact-form-container-div input {
  width: 100%;
  padding: 0.4rem;
  background: #f2f2f2;
  font-size: 1.4rem;
}

.contact-form-container-div textarea {
  width: 100%;
  height: 12rem;
  padding: 0.4rem;
  background: #f2f2f2;
  font-size: 1.6rem;
}

.contact button {
  background: #111;
  color: #eee;
  padding: 0.6rem 1rem;
  display: inline-block;
  text-align: center;
  -webkit-box-shadow: 0 0.6rem 1rem rgba(0, 0, 0, 0.4);
          box-shadow: 0 0.6rem 1rem rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.contact button:hover {
  -webkit-box-shadow: 0 0.4rem 0.6rem rgba(0, 0, 0, 0.7);
          box-shadow: 0 0.4rem 0.6rem rgba(0, 0, 0, 0.7);
  -webkit-transform: translateY(-0.1rem);
          transform: translateY(-0.1rem);
}

.contact button:active {
  -webkit-box-shadow: 0 0.6rem 1rem rgba(0, 0, 0, 0.4);
          box-shadow: 0 0.6rem 1rem rgba(0, 0, 0, 0.4);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
/*# sourceMappingURL=main.css.map */