/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap");

/* Reset CSS */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Custom Styles */
body {
  overflow-x: hidden;
}

/* Navbar */
nav {
  margin-top: 10px;
}

.navbar-brand {
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
}

.navbar-nav {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
}

.navbar-nav a:hover {
  color: black;
  font-weight: bold;
}

.connect {
  width: 150px;
  height: 50px;
  border-radius: 13px;
  background-color: black;
}

.connect a {
  color: white;
  font-size: 16px;
  margin: -5px -10px;
}

.connect a:hover {
  color: white;
}

.search {
  position: relative;
  margin-right: 1rem;
}

.search input {
  text-indent: 30px;
  border-radius: 13px;
  padding: 0.5rem 1rem;
}

.search input:focus {
  box-shadow: none;
  border: 2px solid rgb(7, 7, 37);
}

.search input::placeholder {
  font-size: 14px;
}

.search .iconsearch {
  position: absolute;
  top: 16px;
  left: 20px;
}

/* Jumbotron */
.jumbotron {
  margin-top: 25vh;
}

.jumbotron h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 46px;
}

.jumbotron p {
  font-size: 18px;
  margin-top: 1rem;
}

.btnjumbo {
  margin-top: 50px;
}

.btnjumbo a {
  text-decoration: none;
}

.btnjumbo1 {
  background-color: black;
  padding: 0.8rem 2.5rem;
}

.btnjumbo1 a {
  color: white;
}

.btnjumbo2 {
  background-color: white;
  margin-left: 15px;
  padding: 0.8rem 2.5rem;
}

.btnjumbo2 a {
  text-decoration: none;
  color: black;
}

.btnjumbo2 svg {
  color: black;
  margin-left: -7px;
  margin-top: -3px;
}

.btnjumbo2:hover {
  border: 2px solid black;
  background-color: white;
}

.btnjumbo2 a:hover {
  font-weight: bold;
}

/* Card */
.scrool-card {
  margin-left: 35px;
  overflow: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.scrool-card::-webkit-scrollbar {
  display: none; /* Hide scrollbar for Chrome, Safari and Opera */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.menucard {
  margin: 150px 60px 30px 60px;
}

.menucard2 {
  margin: 30px 60px 30px 60px;
}

.menucard3 {
  margin: 80px 60px 30px 60px;
}

.menucard h3 {
  font-family: "Open Sans", sans-serif;
}

.textmenu h3 {
  font-family: "Open Sans", sans-serif;
}

.btnmenucard {
  width: 100px;
  padding: 10px 20px;
  background-color: white;
  border: 1px solid black;
  margin-top: 15px;
}

.btnmenucard a {
  text-decoration: none;
  color: black;
}

.btnmenucard:hover {
  background-color: black;
}

.btnmenucard a:hover {
  color: white;
}

.card {
  display: inline-block;
  border-radius: 40px;
  height: 390px;
  margin-left: 30px;
  margin-bottom: 30px;
}

.cardimage {
  width: 205px;
  height: 190px;
}

.card-title {
  font-size: 18px;
}

.card-subtitle {
  font-size: 14px;
}

.desccard {
  margin-top: 10px;
}

.btndetails {
  background-color: white;
  border: 1px solid black;
  border-radius: 10px;
  padding: 7px 14px;
}

.btndetails a {
  text-decoration: none;
  color: black;
  font-size: 14px;
}

.btndetails a:hover {
  color: white;
}

.btnbid {
  background-color: black;
  border-radius: 10px;
  padding: 8px 25px;
  margin-left: 5px;
}

.btnbid a {
  text-decoration: none;
  color: white;
  font-size: 14px;
}

.buttoncard {
  margin-top: 15px;
}

.artist-col-2 {
  margin-left: 3.5rem;
}

.artist-card {
  margin: 10px 0 20px 75px;
}

.artist-card h1 {
  font-size: 30px;
  color: gray;
  margin-top: 10px;
}

.artist-card img {
  width: 60px;
  height: 60px;
  margin: 0 15px 0 15px;
}

.artist-card2 {
  margin: 10px 0 20px 10px;
}

.artist-card2 h1 {
  font-size: 30px;
  color: gray;
  margin-top: 10px;
}

.artist-card2 img {
  width: 60px;
  height: 60px;
  margin: 0 15px;
}

.info-user h3 {
  font-size: 22px;
}

/* Article */
.article {
  margin: 150px 0;
}
.article img {
  width: 400px;
}

.article_content {
  padding-left: 140px;
}

.article_content h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 35px;
  margin-bottom: 20px;
}

.article_content p {
  font-size: 16px;
  margin-bottom: 30px;
}

.article_image {
  padding-left: 140px;
}

.btn_article,
.btn_article a {
  text-decoration: none;
  color: white;
  padding: 0.8rem 1rem;
}

/* Subscribe */
.subscribe {
  margin: 100px 0;
}

.text_subscribe h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 35px;
  margin-bottom: 20px;
}

.column_subscribe {
  margin: 40px 0;
  padding-left: 80px;
}

.column_subscribe input {
  width: 550px;
  border-radius: 40px;
  margin-right: 20px;
  text-indent: 30px;
}

