html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
.header {
  height: 150px;
  padding: 18px 80px;
  margin-top: -170px;
  display: flex;
  flex-wrap: wrap;
  position: fixed;
  z-index: 1;
  background-color: white;
}

.header--name {
  display: inline;
  font-size: 36px;
  font-weight: 400;
  font-family: "Pacifico", serif;
  margin-right: 430px;
  margin-left: 20px;
  text-decoration: none;
  color: black;
}

.header--form {
  width: 500px;
  height: 60px;
  display: flex;
  align-items: center;
  border-radius: 6px;
  background-color: #FAF8F8;
  padding-left: 30px;
  margin-right: 30px;
  justify-content: center;
  padding-right: 20px;
}

.header--form .form {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.header--form .form .input {
  padding: 8px 12px;
  width: 80%;
  border: none;
  font-size: 16px;
  color: #333;
  background-color: #FAF8F8;
}

.header--form .form .search-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 8px 12px;
  margin-left: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header--account {
  width: 150px;
  height: 60px;
  background-color: black;
  display: flex;
  align-items: center;
  border-radius: 10px;
  justify-content: center;
}

.header--account--profile {
  color: white;
  text-decoration: none;
  margin-left: 10px;
}

.header--account .fa-user {
  color: white;
}

.header--line {
  height: 2px;
  width: 100%;
  color: #333;
}

.header--nav--element {
  font-size: 20px;
  font-weight: 400;
  color: rgb(46, 46, 46);
  text-decoration: none;
  margin-right: 40px;
}

/*making footer*/
.Footer {
  height: 350px;
  width: 100%;
  background-color: black;
  display: flex;
  gap: 100px;
  flex-wrap: wrap;
  padding: 60px;
}

.Footer--logo .footertext {
  color: white;
  font-size: 36px;
  font-weight: 700;
  font-family: "Pacifico", serif;
  margin-bottom: 20px;
}

.Footer--logo .footerpar {
  font-size: 20px;
  font-weight: 400;
  font-family: none;
  color: white;
  margin-bottom: 30px;
}

.Footer--logo {
  width: 400px;
}

.Footer--links {
  display: flex;
  gap: 80px;
}

.Footer--sponsors .spontext, .Footer--links .resources .foottext, .Footer--links .Menu .foottext {
  font-weight: 700;
  font-size: 30px;
  font-family: "Charm", serif;
  color: white;
}

.Footer--links .resources .footlinks, .Footer--links .Menu .footlinks {
  font-size: 20px;
  font-weight: 400;
  font-family: none;
  color: white;
  margin-bottom: 10px;
  text-decoration: none;
}

.Footer--links .resources, .Footer--links .Menu {
  display: flex;
  flex-direction: column;
}

.Footer--sponsors {
  display: flex;
  flex-direction: column;
}

.Footer--sponsors .footer--logo {
  width: 70px;
}

.Footer--logo .footerlinks {
  display: flex;
  gap: 25px;
}

.Footer--logo .footerlinks .links {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.Footer--logo .footerlinks .links .linkstext {
  font-size: 16px;
  font-weight: 400;
  font-family: none;
  color: white;
}

.Footer .verticalline {
  width: 1px;
  height: 210px;
  background-color: rgb(175, 170, 170);
  margin-top: 20px;
}

/*main page*/
.main {
  background-color: rgb(255, 255, 255);
  margin-top: 170px;
}

.main--img {
  height: 474px;
  position: relative;
}

.main--img .imagetext {
  position: absolute;
  width: 40%;
  height: 230px;
  top: 40%;
  left: 60px;
}

.main--img .image {
  width: 100%;
  height: auto;
}

.main--img .imagetext .imgtitle {
  font-weight: 700;
  font-size: 60px;
  font-family: "Charm", serif;
  color: white;
}

.main--img .imagetext .imgtext {
  font-size: 28px;
  font-weight: 400;
  font-family: none;
  color: rgba(186, 186, 186, 0.979);
  margin: 0;
}

.main--art {
  padding: 100px;
  display: flex;
  gap: 30px;
}

.main--art .list {
  width: 350px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.main--art .list .search-container2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #ccc;
  border-radius: 20px;
  padding: 5px;
}

.main--art .list .search-container2 .search-input2 {
  border: none;
  padding: 10px;
  outline: none;
  border-radius: 20px;
  width: 200px;
}

.main--art .list .search-container2 .search-button2 {
  background-color: black;
  border: none;
  padding: 10px;
  cursor: pointer;
  border-radius: 50%;
  margin-left: 5px;
}

.main--art .list .search-container2 .search-button2 .fa-search {
  color: white;
  font-size: 18px;
}

.main--art .list .listelements {
  display: flex;
  flex-direction: column;
  background-color: white;
}

.main--art .list .listelements .listtext {
  font-weight: 700;
  font-size: 36px;
  font-family: "Charm", serif;
  margin-bottom: 20px;
}

.main--art .list .listelements .form .formname {
  font-size: 25px;
  font-weight: 400;
  font-family: none;
  color: rgb(80, 80, 80);
  font-family: inherit;
  margin-left: 10px;
  margin-bottom: 5px;
}

.main--art .list .listelements .form .checkbox {
  transform: scale(1.7);
}

.main--art .list .listelements .more {
  font-size: 23px;
  margin-top: 10px;
  color: black;
  font-weight: 500;
  margin-bottom: 90px;
}

.main--art .paintings {
  display: flex;
  flex-direction: column;
  width: 1000px;
}

.main--art .paintings .drawings {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main--art .paintings .drawings .fourth-cards .Fourth-cards-pic {
  width: 300px;
}

.main--art .paintings .drawings .cardcontent {
  padding-top: 10px;
  padding-left: 10px;
}

.main--art .paintings .drawings .fourth-cards {
  background-color: white;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  margin-bottom: 20px;
}

.main--art .paintings .drawings .cardcontent .fourth-text {
  font-weight: 700;
  font-size: 36px;
  font-family: "Charm", serif;
}

.main--art .paintings .drawings .cardcontent .fourth-par {
  font-weight: 400;
  font-size: 20px;
  font-family: none;
  color: grey;
}

.main--art .paintings .drawings .cardbutton {
  width: 100px;
  height: 40px;
  border: #333 2px solid;
  border-radius: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  display: flex;
  text-align: center;
  justify-content: center;
}

.main--art .paintings .drawings .cardbutton .cardd {
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  color: black;
  margin-top: 5px;
}

.main--art .paintings .paintingtop {
  display: flex;
  flex-direction: column;
}

.main--art .paintings .paintingtop .top {
  display: flex;
  justify-content: space-between;
}

.main--art .paintings .paintingtop .top .toptext {
  font-size: 20px;
  font-weight: 400;
  font-family: none;
  color: rgb(73, 73, 73);
  font-weight: 500;
  font-family: inherit;
  margin: 0;
}

.main--art .paintings .paintingtop .top .sort {
  margin-right: 30px;
  width: 200px;
  background-color: white;
  height: 40px;
  justify-content: space-between;
  border-radius: 10px;
  border: #565151 1px solid;
  padding: 7px;
  padding-right: 15px;
  display: flex;
  text-align: center;
}

.main--art .paintings .paintingtop .top .sort .sorttext {
  display: inline;
}

.main--art .paintings .paintingtop .topline {
  width: 100%;
  height: 2px;
  background-color: rgba(86, 81, 81, 0.7333333333);
  margin-top: 20px;
  margin-bottom: 30px;
}

.main--art .paintings .paintingsbottom {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border: rgba(86, 81, 81, 0.6784313725) 1px solid;
  margin-bottom: 100px;
  border-radius: 10px;
  margin-top: 50px;
}

.main--art .paintings .paintingsbottom .next {
  height: 30px;
  width: 90px;
  background-color: white;
  border-radius: 10px;
  border: rgba(86, 81, 81, 0.6784313725) 1px solid;
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 5px;
}

.main--art .paintings .paintingsbottom .next .bottomtext {
  display: inline;
  font-weight: 500;
}

.main--art .paintings .paintingsbottom .circles {
  display: flex;
  gap: 15px;
}

.main--art .paintings .paintingsbottom .circles .spot {
  height: 30px;
  width: 30px;
  border-radius: 100%;
  border: rgba(86, 81, 81, 0.6784313725) 1px solid;
  justify-content: center;
  display: flex;
}

.main--art .paintings .paintingsbottom .circles .spot .num {
  color: rgba(86, 81, 81, 0.8823529412);
  font-weight: 500;
}

/*price filter*/
.main--art .list .filter-container {
  text-align: center;
}

.main--art .list .filter-container .price-label {
  font-weight: 700;
  font-size: 36px;
  font-family: "Charm", serif;
  font-weight: bold;
}

.main--art .list .filter-container .range-values {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #555;
}

.main--art .list .filter-container .price-range {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 8px;
  background: #ddd;
  border-radius: 5px;
  outline: none;
  transition: background 0.3s ease;
}

@media only screen and (min-width: 1025px) {
  .header {
    padding: 20px 60px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .header {
    padding: 18px 50px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .header--name {
    margin-right: 150px;
  }
}
.header--form .form .input:focus {
  outline: none;
}
.header--account:hover {
  background-color: rgb(181, 160, 0);
  width: 155px;
  height: 65px;
}
.header--nav--element:hover {
  text-decoration: underline;
  color: rgb(181, 160, 0);
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .Footer {
    padding: 40px;
    gap: 20px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .Footer--logo {
    width: 300px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .Footer--logo .footertext {
    font-size: 25px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .Footer--logo .footerpar {
    font-size: 18px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .Footer--links .Menu .foottext {
    font-size: 20px;
  }
}
.Footer--links .Menu .footlinks:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .Footer--links .Menu .footlinks {
    font-size: 15px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .Footer--links .resources .foottext {
    font-size: 20px;
  }
}
.Footer--links .resources .footlinks:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .Footer--links .resources .footlinks {
    font-size: 15px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .Footer--sponsors .spontext {
    font-size: 20px;
  }
}
.Footer--sponsors .footer--logo:hover {
  width: 75px;
}

.main--art .list .search-container2 .search-button2:hover {
  background-color: rgba(128, 128, 128, 0.533);
}
.main--art .paintings .drawings .fourth-cards .Fourth-cards-pic:hover {
  width: 320px;
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .main--art .paintings .drawings .cardcontent .fourth-text {
    font-weight: 700;
    font-size: 20px;
    font-family: "Charm", serif;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .main--art .paintings .drawings .cardcontent .fourth-par {
    font-size: 14px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .main--art .paintings .drawings .cardbutton {
    width: 70px;
    height: 30px;
  }
}
.main--art .paintings .drawings .cardbutton:hover {
  background-color: rgba(146, 113, 30, 0.916);
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .main--art .paintings .drawings .cardbutton .cardd {
    font-size: 12px;
  }
}
.main--art .paintings .paintingsbottom .next:hover {
  background-color: rgb(194, 163, 10);
}
.main--art .paintings .paintingsbottom .circles .spot:hover {
  background-color: rgb(194, 163, 10);
}/*# sourceMappingURL=style.css.map */