@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bevan&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&display=swap');
* {
  margin: 0;
  padding: 0;
}
.hidden2 {
 
  display: none;
}
/*    Basic styles & Background image      */

body {
  background-image: url("../images/main.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
a {
  text-decoration: none;
  color: black;
}

iframe {
  border: none;
  width: 100%;
  height: 100%;
}

html {
  overflow: scroll;
  overflow-x: hidden;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 0;
  /* Remove scrollbar space */
  background: transparent;
  /* Optional: just make scrollbar invisible */
}

/* Landing page + Menu + h1 + h2/ ends on arrow*/

.container-background {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.main-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
}

.top-menu li {
  width: auto;
  display: inline-block;
  padding: .5em 0 .5em 0;
  color: #3a1f0d;
  transition: all 1200ms;
  font-size: 2em;
  border-bottom: 5px solid rgba(0, 0, 0, 0);
  border-radius: 10%;
  transition: 'transform' 500ms;
}

.top-menu li:hover {
  border-bottom: 4px solid #3a1f0d;
  border-radius: 100%;
  transform: translateY(0.3em);
}

.top-menu li a {
  height: auto;
  text-decoration: none;
  color: inherit;
  font-family: 'Lobster';
  padding: 0 0em;
  margin: 0 1.3em;
}

.main-text {
  color: white;
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 20vh;
}

.first-text h1 {
  font-family: 'Bevan';
  font-size: 7em;
  color: #3a1f0d;
  margin-top: -2vh;
}

.second-text h2 {
  font-family: 'Lobster';
  font-size: 5em;
  color: #3a1f0d;
  padding: 0 .5em .2em .5em;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 1em;
}

.landing-container {
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 5em;
}

.arrow-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.arrow-container button {
  width: 100%;
  font-size: 1.2em;
  border: none;
  background-color: rgba(0, 0, 0, 0.0);
}

.arrow-container i {
  color: rgba(58, 31, 13, .9);
  transition: all 500ms;
  cursor: pointer;
  transition: transform 250ms;
}

.arrow-container i:hover {
  color: rgba(58, 31, 13, 1);
  transform: translateY(10px);
}

.wave svg {
  display: block;
  
  
}

/*      Oferta       */

    
.box-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  height: auto;
  flex-wrap: wrap;
  background: #fffad1;
  padding-bottom: 10vh;
  border-bottom: 10px solid #3a1f0d;
  color: #3a1f0d;
}

.box {
  margin: 5vh 0vh 0vh 5vh;
  padding: 0 0vh;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  text-align: justify;
}

.box-3 p:last-child {
  border-bottom: none;
}

.box-image {
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  display: flex;
  justify-content: center;
}

.box-image img {
  height: 100%;
  border: 5px solid #3a1f0d;
  text-align: center;
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
}

.box-text {
  height: 100%;
  width: 50%;
  display: flex;
  flex-grow: 2;
  flex-direction: column;
  text-align: center;
}

.box h3 {
  font-family: 'Caveat';
  font-size: 2.2em;
  padding: 2vh 0;
}

.box p {
  height: auto;
  margin: 0 5vw;
  align-self: flex-end;
  font-family: 'Kalam';
  text-align: justify;
  font-size: 1.1em;
  border-bottom: .3em dotted #3a1f0d;
  padding-bottom: 3em;
}

/* Punkty sprzedaży + Google map API */

.punkt {
  border-top: 5px dotted #3a1f0d;
  font-family: 'Caveat';
  color: #3a1f0d;
  font-size: 3em;
  margin-top: 2em;
  margin-bottom: -2em;
  padding-bottom: 1em;
  padding-right: 1em;
  padding-left: 1em;
  ;
}

.punkt h2 {
  padding-top: .2em;
  font-size: 5vw;
}

.container-map {
  background: red;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.google-map {
  background-color: #fffad1;
  margin-top: 0vw;
  height: 60vh;
  width: 100%;
  border-right: 0px solid #3a1f0d;
}

.google-map iframe {
  width: 100%;
  height: 100%;
}

/*         Footer        */

.footer {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.footer-box {
  height: 100%;
  background: #3a1f0d;
  flex-grow: 1;
  text-align: center;
  padding: 3vh 0;
  color: #fffad1;
  border-top: 5px solid #fffad1;
}

.footer-box h4 {
  font-size: 1.3em;
  display: block;
  padding-top: 10px;
  font-family: 'Kalam';
  font-weight: lighter;
}

.footer-box a {
  color: #fffad1;
}

.footer-box a:hover {
  color: inherit;
}

.footer-box:hover {
  background: #fffad1;
  color: #3a1f0d;
}

.footer-box i {
  font-size: 2.3em;
  display: block;
  color: inherit;
}

.footer-box a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
}

/*      Tablets       */

@media only screen and (max-width: 768px) {
  .top-menu li {
    font-size: 1.7em;
  }
  .top-menu li a {
    padding: 0 0.2em 0 0.2em;
  }
  .main-text {
    justify-content: space-between;
    height: 40vh;
    margin: 0;
  }
  .main-text h1 {
    font-size: 5em;
  }
  .main-text h2 {
    font-size: 3.5em;
  }
  .landing-container {
    height: 30vh;
    align-items: flex-start;
  }
  .box-container {
    padding-top: 1.5em;
  }
  .box {
    margin: 1vh 5vh 4vh 5vh;
  }
  .box-3 {
    margin-bottom: 0vh;
  }
  .punkt {
    margin-top: 0;
  }
}

/* Mobile phones */

@media only screen and (max-width: 600px) {
  body {
     background-image: url("../images/tlo2.jpg"); 

  }
  .hidden2 {display: block;
  }
   .hidden {display: none;
  }
  .container-background {
  
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
.main-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
background-color: #3a1f0d;
  transition: all 500ms;
  
}

.transform {
  transform: translateY(-200%);
  position: absolute;
}

.transform2 {
  transform: translateY(-200%);
  position: absolute;
}

.transform3 {transform: translateY(-100%);
transition-delay: 1s;
color: #3a1f0d;}

.transform4 {transform: translateY(100%);
transition-delay: 2s;}
.top-menu li {
  width: auto;
  display: inline-block;
  padding: 0.5em 0 0.5em 0;
  color: #fffad1;
  transition: all 1200ms;
  font-size: 2em;
  border-bottom: 5px solid rgba(0, 0, 0, 0);
  border-radius: 10%;
  transition: 'transform' 500ms;
}

.top-menu li {
    width: 100vw;
    padding: 3em 0;
    display: inline-block;
    font-size: 2em;
    border-bottom: none;
    border-radius: 0%;
    text-align: center;
    transition: all 700ms;
  }
  .top-menu li:hover {
    border-bottom: none;
    border-radius: 0%;
    background: #fffad1;
    color: #3a1f0d;
  }

.burger {
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 30px;
  top: 20px;

  cursor: pointer;
  transition: all 500ms;
}

.stripe {
  width: 80%;
  height: 10%;
  background-color: #3a1f0d;
  margin: 2px 0;
  border-radius: 5px;
}

.burger2 {
  width: 50px;
  height: 50px;
  color: #fffad1;
  font-size: 2.5rem;
  transition: all 400ms;
  position: absolute;
  right: 30px;
  top: 20px;
  text-align: center;
  cursor: pointer;
}

.close {
  margin-top: -7%;
  font-weight: bold;
}


  .main-text {
    color: white;
    height: 45vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20vh;
  }
  .first-text h1 {
    font-size: 15vw;
  }
  .second-text h2 {
    font-size: 8vw;
    color: #3a1f0d;
    padding: 0.5em 0.7em .5em .7em;
      background: rgba(255, 255, 255, 0.1);
  }
  .box {
    margin: 5vh 0vh 0vh 0vh;
  }
  .box-image img {
    width: 80%;
  }
  .box-text h3 {
    margin: 0 1em;
  }
  .box-text p {
    font-size: .9em;
  }
  .punkt {
    margin-bottom: -2.2em;
  }
  .punkt h2 {
    font-size: 10vw;
  }
  .footer {
    flex-direction: column;
  }
  .footer-box {
    width: 100%;
  }
}