h1 {
    font-size: clamp(3.4rem, calc(3.4rem + ((1vw - 0.3rem) * 1.2)), 4rem);
    max-width: clamp(45rem, calc(45rem + ((1vw - 1.3rem) * 42.8571)), 75rem);
    padding: 1rem 1rem 1.5rem;
    margin-bottom: .5rem;
}

h2 {
    margin-top: 5rem;
}

h2, h3, h4 {
    position: relative;
    display: inline-flex;
    z-index: 1;
}

h2::before, h3::before, h4::before {
    position: absolute;
    content: "";
    height: clamp(0.8rem, calc(0.8rem + ((1vw - 0.32rem) * 0.4545)), 1.2rem);
    width: 60%;
    background: linear-gradient(90deg, #ffa339 0%, #ffd952 70%, rgba(0,212,255,0) 100%);
    top: clamp(2.8rem, calc(2.8rem + ((1vw - 0.32rem) * 0.7955)), 3.5rem);
    left: 0;
    z-index: -1;
}

h3::before {
    background: linear-gradient(90deg, #009fff 0%, #009fff9e 70%, rgba(0,212,255,0) 100%);
    height: clamp(0.5rem, calc(0.5rem + ((1vw - 0.32rem) * 0.3409)), 0.8rem);
    top: clamp(2.4rem, calc(2.4rem + ((1vw - 0.32rem) * 0.5682)), 2.9rem);

}

.article-banner {
    display: flex;
    position: relative;
    color: #fff;
    background: #010a11;
    text-shadow: 0 0 .5rem #010a11;
    height: 72rem;
}

.article-banner picture {
    width: 100%;
    max-width: 128rem;
    margin-left: auto;
}

.article-banner img {
    height: 100%;
    position: absolute;
    object-fit: cover;
    right: 0;
}

.banner-hover {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem 5rem;
    transition: .5s;
    z-index: 1;
}

.banner-hover:hover h1, .banner-hover:hover .meta {
    opacity: .3;
    transition: .5s;
}

.banner-hover:hover .social-icons {
    transform: scale(1.4);
    transition: .5s;
    transform-origin: left 50%;
}

.article-banner img {
    height: 100%;
    position: absolute;
    object-fit: cover;
    right: 0;
}

.meta {
    font-size: clamp(1.3rem, calc(1.3rem + ((1vw - 0.3rem) * 0.1754)), 1.5rem);
    padding: 1rem;
    margin-right: auto;
}

.meta a {
    text-decoration: none;
    color: #fff;
}

h1, .meta {
    background: #010a11;
    z-index: 1;
}

.social-icons {
    padding: .5rem .5rem .5rem .2rem;
    background: rgba(255,255,255,0.1);
    transition: .5s;
    margin: 0 auto .3rem 0;
    width: fit-content;
    z-index: 1;
}

.social-icons svg {
    height: 2rem;
    width: 2rem;
    margin: 0 .5rem;
    transition: .3s;
    fill: var(--main-bravo);
}

.social-icons svg:hover {
    filter: drop-shadow(.1rem .1rem .4rem #00000096);
    color: #fff;
}

.article-content {
    padding: clamp(5.5rem, calc(5.5rem + ((1vw - 0.32rem) * 2.2727)), 7.5rem) 1rem;
    max-width: 80rem;
    margin: auto;
    top: -6rem;
    position: relative;
    background: #fff;
    border-top: 0.5rem solid #ff0000;
}

.article-bg {
    width: 100%;
    background: #fff;
    position: relative;
}


.article-content p {
    margin-block-start: 1rem;
    margin-block-end: 2rem;
}

.article-content p a {
    color: #0000ff;
    background: #e6f2ff;
    background-image: linear-gradient(#009fffde, #009fffde), linear-gradient(#009fffde, #009fffde);
    background-size: 2rem .2rem, 100% .2rem, 0 .2rem;
    background-position: calc(2rem * -1) 100%, 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size .2s linear, background-position .2s linear;
    padding: .4rem .4rem .1rem .4rem;
    text-decoration: none;
}

.article-content p a:hover {
    background-size: 2rem .2rem, 0 .2rem, 100% .2rem;
    background-position: calc(100% + 2rem) 100%, 100% 100%, 0 100%;
}


.article-content > p:first-of-type {
    margin-block-start: 0;
}

.article-content > p:first-of-type:first-line {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .1rem;
}

.article-content > p:first-of-type:first-letter {
    font-size: clamp(7rem, calc(7rem + ((1vw - 0.32rem) * 3.4091)), 10rem);
    float: left;
    background: #010a11;
    color: #fff;
    padding: 2.5rem 1.4rem;
    margin-right: .5rem;
    line-height: 0.8;
    font-family: Georgia, 'Times New Roman', Garamond, 'Poppins';
}

.article-content img {
	width: 100%;
    max-width: 42rem;
}

.approved-product {
    padding: 7rem 0 7rem;
    border-bottom: .1rem solid #d3d3d3;
}

.approved-product:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.product-image {
    display: flex;
    justify-content: center;
}

.product-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 4rem;
}

.button {
  color: #fff;
  padding: 1.9rem 3rem;
  box-shadow: 0 1.7rem 1rem -1rem rgba(0, 0, 0, 0.4);
  transition: all cubic-bezier(0.42, 0, 0.93,-0.05) 100ms;
  text-align: center;
  width: 48%;
  font-size: 1.6rem;
  letter-spacing: .1rem;
  overflow: hidden;
  margin-bottom: 2rem;
}

.button:after {
  background: rgba(255, 255, 255, 0.2);
  content: "";
  position: absolute;
  height: 15rem;
  left: -7.5rem;
  top: -5rem;
  transform: rotate(35deg);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  width: 5rem;
  z-index: -10;
}

.button:hover:after {
  left: 120%;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.button:hover {
  box-shadow: 0 3.5rem 2rem -2rem rgba(0, 0, 0, 0.2);
  transform: translate(0, -.3rem) scale(1.05);
  text-shadow: 0.1rem 0.1rem 0.3rem #00000080;
}

.review-btn {
  background: #0158e8;
}

.review-btn:hover {
    background: #0062ff;
  }

.get-btn {
  background: #cc0000;
}

.get-btn:hover {
    background: #e90000;
}
   
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media only screen and (min-width: 2100px) {
    .banner-hover {
        padding-left: clamp(5rem, calc(5rem + ((1vw - 2.1rem) * 54.3478)), 30rem);
        position: relative;
        left: 12%;
    }
}

@media only screen and (max-width: 1533px) {
    .article-banner {
        height: 54.1rem;
    }
}

@media only screen and (min-width: 1310px) and (max-width: 1700px) {
    .banner-hover {
        padding: 1rem 2rem;
    }
}

@media only screen and (max-width: 1200px) {
    .banner-hover {
        padding: 1rem;
    }
}

@media only screen and (max-width: 1150px) {
    .social-icons {
        background: #1b2329;
    }
}

@media only screen and (min-width: 800px) {
    h1 {
        font-size: clamp(4rem, calc(4rem + ((1vw - 0.8rem) * 3.125)), 6rem);
    }
}

@media only screen and (max-width: 800px) {
    .breadcrumb, .article-content {
        top: 0;
    }
    .banner-hover {
        margin-top: 31rem;
    }
}

@media only screen and (max-width: 769px) {
    .article-banner {
        flex-direction: column-reverse;
        justify-content: flex-end;
        height: auto;
    }
    .article-banner img {
        position: static;
        height: 43.9rem;
    }
    .banner-hover {
        background: #010a11;
        margin-top: 0;
        padding: 1.5rem 1rem 1.5rem 0;
    }
    .meta {
        padding: 0 1rem;
    }
    .article-content {
        top: 0;
    }
    h1, .meta {
        background: none;
        padding-bottom: 0;
        margin-right: auto;
    }
    .social-icons {
        background: rgba(255,255,255,0.1);
        margin-left: 1rem;
        border-radius: 5rem;
    }
}

@media only screen and (max-width: 601px) {
    .article-banner img {
        height: 33.8rem;
    }
}

@media only screen and (max-width: 480px) {
    .share-icons svg {
        height: 3rem;
        width: 3rem;
        margin: 0 1rem;
    }
    .product-buttons {
        flex-direction: column;
        align-items: center;
    }
    .button {
        width: 100%;
    }
}