@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@700&display=swap');

 *{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Verdana, sans-serif;
}

.wrapper{
  width: 100%;
  height: 100%;
  background: black;
  position: relative;
}

.meni{
  width: 100%;
  height: calc(100vh - 90vh);
  background: black;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;

}

.logo{
  width: 100px;
  height: 50px;
  margin-left: 100px;
}

.logo img{
  width: 100%;
  height: 100%;
}

.slogan{
  font-family: 'Tangerine', cursive;
  color: #fff;
  font-size: 3rem;
  letter-spacing: 5px;
}

.insta{
  width: 200px;
  height: 50px;
  margin-right: 100px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;

}

 .img1{
  width: 40px;
  height: 40px;
  margin-right: 20px;
}


.img2{
  width: 30px;
  height: 30px;
  margin-left: 20px;
}

.container{
  width: 100%;
  height: calc(100vh - 10vh);
  background: #fff;

}

.container-holder{
width: 100%;
height: 100%;
display: flex;
position: relative;


}

.photo{
  width: 25%;
  height: 100%;
  margin: 10px;
  box-shadow: -2px -2px 4px white,
                3px 3px 4px grey;
}

.photo1{

  width: 100%;
  height: auto;
  background-image: url(img/bg11.jpg);
  background-size: cover;
  background-position: center;
}
.photo2{
  width: 100%;
  height: auto;
  background-image: url(img/bg22.jpg);
  background-size: cover;
  background-position: center;
}
.photo3{
  width: 100%;
  height: auto;
  background-image: url(img/bg33.jpg);
  background-size: cover;
  background-position: center;
}
.photo4{
  width: 100%;
  height: auto;
  background-image: url(img/bg44.jpg);
  background-size: cover;
  background-position: center;
}

