/* google font "Azeret Mono" import link  */
@import url("https://fonts.googleapis.com/css2?family=Azeret+Mono:ital,wght@0,100..900;1,100..900&display=swap");

/* reset styles from all elements  */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

/* common styles  */
body {
  font-family: "Azeret Mono", monospace;
}

.container {
  width: 1050px;
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

.btn-primary {
  color: rgb(13, 19, 33);
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  outline: none;
  padding: 18.5px 26.5px;
  border: 1px solid rgb(13, 19, 33);
  border-radius: 8px;
  opacity: 0.8;
  cursor: pointer;
}

.section-title {
  color: rgb(13, 19, 33);
  font-size: 35.5px;
  font-weight: 800;
  line-height: 41px;
  text-align: center;
  margin-bottom: 26.5px;
}

.section-description {
  color: rgb(13, 19, 33);
  font-size: 17.5px;
  line-height: 28.5px;
  margin-bottom: 53px;
}

.card-title {
  color: rgba(13, 19, 33, 0.7);
  font-size: 26.5px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 17.5px;
}

.card-btn {
  color: rgb(13, 19, 33);
  font-size: 17.5px;
  font-weight: 700;
  line-height: 21px;
  text-decoration: underline;
}

/* header section styles  */
header {
  padding-top: 55.5px;
}

/* nav section styles  */
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

nav .owner-name {
  color: rgb(13.19.33);
  font-size: 31px;
  font-weight: 800;
  line-height: 36.5px;
}

nav > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* banner section styles  */
#banner {
  background-image: url("../images/Hero-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 724px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 55.5px;
}

#banner .banner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#banner .banner-title {
  color: rgb(13, 19, 33);
  font-size: 53px;
  font-weight: 800;
  line-height: 75.5px;
  text-align: center;
  margin-top: 35.5px;
}

#banner .banner-description {
  color: rgb(13, 19, 33);
  opacity: 0.7;
  font-size: 17.5px;
  line-height: 28.5px;
  text-align: center;
  margin-top: 26.5px;
}

#banner .banner-btn {
  margin-top: 35.5px;
  text-align: center;
}
#banner .banner-btn .btn-primary {
  color: rgb(255, 255, 255);
  background-color: rgb(13, 19, 33);
  opacity: 1;
}

/* main section styles  */
main > section {
  margin-top: 100px;
}

/* selection-development section styles */
#selection-development {
  padding: 88.5px 107.5px;
  border-radius: 16px;
  background: rgba(13, 19, 33, 0.02);
}

#selection-development .select-reason-card {
  padding: 53px;
  margin-bottom: 35.5px;
  border-radius: 16px;
  background: linear-gradient(
    90deg,
    rgb(255, 255, 255),
    rgba(255, 255, 255, 0) 100%
  );
  display: flex;
  align-items: center;
  gap: 53px;
}
#selection-development .reverse-row {
  flex-direction: row-reverse;
  background: linear-gradient(
    270deg,
    rgb(255, 255, 255),
    rgba(255, 255, 255, 0) 100%
  );
}

#selection-development .select-reason-card .section-description {
  margin-bottom: 35.5px;
}

/* inspiration section styles */
#inspiration .video-frame {
  height: 610.5px;
  padding: 35.5px;
  border: 1px solid rgba(13, 19, 33, 0.2);
  border-radius: 16px;
}
#inspiration .video-frame iframe {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

/* current target section styles  */
#current-target .skill-cards {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 26.5px;
}

#current-target .skill-cards .skill {
  width: 320px;
  padding: 44.4px;
  border-radius: 16px;
  background: rgba(255, 76, 30, 0.05);
}

.bg-skyblue {
  background: rgba(0, 76, 232, 0.05) !important;
}

#current-target .skill-cards .skill .card-title {
  font-weight: 800;
  margin-top: 26.5px;
  margin-bottom: 10px;
}

#current-target .skill-cards .skill .section-description {
  margin-bottom: 26.5px;
}

/* next target section styles  */
#next-target .skill {
  display: flex;
  padding: 44.5px;
  border: 1px solid rgba(13, 19, 33, 0.15);
  border-radius: 16px;
  background: rgb(255, 255, 255);
  gap: 30px;
  align-items: center;
  margin-bottom: 26.5px;
}

#next-target .card-content .card-title {
  font-weight: 800;
  margin-bottom: 10px;
}
#next-target .card-content .section-description {
  margin-bottom: 28.5px;
}

/* newsletter section styles  */
#newsletter {
  padding: 71px 53px;
  border-radius: 16px;
  background-image: linear-gradient(
      190deg,
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0.2)
    ),
    url("../images/handshake.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#newsletter .news-title {
  color: rgb(255, 255, 255);
  font-size: 35.5px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 17.5px;
}

#newsletter .section-description {
  color: rgb(255, 255, 255);
  opacity: 0.7;
  margin-bottom: 26.5px;
}

#newsletter form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

#newsletter form #search-box {
  color: rgba(13, 19, 33, 0.4);
  font-size: 17.5px;
  line-height: 21px;
  width: 565px;
  padding: 21px 22px;
  border: 1px solid rgba(13, 19, 33, 0.15);
  border-radius: 8px;
  background: rgb(255, 255, 255);
}

#newsletter form .search-btn {
  color: rgb(13, 19, 33);
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  line-height: 25.5px;
  padding: 19px 22px;
  border-radius: 8px;
  background: rgb(255, 255, 255);
  border: none;
  cursor: pointer;
}

/* footer section styles  */
#footer {
  margin-top: 80px;
  padding: 35.5px 0;
  border-radius: 16px;
  background: rgba(13, 19, 33, 0.03);
}

#footer .footer-container {
  display: flex;
  justify-content: space-between;
  align-self: center;
  gap: 20px;
}
#footer .footer-container .footer-title {
  color: rgb(13, 19, 33);
  font-size: 22px;
  font-weight: 600;
  line-height: 25.5px;
}
#footer .footer-container > ul {
  display: flex;
  justify-content: space-between;
  align-self: center;
  gap: 30px;
}
