@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Raleway", sans-serif;
}

body {
  position: relative;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

.big__heading {
  font-size: 5.5em;
  font-weight: 800;
  line-height: 0.9em;
  letter-spacing: -3px;
}

.small__heading {
  font-size: 2em;
  color: #dfbd69;
  margin-bottom: 1rem;
  font-weight: 600;
}

p.text {
  font-size: 1.15em;
  line-height: 1.35em;
  font-weight: 400;
}

@media only screen and (max-width: 1400px) {
  .big__heading {
    font-size: 4.5em;
  }
  p.text {
    font-size: 1em;
  }
}
@media only screen and (max-width: 1200px) {
  .big__heading {
    font-size: 3em;
  }
  .small__heading {
    font-size: 1.35em;
  }
  p.text {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 850px) {
  p.text {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 850px) {
  .big__heading {
    font-size: 3em;
  }
}
@media only screen and (max-width: 700px) {
  .big__heading {
    font-size: 2.25em;
    letter-spacing: 0;
  }
  .small__heading {
    font-size: 0.9em;
    margin-bottom: 0;
  }
  p.text {
    font-size: 0.7em;
  }
}
footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 10%;
  background: #000;
}
footer .logo__text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
footer .logo__text img {
  height: 6rem;
}
footer .logo__text nav {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-flow: column;
  gap: 1rem;
}
footer .logo__text nav a {
  color: #fff;
  text-decoration: none;
  font-size: 1em;
  opacity: 0.5;
  transition: 0.2s ease;
}
footer .logo__text nav a:hover {
  opacity: 1;
}
footer .socials {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
}
footer .socials .icon {
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  border: 1.5px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease;
  opacity: 0.5;
}
footer .socials .icon svg {
  height: 1rem;
  width: auto;
}
footer .socials .icon:hover {
  transform: scale(1.05);
}

@media only screen and (max-width: 700px) {
  footer {
    flex-flow: column;
    height: auto;
    padding: 3rem 0;
    gap: 2.5rem;
  }
  footer .logo__text {
    flex-flow: column;
    gap: 2.5rem;
  }
}
#gdpr__parent {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}
#gdpr__parent input {
  height: auto;
  width: auto;
  cursor: pointer;
}
#gdpr__parent label {
  color: #000;
  cursor: pointer;
}
#gdpr__parent label a {
  color: #000;
}

@media only screen and (max-width: 700px) {
  #gdpr__parent label {
    font-size: 0.8em;
  }
}
header {
  height: 6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5%;
}
header img {
  height: 4rem;
}
header nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
header nav a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.8em;
  position: relative;
}
header nav a::after, header nav a::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 0;
  background: #000;
  transition: width 0.2s ease;
}
header nav a::before {
  top: -10px;
}
header nav a::after {
  bottom: -10px;
}
header nav a:hover::after, header nav a:hover::before, header nav a.active::after, header nav a.active::before {
  width: 50%;
}

main {
  display: grid;
  grid-template-columns: 0.45fr 0.55fr;
  align-items: start;
  gap: 50px;
}
main .image {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-flow: column;
  position: sticky;
  top: 0;
  left: 0;
}
main .image img {
  width: 100%;
  height: 100%;
}
main .image .row {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
}
main .image .row img {
  border-top: 7px solid #fff;
  -o-object-fit: cover;
     object-fit: cover;
}
main .text__parent {
  padding-top: 2.5rem;
  padding-bottom: 5rem;
  padding-right: 5vw;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-flow: column;
}
main .text__parent .back__link {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5px;
  margin-bottom: 2rem;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}
