:root {
  --mainRed: #cc0d0d;
  --darkGray: #21272f;
  --midGray: #49505f;
  --midGray2: #5a6274;
  --lightGray: #cdcdcd;
  --dimmedText: #9aa2b2;
}

/*
.wrapper {
  max-width: 1200px;
  margin: auto;
}
*/

header {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

header .site-logo img {
  max-width: 150px;
  height: auto;
  display: flex;
  margin: 2rem 0 2.5rem;
}

.nav-wrapper {
  width: 100%;
}

.nav-wrapper .welcome {
  display: flex;
  justify-content: center;
  background-color: var(--darkGray);
  color: #fff;
  padding: 2rem 0 0;
}

header nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  background-color: var(--darkGray);
  padding: 2rem;
  margin-bottom: 2rem;
}

@media screen and (min-width: 1025px) {
  header nav {
    gap: 3rem;
  }
}

header nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--midGray2);
  border-radius: 1rem;
  padding: 0.5rem 2rem;
  color: #fff;
  font-weight: 400;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  header nav a {
    border-radius: 1rem;
    padding: 0.5rem 2rem;
    font-weight: 400;
    font-size: 1.8rem;
  }
}

main {
  padding: 0 1rem;
}

@media screen and (min-width: 768px) {
  main {
    padding: 0 4rem;
  }
}

.hero {
  display: flex;
  justify-content: center;
  padding: 3rem 1.5rem;
  gap: 2rem;
  flex-wrap: wrap;
}

.item-description {
  margin-bottom: unset;
}

@media screen and (min-width: 768px) {
  .item-description {
    margin-bottom: 4rem;
  }
}

.item-description .hero img {
  width: 100%;
  max-width: 700px;
  height: auto;
  margin-bottom: 3rem;
}

.item-description .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 1400px;
  margin: auto;
}

.item-description .content h1 {
  margin-bottom: 2.5rem;
}

.content ul {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin: .5rem 0 4rem;
}

.charts {
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.charts img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 1025px) {
  .charts img {
    max-width: 1000px;
    height: auto;
  }
}


.our-shop {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5rem 0rem 7rem;
  text-align: center;
  background-color: black;
  color: white;
  border-radius: 2rem;
  margin: 5rem 0;
}

@media screen and (min-width: 1025px) {
  .our-shop {
    padding: 6rem 0rem 8rem;
  }
}

.our-shop img {
  max-height: 80px;
  margin-bottom: 2rem;
}

@media screen and (min-width: 1025px) {
  .our-shop img {
    max-height: 100px;
    margin-bottom: 2rem;
  }
}

.our-shop h2 {
  font-size: 3.5rem;
  font-weight: 800;
}

@media screen and (min-width: 1025px) {
  .our-shop h2 {
    font-size: 6.5rem;
  }
}

.our-shop h3 {
  font-size: 3rem;
  font-weight: 500;
  margin: -1rem 1rem 4rem;
}

.cta-btn {
  margin: 1rem 0 0;
  background-color: var(--mainRed);
  padding: 1rem 2.5rem;
  border-radius: 1rem;
  color: white;
  font-weight: 500;
  font-size: 2.5rem;
  white-space: normal;
  background-size: 300% 300%;
  transition: .3s;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.534);
  cursor: pointer;
}

