* {
  margin: 0px;
  padding: 0px;
  font-family: "Roboto", sans-serif;
  color: #fff;
}
/* 
.ul {
list-style: inside;
} */

ul {
  list-style: none;
}
li {
  list-style-position: inside;
}

body {
  background-color: #141923;
  width: 100%;
}

.nav {
  width: 100%;
  min-height: 50px;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.26); */
  display: flex;
  justify-content: space-between;
  position: sticky;
  top: 0px;
  background-color: #141923;
}

.logo-kickof {
  width: 300px;
  padding: 0px 20px;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  font-size: 23px;
  letter-spacing: 2.5px;
}

.contact {
  /* width: 190px; */
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  font-size: 23px;
  letter-spacing: 2.5px;
  padding: 0px 10px;
  cursor: pointer;
}

.container {
  width: 100%;
  min-height: 500px;
  /* margin: 10px 0px; */
  display: flex;
  justify-content: space-between;
  /* padding: 30px 0px; */
  flex-wrap: wrap;
}

.title {
  width: 100%;
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  text-transform: uppercase;
  margin-top: 10px;
  background: url("../image/ad-photo.jpeg") center center / cover
    rgb(66, 30, 133);
}

.text-list {
  width: 70%;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  margin-top: 15px;
}

.text-list > ul {
  list-style: inside;
}
.text-list > ul > li {
  font-size: 25px;
  padding: 10px;
  padding-left: 25px;
}

.text-list > ul > h4 {
  font-size: 27px;
  padding: 5px;
  font-weight: bold;
  font-style: italic;
  margin-left: 45px;
}

.img-container {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.contact-section {
  min-height: 200px;
}

@media (max-width: 930px) {
  .text-list {
    width: 100%;
  }
  .img-container {
    width: 100%;
  }
  .container {
    flex-direction: column;
  }
}

.contact-title {
  width: 100%;
  padding: 30px 0px;
  text-align: center;
}

.email {
  text-align: center;
}

nav {
  display: flex;
  justify-content: center;
  padding: 20px 0px;
  /* padding-top: 40px; */
}

.nav-container {
  display: flex;
  width: 300px;
  justify-content: space-around;
}

.nav-container > li {
  color: #fff;
  opacity: 0.5;
  cursor: pointer;
}

.nav-container > li:hover {
  color: #fff;
  opacity: 1;
}

.copy {
  width: 100%;
  text-align: center;
  color: #fff;
  opacity: 0.5;
  margin-bottom: 20px;
}

a {
  text-decoration: none;
  color: #fff;
  /* opacity: 0.5; */
  text-transform: uppercase;
}
/* 
a:hover {
  color: #fff;
  opacity: 1;
} */

svg {
  color: #fff;
  opacity: 0.5;
}
svg:hover {
  opacity: 1;
}

.svg {
  width: 40px;
  height: 40px;
}

.icons-list {
  width: 100%;
  display: flex;
  width: 500px;
  justify-content: space-around;
  flex-wrap: wrap;
}

.list-container {
  display: flex;
  justify-content: center;
  margin: 40px 0px;
}

@media (max-width: 800px) {
  .text-list > ul > li {
    font-size: 17px;
  }

  .text-list > ul > li {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .text-list > ul > h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    margin-top: 20px;
  }

  .container {
    flex-direction: column-reverse;
  }

  .nav {
    display: flex;
    flex-direction: column;
  }
  .title {
    font-size: 40px;
  }
  .logo-kickof {
    width: 100%;
  }
}

.h4 {
  text-align: center;
  padding: 10px;
  font-size: 25px;
  margin-top: 40px;
}

.icons-container {
  display: flex;
  /* margin-top: 10px; */
}

.icons-container > a > li {
  margin-left: 15px;
}

@media (max-width: 800px) {
  .list-container > ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .icons-container {
    margin-top: 10px;
  }
}
