@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
section.attend {
  background-color: #000000;
  padding: 90px 0px;
}
section.attend h2 {
  font-weight: 300;
  margin-bottom: 50px;
  border: 1px solid #adadad;
  color: #adadad;
  padding: 9px 20px;
  border-radius: 30px;
  width: fit-content;
}
section.attend h3 {
  font-family: "Lato";
  font-size: 33px;
  font-weight: 400;
  color: rgb(220, 49, 49);
  margin-bottom: 20px;
  margin-top: 90px;
}
section.attend h5 {
  font-family: "Lato";
  font-size: 25px;
  font-weight: 600;
  color: #fff;
}
section.attend p {
  color: #ccc;
  margin-bottom: 20px;
  max-width: 950px;
}
section.attend .card-price {
  margin: 10px;
  padding: 9px 20px;
  border: 1px solid #565656;
  padding: 9px 20px;
  border-radius: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.6s;
}
section.attend .card-price:hover {
  border-color: rgb(220, 49, 49);
}
section.attend .card-price h5 {
  font-family: "Lato";
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  padding-top: 20px;
  text-align: center;
}
section.attend .nearby-hotels h6 {
  font-family: "Lato";
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding-top: 10px;
}
section.attend .nearby-hotels ul li {
  padding-bottom: 15px;
}
section.attend .card-price p {
  font-family: "Lato";
  font-size: 30px;
  font-weight: 400;
  color: rgb(220, 49, 49);
}
section.attend .airport-info {
  margin: 45px 0px 40px 0px;
}
section.attend .airport-info p, section.attend .nearby-hotels p {
  font-family: "Lato";
  font-size: 22px;
  font-weight: 400;
  color: rgb(220, 49, 49);
}
section.attend .airport-info a, section.attend .nearby-hotels a {
  color: #fff;
  border: solid 1px #fff;
  padding: 10px 25px;
  border-radius: 27px;
  transition: 0.4s;
}
section.attend .airport-info a:hover, section.attend .nearby-hotels a:hover {
  text-decoration: none;
  border-color: rgb(220, 49, 49);
}
section.attend .timing-line {
  border-left: solid 1px #565656;
}
section.attend .timing-hour {
  padding: 0px 0px 25px 25px;
}
section.attend .timing-hour h6 {
  font-family: "Lato";
  font-size: 25px;
  font-weight: 500;
  color: #fff;
}
section.attend .timing-hour__num {
  font-family: "Lato";
  font-size: 22px;
  font-weight: 400;
  color: #ccc;
  transition: 0.4s;
}
section.attend .timing-hour__num:hover {
  color: rgb(220, 49, 49);
}
@media only screen and (max-width: 768px) {
  section.attend ul.regional-awards {
    display: block;
  }
  section.attend ul.regional-awards li {
    width: 100%;
    margin-bottom: 2em;
    font-size: 17px;
  }
  section.attend .pricing__row {
    justify-content: center;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #101010;
  color: #fff;
}

h1 {
  font-family: "Lato";
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding-bottom: 18px;
}