.cta-btn {
  background-image: linear-gradient(to left, #cc0d0d 0%, #7c0707 50%, #cc0d0d 100%);
}

.cta-btn:hover {
  transform: translateY(5px);
}

.video-wrapper {
  max-width: 925px;
  margin-left: auto;
  margin-right: auto;
}

.vid-instructions {
  max-width: 100%;
  margin: 5rem 0;
  /*border: 20px solid #cc0d0d;*/
  border-radius: 1rem;
}

.template-divider {
  width: 80%;
}

@media screen and (min-width: 768px) {
  .template-divider {
    width: 80%;
  }
}

.our-advantages {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5rem 3rem 0rem;
}

@media screen and (min-width: 768px) {
  .our-advantages {
    padding: 7rem 3rem 2rem;
  }
}

.strengths {
  display: flex;
  justify-content: center;
  gap: 5rem;
  flex-wrap: wrap;
  margin: 2.5rem 0 2.5rem;
}


.strengths img {
  width: 100%;
  max-width: 400px;
  height: auto;
}

.features {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 5rem;
  flex-wrap: wrap;
  margin: 2.5rem 0 5rem;
}

@media screen and (min-width: 768px) {
  .features {
    gap: 10rem;
  }
}

.location img {
  max-height: 100px;
  width: auto;
}

.features h2 {
  margin-top: 1.5rem;
  text-align: center;
}

.delivery {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.delivery img {
  max-width: 150px;
  height: auto;
}



.info-tabs input[type="radio"] {
  display: none;
}

.info-tabs {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem auto 5rem;
  gap: .5rem;
  row-gap: 0;
  max-width: 1200px;
}

@media screen and (min-width: 768px) {
  .info-tabs {
    margin: 0rem auto 8rem;
    padding: 2rem;
  }
}

.info-tabs label {
  background: var(--darkGray);
  color: #fff;
  cursor: pointer;
  order: initial;
  padding: 1rem 4rem 1rem 1rem;
  transition: background ease 0.3s;
  width: 100%;
  border-radius: 0;
  border-bottom: 1px solid var(--midGray);
}

.info-tabs label:first-of-type {
  border-radius: 1rem 1rem 0 0;
}

.info-tabs label:last-of-type {
  border-radius: 0 0 1rem 1rem;
}

.info-tabs input:last-of-type:checked+label:last-of-type {
  border-radius: 0;
}

.info-tabs input:last-of-type:checked~.tab-content {
  border-radius: 0 0 1rem 1rem;
}

.info-tabs input:checked+label {
  border-bottom: none;
}

.info-tabs .tab-content {
  background: #fff;
  display: none;
  flex-grow: 1;
  padding: 1rem;
  width: 100%;
  border: 1px solid var(--lightGray);
}

.info-tabs .tab-content h2 {
  margin-bottom: 1rem;
}

.info-tabs input[type="radio"]:checked+label {
  background: var(--mainRed);
  color: #fff;
}

.info-tabs input[type="radio"]:checked+label+.tab-content {
  display: block;
}

@media screen and (min-width: 1025px) {

  .info-tabs .tab-content {
    order: 2
  }

  .info-tabs label {
    order: 1;
    width: auto;
    border-radius: 1rem 1rem 0 0;
    padding: 1rem 4rem 1rem 4rem;
  }

  .info-tabs label:last-of-type {
    border-radius: 1rem 1rem 0 0;
  }

  .info-tabs input:last-of-type:checked+label:last-of-type {
    border-radius: 1rem 1rem 0 0;
  }

  .info-tabs input:last-of-type:checked~.tab-content {
    border-radius: 0;
  }
}


.footer-wrapper {
  max-width: 800px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}

footer {
  background-color: var(--darkGray);
  padding: 4rem;

}

footer a {
  color: #fff;
  font-weight: 300;
  font-size: 1.8rem;
}

.footer-logo img {
  max-width: 150px;
  height: auto;
}

footer nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem;
  margin: 1rem 0 -1rem;
}

footer nav a {
  display: flex;
  align-items: center;
  text-align: center;
}

footer nav a img {
  margin-right: .8rem;
  max-height: 16px;
  width: auto;
}

footer nav a {
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  footer nav a {
    font-size: 1.7rem;
  }

  footer nav a img {
    max-height: 20px;
  }
}

@media screen and (min-width: 1025px) {
  footer nav {
    gap: 5rem;
  }
}

.copyrights {
  display: flex;
  justify-content: center;
  color: var(--dimmedText);
  background-color: var(--darkGray);
  font-size: 1.4rem;
  font-weight: 300;
  padding: 1.5rem 2.5rem;
  border-top: 1px solid var(--midGray);
  text-align: center;
}

.copyrights span img {
  max-height: 15px;
  width: auto;
  margin: 0 .5rem -.3rem;
}