.photo1:hover {

  background-image: url(img/bg1.jpg);
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.photo2:hover{
  background-image: url(img/bg2.jpg);
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.photo3:hover{
  background-image: url(img/bg3.jpg);
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.photo4:hover {
  background-image: url(img/bg4.jpg);
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.big1{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  display: none;
  z-index: 10;

}

.big1 img{
  width: 65%;
  height: 100%;
  float: left;
  margin-left: 5%;
}

.box1-txt{
  width: 25%;
  height: 100%;
  background: white;
  float: right;
  text-align: center;
  margin-right: 5%;
}
.box1-txt h3{
  font-size: 2rem;
  letter-spacing: 2px;
  margin-top: 50px;
  text-align: center;
}

.box1-txt p{
  font-size: 1.2em;
  line-height: 2rem;
  margin-top: 30px;
  text-align: justify;
  padding: 30px;
}

.big1.active{
  display: block;
  cursor: pointer;
}

.big2{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  display: none;
  z-index: 10;
}


.big2 img{
  width: 65%;
  height: 100%;
  float: left;
  margin-left: 5%;
}

.box2-txt{
  width: 25%;
  height: 100%;
  background: white;
  float: right;
  text-align: center;
  margin-right: 5%;
}
.box2-txt h3{
  font-size: 2rem;
  letter-spacing: 2px;
  margin-top: 50px;
  text-align: center;
}

.box2-txt p{
  font-size: 1.2em;
  line-height: 2rem;
  margin-top: 30px;
  text-align: justify;
  padding: 30px;
}

.big2.active{
  display: block;
  cursor: pointer;
}
.big3{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  display: none;
  z-index: 10;
}


.big3 img{
  width: 65%;
  height: 100%;
  float: left;
  margin-left: 5%;
}

.box3-txt{
  width: 25%;
  height: 100%;
  background: white;
  float: right;
  text-align: center;
  margin-right: 5%;
}
.box3-txt h3{
  font-size: 2rem;
  letter-spacing: 2px;
  margin-top: 50px;
  text-align: center;
}

.box3-txt p{
  font-size: 1.2em;
  line-height: 2rem;
  margin-top: 30px;
  text-align: justify;
  padding: 30px;
}
.big3.active{
  display: block;
  cursor: pointer;
}
.big4{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  display: none;
  z-index: 10;
}



.big4 img{
  width: 65%;
  height: 100%;
  float: left;
  margin-left: 5%;
}

.box4-txt{
  width: 25%;
  height: 100%;
  background: white;
  float: right;
  text-align: center;
  margin-right: 5%;
}
.box4-txt h3{
  font-size: 2rem;
  letter-spacing: 2px;
  margin-top: 50px;
  text-align: center;
}

.box4-txt p{
  font-size: 1.2em;
  line-height: 2rem;
  margin-top: 30px;
  text-align: justify;
  padding: 30px;
}
.big4.active{
  display: block;
  cursor: pointer;
}

#contact{
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 50;
}

#contact.active{

  display: block;

}

.contact-content{
  width: 70%;
  height: 100%;
  background: lightgrey;
  position: absolute;
  top: 0;
  left: 15%;

}
form{
  width: 70%;
  height: 80%;
  position: relative;
  margin: 5% auto;
  padding-top: 30px;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;

}

form input{
  width: 500px;
  height: 50px;
  border: none;
  border-bottom: 2px solid grey;
  margin: 20px;
  padding-left: 10px;
  outline: none;

}

form textarea{
  width: 500px;
  border: none;
  border-bottom: 2px solid grey;
  margin: 20px;
  padding-left: 10px;
  outline: none;
}
 .send{
  background: grey;
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #fff;
  border-bottom: none;
  cursor: pointer;

}

.exit{
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 2rem;
  cursor: pointer;
}


@media all and (max-width: 700px){

  .logo{
    width: 60px;
    height: 40px;
    margin-left: 30px;
  }
  .slogan{
    display: none;
  }
  .insta{
    width: 100px;
    height: 40px;
    margin-right: 30px;
    }

  .container-holder{
  flex-direction: column;

  }
  .photo{
    width: 95%;
    height: 100%;
    margin: 10px auto;

  }
  .big1.active{
    display: flex;
    flex-direction: column;

  }

  .big1 img{
    width: 100%;
    height: 40%;
    margin: 0 auto;
  }

  .box1-txt{
    width: 100%;
    height: 60%;
    text-align: center;
  }
  .box1-txt h3{
    font-size: 1.5rem;
    letter-spacing: 2px;
    margin-top: 30px;

  }

  .box1-txt p{
    font-size: 1rem;
    line-height: 2rem;
    margin-top: 20px;
    padding: 20px;
  }

  .big2.active{
    display: flex;
    flex-direction: column;

  }

  .big2 img{
    width: 100%;
    height: 40%;
    margin: 0 auto;
  }

  .box2-txt{
    width: 100%;
    height: 60%;
    text-align: center;
  }
  .box2-txt h3{
    font-size: 1.5rem;
    letter-spacing: 2px;
    margin-top: 30px;

  }

  .box2-txt p{
    font-size: 1rem;
    line-height: 2rem;
    margin-top: 20px;
    padding: 20px;
  }
  .big3.active{
    display: flex;
    flex-direction: column;

  }

  .big3 img{
    width: 100%;
    height: 40%;
    margin: 0 auto;
  }

  .box3-txt{
    width: 100%;
    height: 60%;
    text-align: center;
  }
  .box3-txt h3{
    font-size: 1.5rem;
    letter-spacing: 2px;
    margin-top: 30px;

  }

  .box3-txt p{
    font-size: 1rem;
    line-height: 2rem;
    margin-top: 20px;
    padding: 20px;
  }
  .big4.active{
    display: flex;
    flex-direction: column;

  }

  .big4 img{
    width: 100%;
    height: 40%;
    margin: 0 auto;
  }

  .box4-txt{
    width: 100%;
    height: 60%;
    text-align: center;
  }
  .box4-txt h3{
    font-size: 1.5rem;
    letter-spacing: 2px;
    margin-top: 30px;

  }

  .box4-txt p{
    font-size: 1rem;
    line-height: 2rem;
    margin-top: 20px;
    padding: 20px;
  }
  .contact-content{
    width: 100%;
    height: 100%;
    left: 0;
  }
  form{
    width: 80%;
    height: 80%;
    margin: 10% auto;
  }

  form input{
    width: 300px;
    height: 40px;
    margin: 20px;
    padding-left: 10px;
    outline: none;
  }

  form textarea{
    width: 300px;
    outline: none;
  }
  .exit{
    top: 10px;
    right: 20px;

  }
}
