@import url('http://fonts.cdnfonts.com/css/cocogoose');
@import url("https://fonts.cdnfonts.com/css/Lato");

* {
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

main {
  height: 100vh;
  width: 100%;
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

.lato {
  font-family: 'Lato', sans-serif;
}

.coco {
  font-family: 'Cocogoose', sans-serif;
}

.orange {
  color: #f25938;
}

.grey {
  color: #c4bfbf;
}

.greyer {
  font-weight: bolder;
  color: #5f5d5d;
}

.white {
  color: #fff;
}

.red {
  color: red;
}

.menu {
  font-size: 50px;
  font-weight: bolder;
  cursor: pointer;
  margin: 21px 0 65px 32px;
  color: #5f5d5d;
}

.wrapper {
  background-image: url("../images/background-img.png");
  background-repeat: no-repeat;
  padding: 15px;
  background-size: cover;
}

nav {
  height: 0%;
  position: fixed;
  top: 0;
  width: auto;
  background-image: url("../images/background-img-1.jpg");
  overflow-y: hidden;
  z-index: 1500;
  transition: 0.5s;
}

nav li {
  position: relative;
  left: -9px;
  top: 50px;
}

nav li a {
  color: rgb(206, 203, 203);
}

.white-nav li {
  margin-right: 10px;
}

.black-nav {
  visibility: hidden;
  height: 0;
}

.nav-logo {
  position: relative;
  top: 10%;
  left: 30%;
}

.line {
  display: block;
  align-items: center;
  width: 10%;
  border: 1px solid #ec5242;
  margin: auto;
}

.line3 {
  position: relative;
  display: block;
  align-items: center;
  width: 20%;
  border: 2px solid #bebdbd;
  margin: auto;
  top: 25%;
}

.close {
  display: block;
  position: relative;
  top: -45px;
  left: 34px;
  font-size: 50px;
  color: rgb(160, 157, 157);
  cursor: pointer;
}

.img1 {
  filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);
  opacity: 0.6;
}

.img2 {
  filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);
  opacity: 0.6;
}

.text h1 {
  font-size: 3.8vh;
  font-weight: bolder;
  color: #ec5242;
  margin-bottom: 55px;
}

.text h2 {
  font-size: 2.8vh;
  font-weight: bolder;
  color: #5f5d5d;
}

.text h3 {
  font-weight: bolder;
  font-size: 2.8vh;
  color: #fc6209;
}

.text h4 {
  margin-bottom: 90px;
  color: #5f5d5d;
}

.text-in {
  position: relative;
  text-align: center;
  color: white;
}

.text-in h2 {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4vh;
}

.text-in h6 {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2vh;
}

.for-hide {
  display: none;
}

.footer p {
  font-size: 1.7vh;
}

.sponsors-container {
  background: #222;
}

.partner1 {
  font-size: 28px;
  color: #c9c2c2;
}

.partner2 {
  font-size: 26px;
  background: -webkit-linear-gradient(#eee, rgb(116, 113, 113));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.partner3 {
  font-size: 20px;
  color: #a19f9f;
}

.partner4 {
  font-size: 20px;
  color: #a19f9f;
}

.partner5 {
  font-size: 20px;
  color: #a19f9f;
}

@media (min-width: 768px) {
  .menu {
    display: none;
  }

  .black-nav {
    visibility: visible;
    height: 100%;
  }

  .logo-home {
    position: relative;
    left: 210px;
    width: 18%;
    height: auto;
    bottom: 5px;
    animation: 1s ease-out 0s 1 slideInFromLeft;
  }

  .white-nav .logo-home {
    margin-left: -160px;
  }

  .white-nav li {
    margin-top: 10px;
    height: auto;
  }

  .logo-container {
    margin-bottom: 50px;
  }

  .logo-p {
    display: none;
  }

  .img-container {
    padding: 50px;
    margin: auto;
  }

  .text-in h2 {
    top: 43%;
  }

  .text h3 {
    margin-top: 70px;
  }

  .text-in h6 {
    top: 55%;
    font-size: 20px;
  }

  #partners {
    display: none;
  }

  .footer {
    background: black;
    padding: 10px 0;
  }

  .footer p {
    color: rgb(196, 189, 189);
  }

  .footer h6 {
    font-size: 24px;
    color: rgb(207, 203, 203);
  }

  .logo-home:hover {
    height: 97%;
  }
}

@media (max-width: 1199.98px) {
  .text-in h2 {
    top: 45%;
    font-size: 3vh;
  }

  .text-in h6 {
    top: 55%;
    font-size: 1.5vh;
  }
}

@media (max-width: 991.8px) {
  .text-in h2 {
    top: 42%;
    font-size: 2.7vh;
  }

  .text-in h6 {
    top: 55%;
    font-size: 1.6vh;
  }
}

@media (max-width: 350px) {
  .partner1 {
    font-size: 23px;
  }

  .partner3 {
    font-size: 19px;
  }
}
