:root {
    --primary-color: #347C6C;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
}
body {
    font-family: "Poppins", sans-serif;
}
a {
    text-decoration: none;
}
img {
    cursor: pointer;
}
ul {
    list-style: none;
}
p {
    margin-bottom: 25px;
    font-size: 1.6rem;
    line-height: 1.8em;
    color: #2f2f2f;
}
h3 {
    font-size: 2.6rem;
    padding-top: 1rem;
    margin-bottom: 10px;
    color: #1B4730;
}
#fungus-break-pro_topreadbar{
    background-color: #1B4730 ;
    height: 8px;
    width: 0%;
    position: fixed;
    top: 0;
    left: 0;
}
.container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}
.gif-buy-btn {
    text-align: center;
    margin: 15px 0;
}
.gif-buy-btn img {
    width: 100%;
    max-width: 430px;
    cursor: pointer;
    margin-top: -2.8em;
}
.section {
    padding: 20px 0;
}
.btn {
    border: 0;
    background: none;
    cursor: pointer;
}
.subtitle {
    color: var(--primary-color);
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 20px;
}
.pages-title {
    margin-top: 10px;
    font-size: 2rem;
    font-weight: 300;
}
.fungus-break-pro_navbar {
    background-color: var(--primary-color);
    padding: 20px 0;
}
.fungus-break-pro_nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fungus-break-pro_logo {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 600;
}
.fungus-break-pro_nav-menu {
    display: none;
}
.fungus-break-pro_top-item {
    padding: 40px 0;
}
.fungus-break-pro_title {
    color: rgb(0, 0, 0);
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 20px;
}
.fungus-break-pro_subtitle {
    color: #005eff;
    font-size: 2.2rem;
}
.fungus-break-pro_list {
    margin: 30px 0;
}
.fungus-break-pro_list-item {
    font-weight: 600;
    font-size: 2rem;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.fungus-break-pro_list-item::before {
    content: "⭐";
    font-size: 22px;
    margin-right: 10px;
    margin-top: -5px;
}
.fungus-break-pro_buy-btn {
    text-transform: uppercase;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    background-color: #fd1644;
    border-radius: 7px;
    padding: 22px 30px;
}
.fungus-break-pro_buy__btn {
    text-transform: uppercase;
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    background-color: #fd1644;
    border-radius: 7px;
    padding: 22px 30px;
    margin-bottom: 1.5em;
    margin-top: 1em;
}
.fungus-break-pro_img {
    width: 100%;
    max-width: 490px;
    cursor: pointer;
}
.fungus-break-pro-a {
    color: #2f2f2f;
    cursor: pointer;
}
.fungus-break-pro_benefits__list {
    margin: 30px 0;
}
.fungus-break-pro__benefits_list-item {
    font-weight: 400;
    font-size: 2.2rem;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.fungus-break-pro__benefits_list-item::before {
    content: "\2714";
    font-weight: 800;
    color: #10c000;
    font-size: 25px;
    margin-right: 10px;
    margin-top: 1px;
}
.guarantee {
    background-color: var(--primary-color);
    color: #fff;
    padding: 30px 0;
    margin: 40px 0;
}
.fungus-break-pro-moneyback-text {
    color: rgb(245, 245, 245);
    font-size: 2em;
}
.guarantee img {
    width: 100%;
    max-width: 300px;
    margin-bottom: 40px;
}
.try_fungus-break-pro {
    font-size: 3em;
    color: #fd1644;
    padding-bottom: .5em;
}
.guarantee h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
}
.fungus-break-pro_ingredients img {
    width: 100%;
    max-width: 1000px;
    cursor: pointer;
}
.fungus-break-pro_ingredients {
    text-align: center;
}
.fungus-break-pro-whatis-fungus-break-pro-btn {
    text-align: center;
    margin-top: -2em;
    margin-bottom: 1.5em;
}
.fungus-break-pro-buy-img img {
    width: 100%;
    max-width: 900px;
}
.fungus-break-pro-buy-img {
    text-align: center;
    cursor: pointer;
}
.fungus-break-pro-results {
    font-weight: 600;
}
.padding-top1 {
    padding-top: 22px;
}
.padding-down1 {
    padding-top: 55px;
}
.order {
    text-align: center;
}
.order__bottles {
    margin: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
}
.order__bottles img {
    width: 100%;
    max-width: 350px;
    transition: ease 0.3s all;
}
.order__bottles img:hover {
    transform: scale(1.1);
}
.order__title {
    font-size: 3rem;
    margin-bottom: 20px;
}
.order__title,
.order__subtitle {
    color: var(--primary-color);
}
.checkout__title {
    color: #fff;
    background-color: var(--primary-color);
    font-size: 2rem;
    text-align: center;
    padding: 20px 30px;
    margin-bottom: 20px;
}
.checkout__text {
    text-align: center;
}
.checkout__text {
    text-align: center;
}
.fungus-break-pro_buy-img {
    text-align: center;
    margin: 20px 0;
}
.fungus-break-pro_buy-img img {
    width: 100%;
    max-width: 900px;
    cursor: pointer;
}
.links {
    background-color: var(--primary-color);
    padding: 20px 0;
}
.links a {
    color: #fff;
    font-weight: 600;
}
.footer {
    margin-top: 40px;
    color: #1B4730;
}
.footer p {
    font-size: 1.4rem;
}
.footer__copyright {
    color: #2f2f2f;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 30px;
}
.links__list {
    padding-top: 20px;    
}
.margin-top-very-small {
  margin-top: 10px;
}
.margin-top-small {
  margin-top: 20px;
}
.margin-top-medium {
  margin-top: 40px;
}
.margin-top-big {
  margin-top: 80px;
}
.margin-top-super-big {
  margin-top: 160px;
}
.center-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px; /* optional */
}
.center-text {
  text-align: center;
  margin-top: 20px;
}
.fungus-break-pro-center-image-fit {
  text-align: center;
  overflow: hidden;
}
.fungus-break-pro-center-image-fit img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: inline-block;
}

