/*
// <weight>: Use a value from 200 to 900
// <uniquifier>: Use a unique and descriptive class name

.source-serif-4-<uniquifier> {
  font-family: "Source Serif 4", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
// <weight>: Use a value from 400 to 800
// <uniquifier>: Use a unique and descriptive class name

.eb-garamond-<uniquifier> {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.source-sans-3-<uniquifier> {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/



/* Global View */

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

html {
  width: 100%;
  height: 100%;
  scroll-padding-top: 220px;
  margin: 0;
}

body {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  box-sizing: border-box;
}

.mobile {
  display: none;
}

header {
  background-color: white;
  width: 100%;
  height: 120px;
  position: fixed;
  z-index: 100;
  justify-content: space-between;
  align-items: center;
  display: flex;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.22);
}

.header_mobile {
  background-color: white;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  position: fixed;
  z-index: 100;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.22);
}

.menu {
  background-color: white;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.22);
}

.dropdown-item {
  text-decoration: none;
  text-align: right;
  font-family: "Source Serif 4", serif;
  font-size: 1rem;
  color: rgb(51, 51, 51);
  line-height: 1.2rem;
}

.dropdown-item:hover {
  color: rgb(238, 30, 64);
}

.btn_burger {
  background-color: white;
  border: none;
  font-size: 1.2rem;
  color: rgb(51, 51, 51);
}

.btn_burger:focus {
  color: rgb(51, 51, 51);
  outline: none;
  box-shadow: none;
}

.nav {
  justify-content: space-between;
  align-items: center;
}

.nav-item {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

.nav-item a {
  text-decoration: none;
  color: rgb(51, 51, 51);
  font-size: 1rem;
  font-family: "Source Serif 4", serif;
}

.nav-item a:hover {
  color: rgb(238, 30, 64);
}

main {
  padding-top: 80px;
  width: 100%;
  margin: 0;
  align-items: center;
  background-color: #f9f9f8;

}

.container_img_text_desktop {
  position: relative;
  text-align: left;
  align-items: center;
  width: 100%;
  margin: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.container_img_mobile {
  width: 100%;
  margin: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.container_text_mobile {
  text-align: center;
  align-items: center;
}

.img_content {
  position: absolute;
  top: 80%;
  left: 40%;
  transform: translate(-80%, -40%);
}

.img_button {
  font-family: "Source Sans 3", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: rgb(238, 238, 238);
  margin-top: 5px;
  padding: 1rem 1.6rem;
  display: inline-block;
  border: solid 2px rgb(238, 238, 238);
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px black;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.22);
}

.img_button:hover {
  background-color: black;
  text-decoration: none;
  color: rgb(238, 238, 238);
  border-width: 0;
}

.container_whoweare_desktop {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 3rem;
}

.img_black_background1 {
  background-color: black;
  padding: 120px 35px;

}

.img_black_background2 {
  background-color: black;
  padding: 60px 0px;

}

.button {
  font-family: "Source Sans 3", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: rgb(51, 51, 51);
  margin-top: 5px;
  padding: 1rem 1.6rem;
  display: inline-block;
  border: solid 2px rgb(51, 51, 51);
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
}

.button:hover {
  background-color: black;
  text-decoration: none;
  color: rgb(238, 238, 238);
  border-width: 0;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.22);

}

.background_with_img {
  text-align: left;
  align-items: center;
  color: #f1f1f1;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2rem;
}

h1 {
  font-size: 3.2rem;
  font-family: "Source Serif 4", serif;
  line-height: 3.2rem;
  color: rgb(51, 51, 51);
}

h2 {
  font-size: 1.5rem;
  font-family: "Source Sans 3", sans-serif;
  line-height: 1.7rem;
  color: rgb(51, 51, 51);
}

h3 {
  font-size: 1.5rem;
  font-family: "Source Serif 4", serif;
  line-height: 1.7rem;
  color: rgb(51, 51, 51);
}

h4 {
  font-family: "Source Serif 4", serif;
  font-size: 2rem;
  line-height: 2.2rem;
  color: rgb(51, 51, 51);
}

h5 {
  font-size: 1.4rem;
  font-family: "Source Serif 4", serif;
  line-height: 1.5rem;
  color: rgb(51, 51, 51);

}

p {
  font-size: 1rem;
  font-family: "Source Sans 3", sans-serif;
  line-height: 1.8rem;
  color: rgb(51, 51, 51);
  padding-left: 1rem;
  padding-right: 1rem;
}

.author {
  font-size: 1rem;
  font-family: "Source Sans 3", sans-serif;
  line-height: 1.8rem;
  color: rgb(51, 51, 51);
  font-style: italic;
  font-weight: 600;

}

.contact {
  padding-top: 3rem;
  padding-bottom: 5rem;
  width: 100%;
  margin: 0;
}

.contact_text {
  text-align: center;
  justify-content: center;
  align-items: center;

}

.contact_form {
  padding: 1.5rem;
  text-align: center;
  border-top: 2px solid rgb(238, 30, 64);
  border-bottom: 2px solid rgb(238, 30, 64);
  border-left: 2px solid rgb(238, 30, 64);
  border-right: 2px solid rgb(238, 30, 64);
  background-color: white;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.22);


}

