

/* NINETEES EVENTS */
/* Copyright 2024 */

* {
  margin: 0;
  padding: 0;
}

@font-face {

  font-family: "RoobertBold";
  src: url("../fonts/Roobert/RoobertBold.ttf");

}

@font-face {

  font-family: "RoobertRegular";
  src: url("../fonts/Roobert/RoobertRegular.ttf");
}

body {

  height: 100%;
  width: 100%;
  background: black;
  font-size: 14px;
  color: white
}

.container {

  height: 100%;
  width: 100%;
  overflow: hidden;
}



.images {

  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  opacity: 0.9;
  overflow: hidden;
  width: 100%;
  height: 1050px;
}

.image1 {

  position: relative;
  left: 110px;
}

.image1 img {

  width: 80%;
  margin-top: 40px;
}

.image2 {

  position: relative;
  right: 86px;
}

.image2 img {

  width: 85%;
}

.image3 {

  position: relative;
}

.image3 img {

  width: 70%;
  margin-top: -31px;
}

.image4 {

  position: relative;
  left: -120px;
  top: -150px;
}

.image4 img {

  width: 100%;
}

.image5 {

  position: absolute;
  left: 90px;
  top: 540px;
}

.image5 img {

  width: 70%;
  margin-left: -62px;
}


.image6 {
  //position: relative;

}

.image6 img {

  margin-top: -200px;
  margin-left: 450px;
  width: 700px;
}


.image7 {

  position: relative;
  top: -260px;
  left: 22px;
}

.image7 img {

  width: 65%;
}


.content {

  width: 100%;
  position: absolute;
  top: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.content p {

  width: 40%;
  margin-left: 400px;
  font-family: "RoobertBold";
  font-size: 18px;
}

.content img {

  width: 40%;
  margin-top: 160px;
}

footer {

  width: 95%;
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: last baseline;
  margin: 0 auto;
  font-family: "RoobertRegular";
  
}

.footer2 {

  width: 30%;
}

.footer2 input {

  background: none;
  border: none;
  border: 1px solid white;
  padding: 10px 20px;
  color: white;
  margin-top: 10px;
}

.footer2 button {

  background: none;
  border: none;
  border: 1px solid white;
  padding: 10px 20px;
  color: white;
  margin-top: 10px;
  cursor: pointer;
}

.footer2 p {

  display: inline;
  padding-right: 20px;
  padding-top: 10px;
}

.footer2 ul {

  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.footer2 ul li {

  display: inline-block;
}

.footer2 ul li a {

  color: white;
  text-decoration: none;
}

.fa {

  cursor: pointer;
  color: white;
}

@media screen and (max-width: 770px) {
  .footer2 {
    width: 100%;
    padding: 20px 0px;
  }

  .footer2 ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    display: inline-block;
  }

  .footer2 ul li {

    padding: 0px 10px;
  }

  .content p {

    width: 80%;
    margin-left: 0px;
  }

  .footer2 input {

    width: 94.6%;
    padding: 10px 18px;
  }

  .footer2 button {
    width: 100%;
  }

  .image1 {

    left: 0px;
  }

  .image2 {

    right: -160px;
  }

  .image4 {

    left: -140px;
    top: -210px;
  }

  .image5 img {
    margin-top: -70px;
    margin-left: -62px;
  }

  .image3 {

    left: 230px;
  }

  .image6 img {

    margin-top: -342px;
  }

  .image7 {

    left: -85px;
  }
}

@media screen and (max-width: 600px) {
  .images {
    display: none;
  }

  .mob {
    background-image: url("../images/mob.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    margin-top: 245px;
  }

  .content {

    width: 100%;
    top: 0px;
  }

  .content p {

    padding: 20px 0px;
  }

  .content img {

    width: 60%;
  }

  footer {

    margin-top: 0px;
  }

  .footer2 input {

    width: 90.5%;
  }
}