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

.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;
}

.Main .carousel-image-container {
  width: 90%;
  margin-left: 80px;
  position: relative;
}

.Main .carousel-image-container .carousel-text {
  width: 50%;
  position: absolute;
  top: 40%;
  left: 30px;
  color: white;
  padding: 20px;
}

.Main .carousel-image-container .carousel-text .carousel-text--first {
  display: inline;
  font-weight: 700;
  font-size: 70px;
  font-family: "Charm", serif;
}

.Main .carousel-image-container .carousel-text .carousel-text--second {
  font-size: 20px;
  width: 85%;
}

.Main .carousel-image-container .carousel-text .button {
  background-color: black;
  width: 150px;
  height: 60px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Main .carousel-image-container .carousel-text .button .buttontext {
  color: white;
  font-size: 18px;
}

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

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

.Main--seventh .Title, .Main--sixth .sixthtext .Title, .Main--fifth .Title, .Main--fourth .Title, .Main--third .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--fifth .Text, .Main--fourth .Text, .Main--third .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: 400px;
  margin-top: 100px;
}

.Main--first .bird .circle {
  background-color: black;
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  bottom: 100px;
  left: -70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Main--first .bird .circle .learn {
  font-size: 26px;
  color: white;
  text-decoration: none;
}

.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;
}

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

/*making cards*/
.Main--third--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 26px;
}

.Main--third--cards .Card {
  position: relative;
}

.Main--third--cards .Card .Cardpic {
  width: 220px;
  height: 260px;
}

.Main--third--cards .Card .Cardtext {
  position: absolute;
  bottom: 10px;
  color: white;
  background-color: rgba(86, 81, 81, 0.8);
}

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

.Main--fifth--cards .fourth-cards .Fourth-cards-pic, .Main--fourth--cards .fourth-cards .Fourth-cards-pic {
  width: 300px;
}

.Main--fourth--cards .fourth-cards .cardcontent {
  padding-top: 10px;
  padding-left: 10px;
}

.Main--fifth--cards .fourth-cards, .Main--fourth--cards .fourth-cards {
  background-color: white;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
}

.Main--fifth--cards .fourth-cards .fourth-text, .Main--fourth--cards .fourth-cards .cardcontent .fourth-text {
  font-weight: 700;
  font-size: 36px;
  font-family: "Charm", serif;
}

.Main--fifth--cards .fourth-cards .fourth-par, .Main--fourth--cards .fourth-cards .cardcontent .fourth-par {
  font-weight: 400;
  font-size: 20px;
  font-family: none;
  color: grey;
}

.Main--fifth--cards, .Main--fourth--cards {
  display: flex;
  gap: 40px;
  justify-content: space-around;
}

.Main--fourth--cards .fourth-cards .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--fourth--cards .fourth-cards .cardbutton .cardd {
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  color: black;
  margin-top: 5px;
}

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

/*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 .carousel-image-container {
    margin-left: 0px;
    width: 100%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .Main .carousel-image-container .carousel-text {
    top: 30%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .Main .carousel-image-container .carousel-text .carousel-text--first {
    font-weight: 700;
    font-size: 50px;
    font-family: "Charm", serif;
  }
}
.Main .carousel-image-container .carousel-text .button:hover {
  background-color: rgb(148, 114, 28);
  width: 155px;
  height: 65px;
}
@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;
  }
}
.Main--first .bird .circle:hover {
  width: 160px;
  height: 160px;
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .Main--first .bird .circle {
    width: 80px;
    height: 80px;
    left: -35px;
    bottom: 60px;
  }
}
.Main--first .bird .circle:hover {
  background-color: rgb(140, 111, 40);
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .Main--first .bird .circle .learn {
    font-size: 12px;
  }
}
@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;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .Main--third {
    padding-top: 100px;
    padding: 50px;
    height: 550px;
  }
}
.Main--third .Title {
  margin-bottom: 16px !important;
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .Main--third--cards {
    gap: 10px;
    width: 750px;
  }
}
.Main--third--cards .Card .Cardpic:hover {
  height: 265px;
  width: 230px;
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .Main--third--cards .Card .Cardpic {
    width: 120px;
    height: 150px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .Main--third--cards .Card .Cardtext .cardname {
    font-size: 20px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .Main--third--cards .Card .Cardtext .pa {
    display: none;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .Main--fourth {
    padding-top: 100px;
    padding: 50px;
    height: 570px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .Main--fourth--cards {
    gap: 20px;
    justify-content: left;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .Main--fourth--cards .fourth-cards {
    width: 180px;
  }
}
.Main--fourth--cards .fourth-cards .Fourth-cards-pic:hover {
  width: 320px;
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .Main--fourth--cards .fourth-cards .Fourth-cards-pic {
    width: 180px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .Main--fourth--cards .fourth-cards .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--fourth--cards .fourth-cards .cardcontent .fourth-par {
    font-size: 14px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .Main--fourth--cards .fourth-cards .cardbutton {
    width: 70px;
    height: 30px;
  }
}
.Main--fourth--cards .fourth-cards .cardbutton:hover {
  background-color: rgba(146, 113, 30, 0.916);
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .Main--fourth--cards .fourth-cards .cardbutton .cardd {
    font-size: 12px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .Main--fifth {
    padding-top: 100px;
    padding: 50px;
    height: 570px;
  }
}
.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;
  }
}
.Main--seventh .comments .elements:hover {
  width: 470px;
  height: 320px;
}
@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 */