@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@300&family=Jost:wght@100;200;300;400;500&display=swap');
@import url(//fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800);

* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: 'poppins';
}

body {
  overflow-x: hidden;
  /* background-color: #f7efef; */
  /* background-color: #f3f3f3; */
  background: linear-gradient(to right, #ffffff, #eae7ec, #e7dfeb);
}
header {
  background: linear-gradient(to right, #ffffff, #eae7ec, #e7dfeb);
  /* backdrop-filter: blur(50px); */
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 1000; /*always front of the page no overlay*/
  display: flex; /* each div next to eachother*/
  align-items: center;
  justify-content: space-between; /*even space between each div*/
  padding: 20px 10%; /* padding up and left */
}

/* main page */
.section__gallery__header {
  transition: transform 1s, opacity 1s;
}
.gallery__header {
  width: 100%;
  margin: 80px auto 50px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 1px;
}
.gallery__header img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  cursor: pointer;
  -webkit-filter: grayscale(100%);
  transition: transform 0.5s, border-radius 0.5s, -webkit-filter 1s;
}
.gallery__header img:hover {
  -webkit-filter: grayscale(0%);
}

.section {
  padding: 2rem 0rem;
  border-bottom: 1px solid #f0c2c2;

  transition: transform 1s, opacity 1s;
}
.section__header {
  margin-bottom: 20px;
  text-align: center;
  font-size: 4rem;
  line-height: 1.3;
  font-weight: 300;
}

.logo img {
  max-width: 120px;
  height: 40px;
}
.nav-menu {
  display: flex;
}

.nav-menu a {
  color: #070707;
  font-size: 16px;
  padding: 10px 20px;
  font-weight: 400;
  transition: all 0.42s ease; /*self */
}
.nav-menu a:hover {
  color: #ee1c47;
}

#logoname {
  font-size: 16px;
  font-weight: bold;
}
/* 
.main-home {
  width: 100%;
  height: 70vh;
  display: grid;
  background-image: url(02.jpeg);
  background-position: center;
  background-size: cover;

  align-items: center;
} */
.icons {
  position: absolute;
  right: 5%;
  font-size: 2.8rem;
  cursor: pointer;
  display: none;
}

.text {
  font-family: 'Montserrat', sans-serif;
  padding-top: 100px;
  padding-left: 100px;
  padding-right: 100px;
  color: #111;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  padding-bottom: 50px;
}
.section__title {
  max-width: 80rem;
  margin: 0 auto 8rem auto;
}
.section__header {
  margin-bottom: 20px;
  text-align: center;
  font-size: 4rem;
  line-height: 1.3;
  font-weight: 300;
}
.section__d {
  margin-top: 100px;
  text-align: center;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 200;
}

.section {
  padding: 11rem 0rem;
  border-bottom: 1px solid #f0c2c2;

  transition: transform 1s, opacity 1s;
}
/* video */

#ourstory {
  display: flex;
  align-items: center;
}
video {
  position: relative;
  right: 10%;
  margin-left: 100px;
  margin-top: 70px;
}

#ks {
  margin-top: 50px;
  text-align: center;
  opacity: 0.3;
}

/* Gallery Section */
.img-gallery {
  width: 90%;
  margin: 80px auto 50px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 15px;
}

.img-gallery img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  cursor: pointer;
  /* -webkit-filter: grayscale(100%); */
  transition: transform 0.5s, border-radius 0.5s;
}
.img-gallery img:hover {
  transform: scale(1.1);
  border-radius: 10px;
  /* -webkit-filter: grayscale(0%); */
}
.bgallery {
  margin-top: 75px;
  display: flex;
  justify-content: space-evenly;
}
.button-container {
  text-align: center;
}
.button {
  display: inline-block;
  color: #070707;
  border: solid 1px black;
  border-radius: 5px;
  padding: 10px 100px;
}
.button:hover {
  background-color: #cdecc69a;
  transition: 0.42s ease;
}

/* services Section */
.container {
  /* height: 100vh; */
  box-sizing: border-box;
  max-width: 1200px;
  margin: 50px auto;
  margin-top: 100px; /* height: 80%; */
}
.row {
  display: flex;
  flex-wrap: wrap;
  /* margin: -10px; Negative margin to counteract padding in columns */
}
.col {
  flex: 1;
}
.box {
  margin-top: 0px;

  /* background-color: #eae7ec; */
  background-color: white;
  border: 1px solid #ddd;
  padding: 20px;
  height: 400px;
  text-align: center;
  /* margin-bottom: 20px; */
}

#hh {
  margin-top: 100px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  /* margin-bottom: 40px; */
}
#pp {
  padding: 50px;
  font-family: 'Montserrat', sans-serif;
  color: #262627;
  font-weight: 300;
}

#c4 {
  background-image: url(buf.jpg);
  background-position: center;
  background-size: cover;
}

#c2 {
  background-image: url(bar.jpeg);
  background-position: center;
  background-size: cover;
}

#c6 {
  background-image: url(louk.jpg);
  background-position: center;
  background-size: cover;
}

