@import 'reset.css';
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');

body {
  background-color: #000000;
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  text-align: center;
}

/* banner */

.banner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(49, 168, 221, 0.2), rgba(0, 0, 0, 0.6)),
    url(../images/banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-block: 56px 75px;
  border-bottom: 1px solid #33a8db80;
}

.banner .banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding-inline: 12px;
}

.banner .banner-content .logo {
  width: 275px;
  height: 275px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}

.banner .banner-content h1 {
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(#33a8db, #1472b7);
  font-size: 40px;
  line-height: 47px;
  font-weight: 900;
  text-transform: uppercase;
  padding-top: 16px;
}

.banner p {
  margin: 16px 0 24px;
  font-size: 20px;
  line-height: 23px;
  max-width: 513px;
}

.banner .banner-content button {
  color: #31a8dd;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  letter-spacing: 3px;
  background-color: transparent;
  padding: 19px 36px;
  text-transform: uppercase;
  border: 2px solid transparent;
  border-image: linear-gradient(#3ba1cd, #1572b7);
  border-image-slice: 10;
  font-family: 'Raleway', sans-serif;
}

/* main */

/* course-content */

#course-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding-inline: 12px;
  padding-block: 64px 144px;
  border-bottom: 1px solid #33a8db80;
}

#course-content h2 {
  font-size: 32px;
  font-weight: bold;
  color: #33a8db;
  letter-spacing: 4px;
  text-transform: uppercase;
}

#course-content p {
  line-height: 23px;
  margin: 24px 0 24px;
  max-width: 792px;
}

.modules-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding-inline: 24px;
}

.module {
  width: 100%;
  max-width: 535px;
  background-color: #252525;
  padding: 16px 24px;
  border-radius: 100px;
  box-shadow: inset -5px 6px 8px rgba(0, 0, 0, 0.7);
  border: 1px solid #33a8db;
}

.module span {
  color: #33a8db;
}

/* transform-world */

#transform-world {
  background-image: url('../images/woman-code.webp');
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 368px;
  border-bottom: 1px solid #33a8db80;
}

#transform-world p {
  position: relative;
  top: 35%;
  left: 10%;
  font-size: 36px;
  font-weight: bolder;
  max-width: 220px;
  width: 100%;
  text-align: left;
  text-transform: lowercase;
  text-shadow: 3px 2px #33a8db;
  word-break: break-word;
  line-height: 42px;
}

/* professional-challenges */

#professional-challenges {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 76px 91px;
  padding-inline: 12px;
  border-bottom: 1px solid #33a8db80;
}

#professional-challenges h2 {
  font-size: 32px;
  font-weight: bold;
  color: #33a8db;
  letter-spacing: 4px;
  text-transform: uppercase;
  word-break: break-word;
  max-width: 746px;
}

#professional-challenges img {
  width: 100%;
  max-width: 659px;
  padding-block: 40px;
}
#professional-challenges p {
  line-height: 23px;
  max-width: 792px;
}

/* footer */

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 59px 67px;
}

footer img {
  max-width: 310px;
  width: 100%;
  padding-bottom: 10px;
}

footer p {
  max-width: 310px;
  width: 100%;
  padding-bottom: 10px;
}

footer a {
  font-weight: bold;
  color: #33a8db;
  text-decoration: none;
}
