.col-3, .col-2 {
display: none;
}
.col-7 {
width: 100%;
}
.subscription-product {
margin: 8rem 0;
position: relative;
padding: 40px 20px;
}
.subscription-product::before {
content: "";
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 100%;
max-width: 600px;
height: 60%;
background: #726353;
z-index: 0;
}
.subscription-box {
background: #fff;
padding: 40px 50px;
max-width: 500px;
margin: 0 auto;
position: relative;
z-index: 1;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
border-radius: 4px;
}
@media (max-width: 768px) {
.subscription-box {
padding: 30px 25px;
max-width: 100%;
}
}
.subscription-price {
text-align: center;
margin-bottom: 30px;
position: relative;
}
.price-amount {
display: block;
font-size: 48px;
font-weight: bold;
color: #726353;
line-height: 1.2;
margin-bottom: 8px;
}
@media (max-width: 768px) {
.price-amount {
font-size: 36px;
}
}
.price-period {
display: block;
font-size: 24px;
color: #726353;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 10px;
position: relative;
}
.price-underline {
width: 60px;
height: 2px;
background: #dc2626;
margin: 0 auto;
}
.subscription-features {
margin-bottom: 30px;
}
.feature-item {
font-size: 24px;
color: #726353;
text-transform: uppercase;
letter-spacing: 0.5px;
margin-bottom: 12px;
line-height: 1.6;
text-align: center;
}
.feature-item:last-child {
margin-bottom: 0;
}
.subscription-button {
display: block;
text-align: center;
text-decoration: none;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
border: none;
cursor: pointer;
transition: background-color 0.3s ease;
background: #dc2626;
color: #fff;
width: 100%;
padding: 16px 30px;
font-size: 1.5rem;
}
.subscription-button:hover {
background: #b91c1c;
color: #fff;
text-decoration: none;
}
.subscription-button:active {
background: #991b1b;
}
.subscription-login-section {
text-align: center;
margin: 30px 0;
padding: 20px 0;
}
.subscription-login-text {
font-size: 2rem;
color: #726353;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 15px;
font-weight: 500;
}
.subscription-login-button {
display: block;
text-align: center;
text-decoration: none;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
border: none;
cursor: pointer;
transition: background-color 0.3s ease;
background: #726353;
color: #fff;
display: inline-block;
padding: 18px 100px;
font-size: 1.4rem;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.subscription-login-button:hover {
background: #4a3a2a;
color: #fff;
text-decoration: none;
}
.subscription-login-button:active {
background: #4a3a2a;
}
.subscription-login-button:hover {
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.magazine-demo-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 40px 0;
gap: 40px;
}
.magazine-demo-item {
flex: 0 0 calc(33.333% - 20px);
max-width: 400px;
min-width: 250px;
cursor: pointer;
transition: transform 0.2s ease, box-shadow 0.2s ease;
padding: 1rem;
}
.magazine-demo-item:hover {
transform: translateY(-5px);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
.magazine-demo-item {
flex: 0 0 calc(50% - 10px);
min-width: 200px;
}
}
@media (max-width: 480px) {
.magazine-demo-item {
flex: 0 0 100%;
max-width: 100%;
}
}
.magazine-demo-thumbnail {
width: 100%;
margin-bottom: 15px;
overflow: hidden;
}
.magazine-thumbnail-img {
width: 100%;
height: auto;
display: block;
-o-object-fit: cover;
object-fit: cover;
}
.magazine-demo-flip {
width: 100%;
height: 100%;
}
.magazine-demo-flip iframe,
.magazine-demo-flip > div {
width: 100% !important;
height: 100% !important;
}
.magazine-demo-button {
display: block;
text-align: center;
text-decoration: none;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
border: none;
cursor: pointer;
transition: background-color 0.3s ease;
background: #726353;
color: #fff;
width: -moz-fit-content;
width: fit-content;
padding: 12px 30px;
margin: 1rem auto;
font-size: 1.4rem;
}
.magazine-demo-button:hover {
background: #4a3a2a;
color: #fff;
text-decoration: none;
}
.magazine-demo-button:active {
background: #4a3a2a;
}
.magazine-demo-popup {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9999;
display: none;
}
.magazine-popup-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.85);
cursor: pointer;
}
.magazine-popup-content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: 95%;
max-height: 95vh;
background: #222222;
border-radius: 8px;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
overflow: hidden;
display: flex;
flex-direction: column;
}
.magazine-popup-content .magazine-demo-flip {
flex: 1;
width: 100%;
height: 100%;
padding: 20px;
box-sizing: border-box;
overflow: auto;
}
.magazine-popup-content .magazine-demo-flip iframe,
.magazine-popup-content .magazine-demo-flip > div {
width: 100% !important;
height: 100% !important;
min-height: 600px;
}
@media (max-width: 480px) {
.magazine-popup-content {
width: 100%;
height: 100%;
max-height: 100vh;
border-radius: 0;
}
.magazine-popup-content .magazine-demo-flip {
padding: 10px;
}
}
.magazine-popup-close {
position: absolute;
top: 15px;
right: 15px;
width: 40px;
height: 40px;
background: #726353;
color: #fff;
border: none;
border-radius: 50%;
font-size: 28px;
line-height: 1;
cursor: pointer;
z-index: 10000;
display: flex;
align-items: center;
justify-content: center;
transition: background-color 0.3s ease;
padding: 0;
}
.magazine-popup-close:hover {
background: #4a3a2a;
}
@media (max-width: 480px) {
.magazine-popup-close {
top: 10px;
right: 10px;
width: 35px;
height: 35px;
font-size: 24px;
}
}
.archive #content {
margin-top: 5rem;
}
@media (min-width: 850px) {
.archive #content {
margin-top: 2rem;
}
}
.magazine-expired-message {
background: #f1ece7;
padding: 30px 40px;
margin: 30px auto;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.magazine-expired-message .expired-title {
margin: 0 0 15px 0;
color: #726353;
font-size: 24px;
font-weight: bold;
line-height: 1.3;
}
.magazine-expired-message .expired-text {
margin: 0 0 25px 0;
color: #666;
font-size: 16px;
line-height: 1.5;
}
.expired-purchase-button {
display: block;
text-align: center;
text-decoration: none;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
border: none;
cursor: pointer;
transition: background-color 0.3s ease;
background: #dc2626;
color: #fff;
display: inline-block;
padding: 14px 40px;
font-size: 16px;
font-weight: bold;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.expired-purchase-button:hover {
background: #b91c1c;
color: #fff;
text-decoration: none;
}
.expired-purchase-button:active {
background: #991b1b;
}
.expired-purchase-button:hover {
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.col-12 .magazine-archive-container {
display: grid;
grid-template-columns: repeat(4, 1fr);
flex-wrap: wrap;
margin-bottom: 4rem;
gap: 30px;
width: 100%;
}
@media (max-width: 768px) {
.col-12 .magazine-archive-container {
grid-template-columns: repeat(2, 1fr);
gap: 0px;
}
}
.magazine-item-clickable {
cursor: pointer;
transition: transform 0.2s ease, box-shadow 0.2s ease;
position: relative;
padding: 1rem;
}
.magazine-item-clickable:hover {
transform: translateY(-5px);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.magazine-item-clickable .magazine-archive-title,
.magazine-item-clickable .magazine-archive-thumbnail,
.magazine-item-clickable .magazine-archive-thumbnail img {
pointer-events: none;
}
.magazine-item-clickable .magazine-archive-button,
.magazine-item-clickable a {
pointer-events: auto;
position: relative;
z-index: 5;
font-size: 1.4rem;
}
.magazine-archive-thumbnail {
width: 100%;
margin-bottom: 15px;
overflow: hidden;
}
.magazine-archive-title {
font-size: 2rem !important;
color: #726353;
margin: 15px 0;
font-weight: 600;
text-align: left;
}
.magazine-archive-button {
display: block;
text-align: center;
text-decoration: none;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
border: none;
cursor: pointer;
transition: background-color 0.3s ease;
display: inline-block;
padding: 12px 40px;
color: #fff;
width: 100%;
font-size: 14px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.magazine-button-active {
background: #726353;
}
.magazine-button-active:hover {
background: #4a3a2a;
color: #fff;
text-decoration: none;
}
.magazine-button-purchase {
background: #dc2626;
}
.magazine-button-purchase:hover {
background: #b91c1c;
color: #fff;
text-decoration: none;
}
.magazine-archive-container h1 {
margin: 1rem !important;
}
@media (min-width: 1681px) {
.magazine-archive-container h1 {
margin: 4rem 1rem !important;
}
}
.subscription-login-section {
background-color: hsla(31.76, 11.11%, 70%, 0.12);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 3rem;
}
.magasines-redirect-image {
border: 10px solid #726353;
background-color: white;
border-radius: 111111px;
width: 300px;
aspect-ratio: 1/1;
display: flex;
align-items: center;
justify-content: center;
}
.magasines-redirect-image svg {
width: 150px;
height: auto;
}