@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,700;1,300;1,400;0,900&family=Lilita+One&display=swap");

body {
  margin: 0;
}

header {
  margin-top: -18px;
  background-image: url('img/header.png');
}

.title h2,
h1 {
  color: #ff5438;
  text-align: center;
}

.title h1 {
  padding-top: 20px;
  padding-bottom: 137px;
}

.home {
  padding-top: 63px;
  margin-right: 10px;
  padding-left: 5px;
}

.text {
  padding-top: 32px;
  background-color: white;
  padding-left: 36px;
  padding-bottom: 40px;
}

.text p {
  padding-top: 20px;
  padding-right: 24px;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}

.contact {
  text-align: center;
}

.logo-section {
  padding-top: 20px;
  width: 375px;
  margin: auto;
}

.creative-logo {
  padding-top: 20px;
  text-align: center;
}

.creative-logo-title {
  font-size: 20px;
  padding-left: 76px;
  padding-right: 76px;
  color: #2c2c2c;
}

.creative-logo-title h3 {
  margin-bottom: 10px;
}

.span {
  padding-left: 45%;
  padding-right: 45%;
}

.span-red {
  background-color: #ff5438;
  width: 100%;
  height: 2px;
}

.creative-logo-text {
  padding-left: 5px;
  padding-right: 5px;
  color: #838383;
  padding-top: 30px;
  padding-bottom: 50px;
}

.creative-logo-img {
  text-align: center;
  padding-bottom: 70px;
}

.past-summit-section {
  text-align: center;
  margin: auto;
  padding-bottom: 235px;
}

.past-title {
  font-size: 20px;
  font-family: "Lato", sans-serif;
}

.past-title h4 {
  margin-bottom: 10px;
}

.past-text {
  padding-bottom: 30px;
  padding-top: 29px;
}

.past-year-imgs {
  height: 185.16px;
  margin: auto;
}

.past-img-one {
  padding-bottom: 20px;
}

.partners {
  background-color: #414246;
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
}

.partners-content {
  text-align: center;
  padding-top: 15px;
}

.partners-content h4 {
  margin-bottom: 10px;
  color: white;
  font-size: 20px;
}

.partners-logo {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding-top: 31px;
}

.ptr img {
  width: 120px;
}

.footer {
  display: flex;
  gap: 20px;
  padding: 27px 25px 27px 25px;
  align-items: center;
  justify-content: center;
}

.img-footer {
  width: 20px;
}

.ft1 {
  padding-left: 20px;
}

.ft2 {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 19px;
  padding-right: 0;
}

.mobileNavBg {
  background-color: #65b9f8;
  height: 100vh;
  opacity: 0.85;
  position: fixed;
  width: 100vw;
  padding-top: 35px;
}

.mobileNavBg nav ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  gap: 20px;
  color: white;
  padding-left: unset;
}

.dNone {
  display: none;
}

.lsNone {
  list-style-type: none;
}

.mobileNavBg nav ul li a {
  text-decoration: none;
  color: white;
}

.mobile-menu .about ul li a {
  text-decoration: none;
  color: #868686;
  font-weight: 500;
}

.mobile-menu-img {
  width: 31px;
  height: 27.28px;
  padding-top: 43px;
  padding-left: 23px;
}

.links-menu {
  display: none;
}

.mobile-menu {
  display: none;
}

@media only screen and (min-width: 768px) {
  .past-year-imgs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-top: 24px;
  }

  .creative-logo-img {
    text-align: center;
    padding-bottom: 50px;
    padding-top: 29px;
    border: 1px solid black;
  }

  .past-img-one {
    padding-bottom: 0;
  }

  .past-summit-section {
    text-align: center;
    margin: auto;
    padding-bottom: 53px;
  }

  .past-title h4 {
    padding-top: 71px;
    margin-bottom: 10px;
  }

  .partners {
    display: none;
  }

  .footer {
    padding-top: 57px;
    background-color: #2e2e2e;
    color: #fff;
    height: 37px;
    padding-bottom: 65px;
  }

  .mobile-menu-img {
    display: none;
  }

  .links-menu {
    gap: 25px;
    background-color: #3e3e3e;
    display: flex;
    justify-content: flex-end;
    padding-right: 190px;
    padding-top: 25px;
    padding-bottom: 6px;
    align-items: center;
  }

  .social-links {
    display: flex;
    gap: 20px;
    color: #fff;
    margin: unset;
  }

  .links {
    list-style: none;
  }

  .mobile-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 60px;
    padding-left: 60px;
    background-color: white;
  }

  .img-logo {
    width: 130px;
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menues {
    display: flex;
  }

  .menu-nav {
    padding-left: 40px;
    list-style: none;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    display: flex;
    align-items: center;
    line-height: 17px;
  }

  .text {
    margin: 100px;
    margin-top: -30px;
  }

  .text p {
    text-align: center;
  }
}