@media (max-width: 858px) {
  .row {
    flex-direction: column;
  }
  #c4 {
    background-image: url(louk.jpg);
    background-position: center;
    background-size: cover;
  }

  #c2 {
    background-image: url(buf.jpg);
    background-position: center;
    background-size: cover;
  }

  #c6 {
    background-image: url(bar.jpeg);
    background-position: center;
    background-size: cover;
  }
}

/* contact section */
.contacth2 {
  text-align: center;
}

.contactp {
  text-align: center;
  margin-top: 50px;
}

.contactform {
  margin-top: 50px;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: flex-start;
}

.input-control {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* add media later */
input {
  padding: 5px;
  width: 100%;
  /* max-width: 10%; */
}

#message {
  width: 100%;
  max-width: 100%;
}

#form {
  position: absolute;
  left: 25%;

  transform: translate(-25%, 0%);

  width: 400px;
  margin: 20vh, auto 0 auto;
  /* background-color: #a82b2b; */
}

.input-control.error {
  color: #ff3860;
  font-size: 9px;
  height: 13px;
}
#sendContactButton {
  width: 100px;
  padding: 5px;
  transition: 0.5s;
}

#sendContactButton:hover {
  background-color: #6ab164;
}

.cLeft {
  width: 48%;
  float: left;
}
.cRight {
  margin-top: 30px;
  width: 48%;
  float: right;
  transform: translate(25%, 0%);
}

@media (max-width: 900px) {
  .contactform,
  .cLeft,
  .cRight {
    flex-direction: column;
    align-items: center;
    width: 80%;
  }

  #form {
    margin-left: 12%;
    position: relative;
    width: 300px;
  }
}
.cp {
  margin-top: 30px;
  margin-bottom: 50px;
}

#socials {
  font-size: 36px;

  border-radius: 20px;
}

#socials a i {
  background-color: #948e8e;
  border-radius: 20px;
  border: solid 2px #948e8e;
  color: #050505;
}

#socials a i:hover {
  color: #0b5b75;
}

/* responsive */
@media (max-width: 992px) {
  header {
    padding: 1.3rem 5%;
  }
  #ourstory {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #video {
    align-items: center;
  }
  video {
    right: 0;
    margin-left: 0;
    margin-top: 70px;
  }
  .gallery__header img {
    -webkit-filter: grayscale(0%);
  }
}
@media (max-width: 870px) {
  .icons {
    display: block;
  }
  .icons #close-icon {
    display: none;
  }
  .nav-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 17.7rem;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(50%);
  }
  #logoname {
    display: none;
    /* position: absolute;
    right: 30%;
    font-weight: 500; */
  }
  .socials__header {
    position: absolute;
    left: 40%;
  }
  .nav-menu,
  .nav-menu a {
    display: block;
    font-size: 1.1rem;
    /* margin-top: 1.5rem; */
    padding: 20px 0;
    text-align: center;
    color: #ffffff;
  }
  .nav-menu {
    display: none;
  }
  .nav-menu.open {
    display: block;
  }
}

/* map */
.map-container {
  position: relative;
  margin-top: 100px;
  width: 60%;
  /* border: solid 1px black; */
  margin-left: auto;
  margin-right: auto;
}

iframe {
  width: 100%;
}

.socials__header {
  font-size: 30px;

  border-radius: 20px;
}
.socials__header a i {
  color: black;
  opacity: 0.9;
  padding: 0 10px;
}

/* footer */
footer {
  background-color: #111;
}

.footer__container {
  width: 100%;
  padding: 30px 30px 20px;
}
.footer__row {
  color: rgb(173, 157, 157);
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.footer__col {
  margin-left: 10px;
  margin-top: 20px;
  align-items: center;
  flex-basis: 20%;
}
.footer__header {
  font-size: 1.5rem;
  text-decoration: underline;
  margin-bottom: 4px;
}
.footer__row ul li a {
  color: #ecd6d6;
}

@media (max-width: 870px) {
  .footer__col {
    margin-left: 10px;
    margin-top: 20px;
    align-items: center;
    flex-basis: 100%;
    text-align: center;
  }
  .text {
    padding-top: 100px;
    padding-left: 25px;
    padding-right: 25px;

    font-size: 1.1rem;
    font-weight: 300;
    text-align: center;
    padding-bottom: 50px;
  }
  .contactp {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* js hidden animation observer */
.section--hidden {
  opacity: 0;
  transform: translateY(8rem);
}

/* cookies */
.ccontainer {
  width: 100%;
  margin: auto;
}
.subccontainer {
  width: 85%;
  margin: auto;
}

#cookies {
  width: 100%;
  position: fixed;
  bottom: 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.555);
  z-index: 1;
  display: none;
}

.cookies {
  min-height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

#cookies-btn {
  border-radius: 5px;
  padding: 8px 10px 8px 10px;

  cursor: pointer;
  font-size: 1rem;
  border: 3px solid white;
}

.footerB {
  background-color: #dac4c477;
  text-align: center;
}
.footerB p {
  color: white;
}
.designer {
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0px 5px;
}