.fungus-break-pro-customer-name {
  font-weight: bold;
}
.fungus-break-pro-customer {
  margin-top: -15px;
}
.fungus-break-pro-bonus-price {
  font-weight: bold;
  color: black;
}

.fungus-break-pro-bonus-price-cut {
  position: relative;
}

.fungus-break-pro-bonus-price-cut::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  background-color: red;
  transform: rotate(-2deg);
}
.fungus-break-pro-gif-buy-btn-top {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fungus-break-pro-gif-buy-btn-top img {
  max-width: 100%;
  height: auto;
}
.fungus-break-pro-bonus-free {
  color: green;
}



@media screen and (max-width: 481px) {
    p {
        font-size: 2rem;
    }
    .subtitle {
        font-size: 2.8rem;
    }
    .fungus-break-pro_title {
        font-size: 4rem;
        margin-top: 20px;
    }
    .fungus-break-pro_subtitle {
        font-size: 2.2rem;
    }
}
@media screen and (min-width: 769px) {
    p {
        font-size: 2.2rem;
    }
    .subtitle {
        font-size: 3rem;
    }
    .fungus-break-pro_navbar {
        padding: 20px 0;
    }
    .fungus-break-pro_logo {
        font-size: 3.4rem;
    }
    .fungus-break-pro_nav-menu {
        display: flex;
    }
    .fungus-break-pro_nav-item {
        margin-right: 20px;
    }
    .fungus-break-pro_nav-item a {
        color: #fff;
        font-size: 1.4rem;
        text-transform: uppercase;
    }
    .fungus-break-pro_title {
        font-size: 3.6rem;
    }
    .fungus-break-pro_list {
        margin-left: 20px;
    }
    .fungus-break-pro_top-container {
        display: grid;
        align-items: center;
        grid-template-columns: repeat(2, 1fr);
    }
    .fungus-break-pro_benefits__list {
        margin-left: 40px;
    }
    .guarantee {
        text-align: center;
    }
    .guarantee h2 {
        font-size: 3rem;
    }
    .order__bottles {
        flex-direction: row;
    }
    .order__text {
        width: 100%;
        max-width: 900px;
        margin: auto;
    }
    .checkout__title {
        font-size: 2.6rem;
    }
    .links__list {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
    .footer__copyright {
        text-align: center;
    }
}
@media screen and (min-width: 1025px) {
    .subtitle {
        font-size: 4rem;
    }
    .fungus-break-pro_logo {
        font-size: 4rem;
    }
    .fungus-break-pro_title {
        font-size: 4.2rem;
    }
}
