.masthead iframe {
    width: 100%;
    border: 5px solid white;
    border-radius: 5px;
}

.masthead .btn {
    font-size: 20px;
    margin-top: 25px;
    background-color: var(--primary);
}

.masthead .btn:hover {
    color: white;
}

.dark-mode .masthead .btn {
    background-color: var(--warning);
    color: black;
}

h1 {
    font-weight: bold;
}

h2 {
    font-size: 18px;
}

.subscribe {
    padding: 0;
    border-radius: 15px;
    border: 1px solid #ececec;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 50px;
}

.subscribe.pro {
    background: linear-gradient(180deg, var(--primary) 0%, var(--primary) 100%);
    color: #fff;
    margin-left: 15px;
    border-color: #37003c;
}

.subscribe-title {
    font-size: 48px;
    font-weight: bold;
}

.subscribe-popular {
    border-radius: 5px;
    background-color: var(--secondary);
    color: var(--secondary-text);
    position: absolute;
    top: 10px;
    right: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    padding: 5px;
}

.subscribe-header {
    border-radius: 5px;
    margin: 0;
}

.subscribe-footer,
.subscribe-body {
    padding: 0 25px;
}

.subscribe .green-tick {
    width: 25px;
    height: 25px;
}

.subscribe table tr td {
    padding: 8px 0;
}

.subscribe.pro table tr td {
    color: white;
}

.subscribe table tr td:first-child {
    vertical-align: middle;
    width: 50px;
}

.subscribe .small {
    margin-bottom: 0;
}

.subscribe-monthly {
    text-align: left;
}

.subscribe.pro .subscribe-monthly {
    color: white;
}

.subscribe-footer {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}

.subscribe-footer .btn {
    width: 100%;
    font-size: 18px;
}

.subscribe-price {
    position: relative;
    font-size: 24px;
    font-weight: bold;
}

.subscribe-price.price-crossed::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -5%;
    width: 110%;
    height: 2px;
    background: #e63946;
    transform: rotate(-12deg);
}

.subscribe-annually {
    font-size: 12px;
}

.subscribe-monthly .subscribe-price {
    font-size: 28px;
}

.subscribe-price.price-crossed {
    font-size: 18px;
    margin-right: 5px;
}

.hero-image {
    width: 80%;
    border-radius: 5px;
    display: block;
    margin: auto;
}

.review-image {
    width: 40px;
    border-radius: 40px;
}

.review-name {
    font-weight: bold;
    font-size: 12px;
}

.featured-on {
    text-align: center;
}

.featured-on img {
    width: 75px;
    border-radius: 75px;
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
}


.stat-icon {
    font-size: 2.25rem;
    color: var(--secondary);
    margin-bottom: 0.5rem;
}

.stat-number {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;
}

.stat-label {
    font-size: 0.95rem;
    opacity: 0.85;
    max-width: 220px;
    margin: 0.25rem auto 0;
}

.stat-label {
    font-size: 0.95rem;
    opacity: 0.85;
    max-width: 220px;
    margin: 0.25rem auto 0;
}

.stat-links {
    font-size: 12px;
    font-weight: bold;
}

#fullscreen-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    justify-content: center;
    align-items: center;
    z-index: 999999;
}
  
#fullscreen-overlay img {
    max-width: 90%;
    max-height: 90%;
    box-shadow: 0 0 20px #fff;
    background-color: white;
}

.hero-image {
    cursor: pointer;
}
  
.dark-mode .subscribe,
.dark-mode .subscribe.pro {
    background: #384966;
    border-color: #384966;
}

@media (max-width: 991px) {
    .subscribe.pro {
        margin-left: 8.33333333%;
    }
}