.column_subscribe input:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid black;
}

.btn_subs {
  background-color: black;
  padding: 1rem 0;
  width: 150px;
}

.btn_subs:hover {
  background-color: gray;
  color: black;
}

.btn_subs a {
  color: white;
  text-decoration: none;
  font-size: 18px;
}

/* Footer */
footer {
  background-color: black;
  color: white;
  padding-top: 40px;
  padding-bottom: 20px;
}

.brand_footer {
  padding-left: 50px;
}

.brand_footer h2,
.link_title {
  font-family: "Open Sans", sans-serif;
  padding-bottom: 10px;
}

.page-footer ul li a {
  color: white;
  text-decoration: none;
  line-height: 35px;
  font-size: 15px;
}

.iconify {
  font-size: 35px;
  padding: 0 5px;
}

.copyright {
  padding-top: 15px;
}

/* Mobile View */
@media only screen and (max-width: 768px) {
  .navbar {
    margin: 0 0.5rem;
  }

  .navbar-brand {
    order: 2;
  }

  .navbar-nav {
    margin: 20px 0;
  }

  .search {
    margin: 20px 0;
  }

  .search input {
    padding: 0.7rem 1rem;
  }

  .search input::placeholder {
    font-size: 14px;
  }

  .connect {
    order: 3;
    width: 120px;
    height: 45px;
    border-radius: 13px;
  }

  .connect a {
    margin: -5px -30px;
    font-size: 13px;
  }

  .jumbotron h1 {
    font-size: 30px;
    padding: 0 60px;
  }

  .jumbotron p {
    font-size: 14px;
    padding: 10px 45px;
  }

  .break {
    display: none;
  }

  .btnjumbo {
    margin-top: 30px;
  }

  .btnmenucard {
    width: 90px;
    padding: 8px 0;
    margin-top: 10px;
  }

  .card {
    display: inline-block;
    border-radius: 30px;
    width: 13rem !important;
    height: 325px;
    margin-left: 30px;
    margin-bottom: 30px;
  }

  .cardimage {
    width: 175px;
    height: 160px;
  }

  .card-title {
    font-size: 16px;
  }

  .card-subtitle {
    font-size: 13px;
  }

  .card-text {
    font-size: 18px;
  }

  .desccard p {
    font-size: 14px;
    margin-top: 0 !important;
  }

  .btndetails {
    background-color: white;
    border: 1px solid black;
    border-radius: 10px;
    padding: 4px 12px 7px 12px;
  }

  .btndetails a {
    text-decoration: none;
    color: black;
    font-size: 12px;
  }

  .btnbid {
    background-color: black;
    border-radius: 10px;
    padding: 6px 20px 10px 20px;
    margin-left: 5px;
  }

  .btnbid a {
    text-decoration: none;
    color: white;
    font-size: 12px;
  }

  .buttoncard {
    margin-top: 5px;
  }

  .menucard {
    margin: 150px 25px 20px 40px;
  }

  .menucard2 {
    margin: 30px 25px 20px 40px;
  }
  
  .menucard3 {
    margin: 80px 25px 10px 60px;
  }

  .textmenu p {
    font-size: 14px;
  }

  .scrool-card {
    margin-left: 10px;
  }

  #Leaderboard {
    margin-left: -1rem;
    margin-top: -2rem;
  }
  
  .artist {
    flex-direction: column;
    margin-left: -1rem;
  }

  .artist-col-2, .artist-col-3 {
    display: none;
  }

  .artist-card h1 {
    font-size: 24px;
  }
  
  .artist-card img {
    width: 50px;
    height: 50px;
    margin-left: 1rem;
  }

  .info-user {
    margin-left: 0.8rem;
  }

  .info-user h3 {
    font-size: 18px;
  }

  .article {
    flex-direction: column;
    margin: 3rem 2rem;
  }

  .article_content {
    padding-left: 1rem;
    margin-bottom: 2rem;
    width: 95%;
  }

  .article_content h2 {
    font-size: 24px;
  }

  .article_content p {
    font-size: 14px;
  }

  .article_image {
    padding-left: 1.5rem;
  }

  .article_image img {
    width: 90%;
  }

  .text_subscribe h2 {
    font-size: 26px;
  }

  .text_subscribe p {
    font-size: 14px;
  }

  .column_subscribe {
    padding-left: 1rem;
  }

  .column_subscribe input {
    width: 220px;
    border-radius: 40px;
    padding: 0;
    margin-right: 15px;
  }

  .column_subscribe input::placeholder {
    font-size: 14px;
  }

  .btn_subs {
    width: 6rem;
    height: auto;
  }

  .btn_subs a {
    font-size: 14px;
  }

  .container-footer {
    flex-direction: column;
  }

  .brand_footer {
    margin-bottom: 3rem;
    padding-left: 2rem;
  }

  .footer-desc {
    gap: 2rem;
    flex-wrap: wrap;
    padding-left: 2rem;
  }

  .link_title {
    font-size: 14px;
  }

  .page-footer ul li a {
    line-height: 30px;
    font-size: 14px;
  }

}