form {
  font-size: 1rem;
  font-family: "Source Sans 3", sans-serif;
  line-height: 1.2rem;
  color: rgb(51, 51, 51);
  font-weight: 600;
  padding: 1.8rem;
  box-sizing: border-box;
  overflow-wrap: break-word;
}

footer {
  background-color: black;
  color: rgb(238, 238, 238);
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  align-items: center;
  text-align: center;
  justify-content: center;

}

.container_footer {
  justify-content: space-between;
  display: flex;
  align-items: center;
  text-align: center;

}

.container_social {
  justify-content: center;
  display: flex;


}

.border_vertical {
  border: 1px solid rgb(238, 238, 238);
  height: 80px;
}

.container_social a {
  text-decoration: none;
  color: rgb(238, 238, 238);
  font-size: 1.4rem;
  margin-left: 20px;
}

.container_social a:hover {
  color: rgb(238, 30, 64);
}

.footer a {
  text-decoration: none;
  color: rgb(238, 238, 238);
  font-size: 1.4rem;
  font-family: "Source Sans 3", sans-serif;

}

.container_partners {
  justify-content: center;
  display: flex;
  align-items: center;
  text-align: center;
}

.container_copyright p {
  color: rgb(238, 238, 238);
  line-height: 1.4rem;
}

.container_copyright a {
  text-decoration: none;
  color: rgb(238, 238, 238);
  font-size: 1rem;
  font-family: "Source Sans 3", sans-serif;
}

.container_copyright a:hover {
  color: rgb(238, 30, 64);
}

.footer_mobile {
  display: none;
}


/* ABOUT */

.about {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
}

.grid_about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  gap: 2rem;
}

.mobile_about {
  display: none;
}


/* PHOTOBOOTH, SERVICES */

.photobooth {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
}

.grid_photobooth {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  justify-content: center;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 5rem;
  gap: 2rem;
}

.grid_photobooth p {
  padding-left: 2rem;
  padding-right: 2rem;
}

/* Carousel photobooth */

.gallery_desktop {
  width: 100%;
  padding-top: 2rem;
  align-items: center;
  text-align: center;
}

.gallery_mobile {
  width: 100%;
  padding-top: 2rem;
  align-items: center;
  text-align: center;

}

.gallery_mobile {
  display: none;
}







/* PORTFOLIO */

.portfolio {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 7rem;
}

.grid_portfolio {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  justify-content: center;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 1rem;
  row-gap: 1rem;
  column-gap: 1rem;

}

.grid_portfolio_vertical {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
  justify-content: center;
  text-align: center;
  padding-bottom: 0rem;
  row-gap: 1rem;
  column-gap: 1rem;
}