main .text__parent .back__link svg {
  height: 25px;
  width: 25px;
}
main .text__parent .small__heading {
  color: #000;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 1.25rem;
}
main .text__parent .desc {
  padding: 3rem 0 4rem;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-flow: column;
  gap: 15px;
}
main .text__parent .desc h4 {
  font-size: 20px;
}
main .text__parent .desc .btn {
  border: none;
  background: none;
}
main .text__parent .desc .btn a {
  padding: 0.75em 1.5em;
  background: #dfbd69;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  border-radius: 5px;
  transition: 0.25s ease;
}
main .text__parent .desc .btn:hover a {
  background: rgb(220.3098901099, 183.4516483516, 92.3901098901);
}
main .text__parent .attributes .attributes__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
main .text__parent .attributes .attributes__content .heading {
  padding: 10px;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 7px;
}
main .text__parent .attributes .attributes__content p {
  font-size: 15px;
}
main .text__parent .styles {
  padding: 5rem 0;
}
main .text__parent .styles.styles__first {
  padding: 0;
}
main .text__parent .styles.styles__second {
  padding: 5rem 0 0;
}
main .text__parent .styles .small__heading {
  margin-bottom: 0.25rem;
}
main .text__parent .styles .styles__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 1.5rem;
}
main .text__parent .styles .styles__content .item .heading {
  padding: 10px;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 7px;
}
main .text__parent .styles .styles__content .item .points {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 10px;
  flex-flow: column;
  margin-top: 15px;
}
main .text__parent .styles .styles__content .item .points .point {
  display: grid;
  grid-template-columns: 20px 1fr;
}
main .text__parent .styles .styles__content .item .points .point svg {
  height: 20px;
  width: 20px;
  stroke-width: 2;
}
main .text__parent .styles .styles__content .item .points .point span {
  font-size: 15px;
  line-height: 1.4em;
}

@media only screen and (max-width: 1550px) {
  main .text__parent .attributes .attributes__content {
    gap: 15px;
  }
  main .text__parent .attributes .attributes__content .heading {
    font-size: 15px;
    word-spacing: -1px;
  }
  main .text__parent .attributes .attributes__content p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1300px) {
  main {
    gap: 35px;
  }
  main .text__parent .back__link {
    font-size: 15px;
    margin-bottom: 1rem;
  }
  main .text__parent .back__link svg {
    height: 21px;
    width: 21px;
  }
  main .text__parent .small__heading {
    font-size: 31px;
    margin-bottom: 0.75rem;
  }
  main .text__parent .desc {
    padding: 1.5rem 0 2.5rem;
  }
  main .text__parent .desc h4 {
    font-size: 16px;
  }
  main .text__parent .desc .btn a {
    font-size: 14px;
  }
  main .text__parent .attributes .attributes__content {
    gap: 15px;
  }
  main .text__parent .attributes .attributes__content .heading {
    font-size: 14px;
    word-spacing: -1px;
  }
  main .text__parent .styles {
    padding: 2.5rem 0;
  }
  main .text__parent .styles.styles__second {
    padding: 2.5rem 0 0;
  }
  main .text__parent .styles p {
    font-size: 0.8em;
  }
  main .text__parent .styles .styles__content {
    gap: 15px;
  }
  main .text__parent .styles .styles__content .item .heading {
    font-size: 14px;
  }
  main .text__parent .styles .styles__content .item .points {
    gap: 7px;
    margin-top: 10px;
  }
  main .text__parent .styles .styles__content .item .points .point {
    grid-template-columns: 17px 1fr;
  }
  main .text__parent .styles .styles__content .item .points .point svg {
    height: 17px;
    width: 17px;
  }
  main .text__parent .styles .styles__content .item .points .point span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 900px) {
  main {
    grid-template-columns: 1fr;
  }
  main .image {
    position: relative;
  }
  main .text__parent {
    padding: 1rem 5vw 3rem;
  }
}
@media only screen and (max-width: 700px) {
  header {
    width: 100vw;
    height: 5rem;
    justify-content: space-between;
  }
  header img {
    height: 2rem;
  }
  header nav {
    gap: 0.5rem;
  }
  header nav a {
    font-size: 0.5em;
  }
  main {
    gap: 20px;
  }
  main .text__parent {
    margin: 0 5vw;
  }
  main .text__parent .back__link {
    font-size: 13px;
  }
  main .text__parent .back__link svg {
    height: 17px;
    width: 17px;
  }
  main .text__parent .small__heading {
    font-size: 25px;
  }
  main .text__parent .desc h4 {
    font-size: 14px;
  }
  main .text__parent .desc .btn a {
    font-size: 13px;
  }
  main .text__parent .attributes .attributes__content {
    grid-template-columns: 1fr;
  }
  main .text__parent .attributes .attributes__content p {
    font-size: 11px;
    line-height: 1.35em;
  }
  main .text__parent .styles .styles__content {
    grid-template-columns: 1fr;
  }
  main .text__parent .styles .styles__content .item .points .point svg {
    height: 17px;
    width: 17px;
  }
  main .text__parent .styles .styles__content .item .points .point span {
    font-size: 11px;
  }
}/*# sourceMappingURL=style.css.map */