/* google font link  */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&family=Poppins:wght@400;500;600;700;800;900&family=Roboto:wght@400;500;700;900&display=swap");
/* basic styles  */
* {
  padding: 0;
  margin: 0;
  outline: 0;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

/* common styles  */

body {
  background-color: #e5e5e5 !important;
}
main {
  margin-bottom: 43px;
}

.player-and-blog,
.courses {
  margin-top: 36px;
  padding: 33px 100px;
  background-color: #fff;
  border-radius: 10px;
}

.section-title {
  color: #562eff;
  font-size: 24px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-bottom: 40px;
}

/* header section styles  */
header {
  background-color: #562eff;
}
nav .navbar-brand img {
  height: 75px;
  width: 75px;
}
nav .navbar-brand span {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

nav .nav-item .nav-link {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

/* players section styles  */
.players {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d1d1d1;
}

.players .player img {
  height: 125px;
  width: 125px;
}

.players .player .player-name {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

/* blogs section styles  */
.blog .blog-title {
  color: #000;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.blog .blog-text {
  color: #9f9f9f;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.blog .blog-text .blog-author {
  color: #562eff;
}

/* courses section styles  */
.course .card {
  border: 0;
  transition: padding 1.5s;
}
.course .card:hover {
  padding: 15px;
  border: 1.5px solid #1e1e1e;
}
.course .card .card-title {
  color: #1e1e1e;
  font-size: 20.03px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.course .card .card-text {
  color: #ed6b4f;
  font-size: 14.69px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
}

.card-info .course-rate-icon .fa-star {
  color: #ffc014;
  font-size: 18px;
}
.card-info .course-rate-icon .fa-star-half,
.card-info .course-rate-icon .fa-star-half-stroke {
  color: #aeaeae;
  font-size: 18px;
}

.card-info .rating {
  color: #a2a2a2;
  font-size: 14.69px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}

.card-info .course-duration {
  color: #ff4a60;
  padding: 10px 15px;
  background-color: #ffe4e8;
  font-size: 14.69px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