@media (max-width:1400px) {


  h1 {
    font-size: 2.5rem;
    line-height: 2.7rem;
  }

  h2 {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  h3 {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }



  h4 {
    font-size: 1.8rem;
    line-height: 2rem;

  }

  .img_button {
    padding: 0.8rem 1rem;

  }

  .button {
    padding: 0.8rem 1rem;
  }

  .container_whoweare_desktop {
    gap: 2rem;
  }


  .img_black_background1 {
    padding: 130px 30px;

  }


}

@media (max-width:1200px) {


  h1 {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }

  h4 {
    font-size: 1.6rem;
    line-height: 1.8rem;

  }

  .container_img_form h1 {
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .container_img_form label {
    font-size: 1rem;
    line-height: 1.2rem;
  }



  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .container_img_text_mobile {
    display: block;
    text-align: center;
    align-items: center;
  }

  /* ABOUT*/
  .grid_about {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    justify-content: start;
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 1.5rem;
    gap: 2rem;
  }

  .grid_item p {
    line-height: 1.6rem;
  }

  .about p {
    line-height: 1.6rem;
  }

  /* PORTFOLIO */
  .portfolio {
    padding-top: 5rem;
  }

  .grid_portfolio {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }

  .grid_portfolio_vertical {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 0rem;
  }





}

/* Tablet View */
@media (max-width:992px) {


  .img_content {
    position: absolute;
    top: 80%;
    left: 40%;
    transform: translate(-80%, -40%);
  }

  .footer_desktop {
    display: none;
  }

  .footer_mobile {
    display: block;
  }

  .container_footer {
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;


  }

  .container_social {
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .container_social a {
    text-decoration: none;
    color: rgb(238, 238, 238);
    font-size: 1.4rem;
    margin-left: 20px;
  }

  .footer a {
    text-decoration: none;
    color: rgb(238, 238, 238);
    font-size: 1.4rem;
    font-family: "Source Sans 3", sans-serif;

  }

  .container_partners {
    justify-content: center;
    align-items: center;
    text-align: center;
  }



  /* ABOUT */
  .grid_about {
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 1.5rem;
    gap: 2rem;
  }

  .desktop_about {
    display: none;
  }

  .mobile_about {
    display: block;
  }




  /* PHOTOBOOTH, SERVICES */

  .grid_photobooth p {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .item_photobooth h1 {
    font-size: 1.8rem;
    line-height: 2rem;
  }

}

@media (max-width:768px) {


  h1 {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  h2 {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  h3 {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.7rem;

  }

  p {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .contact {
    padding-top: 1.5rem;
  }

  /* ABOUT, SERVICES */
  .grid_item p {
    line-height: 1.5rem;
  }

  .about p {
    line-height: 1.5rem;
  }

  /* PHOTOBOOTH */
  .grid_photobooth {
    grid-template-columns: 1fr;
    padding-top: 2rem;
    padding-bottom: 3rem;
  }


}

@media (max-width:576px) {

  .contact_form {
    border-top: 20px solid black;
    border-bottom: 0px solid black;
    border-left: 0px solid rgb(238, 30, 64);
    border-right: 0px solid rgb(238, 30, 64);
    background-color: white;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.22);

  }


  .contact {
    padding-top: 2rem;
    padding-bottom: 0rem;
  }


  /* ABOUT, SERVICES */
  .grid_about {
    padding-top: 1rem;
    padding-bottom: 1rem;
    gap: 2rem;
  }


  /* PORTFOLIO */
  .portfolio {
    padding-top: 3.5rem;
  }



  /* Carousel photobooth */
  .gallery_desktop {
    display: none;
  }

  .gallery_mobile {
    display: block;
  }

}

/* Mobile View */
@media (max-width:480px) {

  h1 {
    font-size: 1.8rem;
    line-height: 2rem;
  }

  h2 {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  h3 {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.7rem;

  }

  p {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }

  .button {
    font-size: 1rem;
    margin-top: 5px;
    padding: 0.8rem 0.8rem;
  }

  /* PHOTOBOOTH */
  .grid_photobooth {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 3rem;
  }

  /* ABOUT, SERVICES */
  .grid_item p {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }

  .about p {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }

  /* PORTFOLIO */
  .portfolio {
    padding-top: 3.5rem;
  }

  .grid_portfolio {
    padding-top: 1.5rem;
    grid-template-columns: 1fr;
    row-gap: 1rem;
    column-gap: 1rem;
  }

  .grid_portfolio_vertical {
    grid-template-columns: 1fr;
  }





}