@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.btn {
  border: 1px solid #00557d;
  color: #00557d;
}

nav ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #212121;
}

/* Hero */

.hero {
  width: 100%;
  height: 100vh;
  background: url(/public/img/0x0\ 1.png);
  background-position: center;
  background-size: cover;
}

p {
  color: #212121;
  
}

.hero h1 {
  font-size: 56px;
  font-weight: 700;
  color: #00557d;
  padding-top: 110px;
}

.hero p {
  font-size: 24px;
  font-weight: 500;
}

.hero span {
  font-size: 20px;
  font-weight: 700;
  color: #00557d;
}

/* Section 2 */

#section-two {
  padding-top: 80px;
}

h2 {
  font-size: 47px;
  font-weight: 700;
  color: #00557d;
}

h2 span {
  color: #c8a500;
}

p {
  font-size: 25.6px;
  font-weight: 400;
  color: #212121;
  text-align: justify;
}

/* Section 3 */
#section-three {
  padding-top: 80px;
}

#section-three h2 {
  font-size: 57px;
  font-weight: 700;
  padding: 8px 0px;
}

h2 span {
  color: #c8a500;
}

ul {
  font-size: 24px;
  font-weight: 400;
  color: #212121;
}

ul li span {
  color: #00557d;
}

.btn-primary {
  background: #00557d;
  color: #fff;
  border-radius: 10px;
  border: none;
  padding: 16px, 24px, 16px, 24px !important;
  font-size: 16px !important;
}

/* section 4 */
#section-four {
  padding-top: 80px;
}
#section-four img {
  border-top-right-radius: 282px;
}

#section-7 {
  padding-top: 80px;
}

#section-7 .talent1 {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(/public/img/finance.jpg);
  background-position: center;
  background-size: cover;
  height: 100%;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}

#section-7 .talent2 {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(/public/img/e-commerce.jpg);
  background-position: center;
  background-size: cover;
  height: 100%;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}

#section-7 .talent3 {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(/public/img/webdev.jpg);
  background-position: center;
  background-size: cover;
  height: 100%;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}

#section-7 .talent4 {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(/public/img/customer-support.jpg);
  background-position: center;
  background-size: cover;
  height: 100%;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}

#section-7 .talent5 {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(/public/img/writing.jpg);
  background-position: center;
  background-size: cover;
  height: 100%;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}

#section-7 .talent6 {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(/public/img/idea.jpg);
  background-position: center;
  background-size: cover;
  height: 100%;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}

#section-7 .talent7 {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(/public/img/data-analysis.jpg);
  background-position: center;
  background-size: cover;
  height: 100%;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}

#section-7 .talent8 {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(/public/img/data-analysis.jpg);
  background-position: center;
  background-size: cover;
  height: 100%;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}
#section-7 .talent9 {
  height: 100%;
  width: 100%;
}

#section-7 .talents h4 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.25px;
  padding: 12px 8px;
}

/* footer */

#footer {
  background: #00557d;
  color: #fff;
}

#footer h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

#footer .foot {
  text-align: left;
  align-items: flex-start;
  margin: 0;
}

.foot p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding: 7px 0;
}

#footer .foot ul li {
  list-style: none;
  font-size: 16px;
  color: #fff;
}

#footer .foot input {
  padding: 11px, 16px, 11px, 16px;
  border-radius: 10px;
  height: 54px;
}

#footer .foot input::placeholder {
  font-size: 12px;
  padding: 0 10px;
}

#footer ul li {
  padding: 8px;
}

#footer button {
  background: #00557d;
  width: 108px;
  height: 32px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 4px 21px;
  border: none;
  border-radius: 10px;
  transition: all 0.5s ease;
} 


.links ul li {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  cursor: pointer;
  align-items: center;
}

/* ====================Media ========================================*/


@media screen and (max-width: 1206px) {
  .hero h1 {
    padding-top: 40px !important;
  }
  
  }
