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 main page*/
.Main {
  margin-top: 170px;
}

/*section first*/
.Main--first {
  display: flex;
  height: 800px;
  width: 100%;
  padding: 70px;
  background-color: white;
  height: 750px;
  padding-left: 110px;
}

.Main--first .Girl {
  height: 450px;
  margin-right: 50px;
}

.Main--seventh .Title, .Main--sixth .sixthtext .Title, .Main--second--text .Title, .Main--first--text .Title {
  font-weight: 700;
  font-size: 36px;
  font-family: "Charm", serif;
  margin-left: 30px;
  margin-top: 20px;
}

.Main--first--text {
  width: 500px;
  text-align: center;
  justify-content: center;
  margin-right: 50px;
}

.Main--seventh .Text, .Main--sixth .sixthtext .Text, .Main--second--text .Text, .Main--first--text .Text {
  font-weight: 700;
  font-size: 20px;
  font-family: "Charm", serif;
  color: #565151;
}

.Main--first .bird .Peacock {
  height: 500px;
  margin-top: 100px;
}

.Main--first--text .tables {
  display: flex;
  flex-wrap: wrap;
  gap: 150px;
}

.Main--first--text .tables .Table1 {
  margin-left: 100px;
  display: inline;
}

.Main--first--text .tables .Table2 {
  display: inline;
}

/*making second section*/
.Main--second {
  gap: 80px;
  display: flex;
  height: 800px;
  width: 100%;
  padding: 70px;
  background-color: rgba(226, 226, 226, 0.505);
}

.Main--second .secondpic {
  width: auto;
  height: auto;
}

.Main--second--text {
  width: 470px;
}

.Main--second--text .fa-arrow-right {
  color: blue;
  margin-right: 10px;
}

.Main--second--text .Boldtext {
  font-size: 20px;
  font-weight: 700;
}

/*making sixth section*/
.Main--sixth {
  display: flex;
  height: 800px;
  width: 100%;
  padding: 70px;
  background-color: rgb(0, 0, 0);
  gap: 250px;
}

.Main--sixth .sixthpic {
  height: auto;
}

.Main--sixth .sixthtext {
  display: flex;
  flex-direction: column;
  width: 550px;
}

.Main--sixth .sixthtext .icontext .texticon {
  font-weight: 700;
  font-size: 26px;
  font-family: "Charm", serif;
  color: white;
}

.Main--sixth .sixthtext .icontext .fa-check {
  color: white;
  margin-top: 8px;
  margin-right: 10px;
}

/*making seventh section*/
.Main--seventh {
  display: flex;
  height: 800px;
  width: 100%;
  padding: 70px;
  background-color: white;
  flex-direction: column;
}

.Main--seventh .comments {
  display: flex;
  gap: 50px;
}

.Main--seventh .comments .elements {
  background-color: rgba(128, 128, 128, 0.129);
  width: 450px;
  height: 300px;
  border-radius: 10px;
  margin-top: 20px;
  padding: 20px;
}

.Main--seventh .comments .elements .eltext {
  font-weight: 700;
  font-size: 26px;
  font-family: "Charm", serif;
}

.Main--seventh .comments .elements .elpar {
  margin-bottom: 50px;
}

.Main--seventh .comments .elements .commentfoot {
  display: flex;
  gap: 15px;
}

.Main--seventh .comments .elements .commentfoot .commentpic {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}

.Main--seventh .comments .elements .commentfoot .Commentname {
  display: flex;
  flex-direction: column;
}

.Main--seventh .comments .elements .commentfoot .Commentname .cname {
  font-weight: 700;
  font-size: 24px;
  font-family: "Charm", serif;
  margin-bottom: 0;
}

.Main--seventh .comments .elements .commentfoot .Commentname .cpar {
  font-size: 18px;
  font-weight: 400;
  font-family: none;
  color: grey;
}

/*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;
}

@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) {
  .Main--first {
    padding-top: 100px;
    padding: 50px;
    height: 500px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .Main--first .Girl {
    height: 250px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .Main--first--text {
    width: 250px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .Main--first--text .Title {
    font-weight: 700;
    font-size: 25px;
    font-family: "Charm", serif;
    margin-top: 10px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .Main--first--text .Text {
    font-weight: 700;
    font-size: 15px;
    font-family: "Charm", serif;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .Main--first--text .tables {
    gap: 50px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .Main--first--text .tables .Table1 {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .Main--first .bird .Peacock {
    height: 270px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .Main--second {
    padding-top: 100px;
    padding: 50px;
    height: 500px;
    gap: 30px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .Main--second .secondpic {
    width: auto;
    height: 360px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .Main--second--text {
    width: 350px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .Main--second--text .Title {
    font-weight: 700;
    font-size: 25px;
    font-family: "Charm", serif;
    margin: 0;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .Main--second--text .Text {
    font-weight: 700;
    font-size: 15px;
    font-family: "Charm", serif;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .Main--second--text .Boldtext {
    font-size: 15px;
  }
}
.Main--sixth {
  padding: 90px;
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .Main--sixth {
    padding-top: 100px;
    padding: 50px;
    height: 500px;
    gap: 100px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .Main--sixth .sixthtext {
    width: 380px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .Main--sixth .sixthtext .Title {
    font-size: 25px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .Main--sixth .sixthtext .Text {
    font-size: 15px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .Main--sixth .sixthtext .icontext .texticon {
    font-size: 18px;
  }
}
.Main--seventh {
  height: 600px;
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .Main--seventh {
    padding-top: 100px;
    padding: 50px;
    height: 500px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .Main--seventh .comments {
    gap: 20px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .Main--seventh .comments .elements {
    width: 250px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .Main--seventh .comments .elements .eltext {
    font-size: 18px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .Main--seventh .comments .elements .elpar {
    font-size: 13px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .Main--seventh .comments .elements .commentfoot {
    gap: 7px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .Main--seventh .comments .elements .commentfoot .commentpic {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .Main--seventh .comments .elements .commentfoot .Commentname .cname {
    font-size: 15px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .Main--seventh .comments .elements .commentfoot .Commentname .cpar {
    font-size: 12px;
  }
}

@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;
}/*# sourceMappingURL=style.css.map */