.news-sec{
    width: 100vw;
    height: auto;
    background-color: #e8e8e8;
    display: flex;
    justify-content: center;
}


.headerline{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #000;
}

.headerline p{
    font-family: 'Kanit', sans-serif;
    font-size: 48px;
}



.news-container{
    margin-top: 8rem;
	width: 90%;
	height: auto;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    background-color:transparent;
    gap: 2rem;
	
}


.news-box-container{
	margin-top: 2rem;
	width: 100%;
	height: auto;
	display: flex;
    flex-wrap: wrap;
	gap: 2rem;
    padding-bottom: 6rem;
	justify-content: space-between;
}

.news-box{
	height: 12rem;
	width: 48%;
	background-color: #fff;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	opacity: 0;
	transform: translateY(5rem);
	transition: 1s ease;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.news-box.show{
	transform: translateY(0);
    position: relative;
    pointer-events: all;
	opacity: 1;

}

.news-box.hide{
	transform: translateY(0);
    position: absolute;
    pointer-events: none;
    transition: 0s;
	opacity: 0;

}

.news-box:hover{
	cursor: pointer;
}

.news-box-img{
	width: 35%;
	height: 100%;
	overflow: hidden;
}

.news-box-img img{
	width: 100%;
	height: 100%;
	transition: .5s ease;
}

.news-box-img img:hover{
	transform: scale(1.1);
	cursor: pointer;
}

.news-box-desc{
	width: 65%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.news-box-judul{
 padding: 1rem 1rem 0 1rem;
 height: 50%;
 text-align: justify;
}

.news-box-judul a{
	text-decoration: none;
	color: #000;
	font-family: 'Kanit', sans-serif;
	font-size: 28px;
	line-height: 1.5rem;

}

.news-prev{
	height: 40%;
	padding: 0 1rem 0 1rem;
}

.news-prev p{
	font-family: 'Poppins', sans-serif;
	text-align: justify;
	font-size: 13px;
	color: #000;
}

.news-box-update-time{
	padding: 0 1rem 0.2rem 1rem;
	text-align: left;
	display: flex;
	flex-direction: row;
	justify-content: space-between;

}

.news-box-update-time i{
	font-family: 'Poppins', sans-serif;
	color: #b8b8b8;
	font-size: 13px;
}

.news-views img{
	font-family: 'Poppins', sans-serif;
	color: #b8b8b8;
	height: 13px;
	vertical-align: middle;
	width: auto;

}

.news-views div{
	font-family: 'Poppins', sans-serif;
	color: #b8b8b8;
	font-size: 16px;
}


@media (max-width: 1291px){
                .headerline{
                    width: 100%;
                    height: auto;
                    border-bottom: 1px solid #000;
                }
                
                .headerline p{
                    font-family: 'Kanit', sans-serif;
                    font-size: 42px;
                }
                
                
                
                .news-container{
                    margin-top: 8rem;
                    width: 90%;
                    height: auto;
                    background-color: transparent;
                    display: flex;
                    flex-direction: column;
                    background-color:transparent;
                    gap: 2rem;
                    
                }
                
                
                .news-box-container{
                    margin-top: 1rem;
                    width: 100%;
                    height: auto;
                    display: flex;
                    flex-wrap: wrap;
                    gap: 2rem;
                    padding-bottom: 6rem;
                    justify-content: space-between;
                }
                
                .news-box{
                    height: 12rem;
                    width: 48%;
                    background-color: #fff;
                    overflow: hidden;
                    display: flex;
                    justify-content: space-between;
                    opacity: 0;
                    transform: translateY(5rem);
                    transition: 1s ease;
                    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
                }
                
                .news-box.show{
                    transform: translateY(0);
                    opacity: 1;
                
                }
                
                .news-box:hover{
                    cursor: pointer;
                }
                
                .news-box-img{
                    width: 40%;
                    height: 100%;
                    overflow: hidden;
                }
                
                .news-box-img img{
                    width: 100%;
                    height: 100%;
                    transition: .5s ease;
                }
                
                .news-box-img img:hover{
                    transform: scale(1.1);
                    cursor: pointer;
                }
                
                .news-box-desc{
                    width: 60%;
                    height: 100%;
                    display: flex;
                    flex-direction: column;
                    justify-content: space-between;
                }
                
                .news-box-judul{
                padding: 1rem 1rem 0 1rem;
                height: 50%;
                text-align: justify;
                }
                
                .news-box-judul a{
                    text-decoration: none;
                    color: #000;
                    font-family: 'Kanit', sans-serif;
                    font-size: 22px;
                    line-height: 1.5rem;
                
                }
                
                .news-prev{
                    height: 40%;
                    padding: 0 1rem 0 1rem;
                }
                
                .news-prev p{
                    font-family: 'Poppins', sans-serif;
                    text-align: justify;
                    font-size: 11px;
                    color: #000;
                }
                
                .news-box-update-time{
                    padding: 0 1rem 0.2rem 1rem;
                    text-align: left;
                    display: flex;
                    flex-direction: row;
                    justify-content: space-between;
                
                }
                
                .news-box-update-time i{
                    font-family: 'Poppins', sans-serif;
                    color: #b8b8b8;
                    font-size: 12px;
                }
                
                .news-views img{
                    font-family: 'Poppins', sans-serif;
                    color: #b8b8b8;
                    height: 13px;
                    vertical-align: middle;
                    width: auto;
                
                }
                
                .news-views div{
                    font-family: 'Poppins', sans-serif;
                    color: #b8b8b8;
                    font-size: 16px;
                }
}


@media (max-width: 1091px){
            .headerline{
                width: 100%;
                height: auto;
                border-bottom: 1px solid #000;
            }
            
            .headerline p{
                font-family: 'Kanit', sans-serif;
                font-size: 42px;
            }
            
            
            
            .news-container{
                margin-top: 8rem;
                width: 90%;
                height: auto;
                background-color: transparent;
                display: flex;
                flex-direction: column;
                background-color:transparent;
                gap: 2rem;
                
            }
            
            
            
            .news-box-container{
                margin-top: 1rem;
                width: 100%;
                height: auto;
                display: flex;
                flex-wrap: wrap;
                gap: 2rem;
                padding-bottom: 6rem;
                justify-content: space-between;
            }
            
            .news-box{
                height: 14rem;
                width: 100%;
                background-color: #fff;
                overflow: hidden;
                display: flex;
                justify-content: space-between;
                opacity: 0;
                transform: translateY(5rem);
                transition: 1s ease;
                box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
            }
            
            .news-box.show{
                transform: translateY(0);
                opacity: 1;
            
            }
            
            .news-box:hover{
                cursor: pointer;
            }
            
            .news-box-img{
                width: 35%;
                height: 100%;
                overflow: hidden;
            }
            
            .news-box-img img{
                width: 100%;
                height: 100%;
                transition: .5s ease;
            }
            
            .news-box-img img:hover{
                transform: scale(1.1);
                cursor: pointer;
            }
            
            .news-box-desc{
                width: 65%;
                height: 100%;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
            }
            
            .news-box-judul{
            padding: 1rem 1rem 0 1rem;
            height: 50%;
            text-align: justify;
            }
            
            .news-box-judul a{
                text-decoration: none;
                color: #000;
                font-family: 'Kanit', sans-serif;
                font-size: 28px;
                line-height: 1.5rem;
            
            }
            
            .news-prev{
                height: 40%;
                padding: 0 1rem 0 1rem;
            }
            
            .news-prev p{
                font-family: 'Poppins', sans-serif;
                text-align: justify;
                font-size: 14px;
                color: #000;
            }
            
            .news-box-update-time{
                padding: 0 1rem 0.2rem 1rem;
                text-align: left;
                display: flex;
                flex-direction: row;
                justify-content: space-between;
            
            }
            
            .news-box-update-time i{
                font-family: 'Poppins', sans-serif;
                color: #b8b8b8;
                font-size: 12px;
            }
            
            .news-views img{
                font-family: 'Poppins', sans-serif;
                color: #b8b8b8;
                height: 13px;
                vertical-align: middle;
                width: auto;
            
            }
            
            .news-views div{
                font-family: 'Poppins', sans-serif;
                color: #b8b8b8;
                font-size: 16px;
            }
}

@media (max-width: 835px){
        .headerline{
            width: 100%;
            height: auto;
            border-bottom: 1px solid #000;
        }
        
        .headerline p{
            font-family: 'Kanit', sans-serif;
            font-size: 42px;
        }
        
        
        
        .news-container{
            margin-top: 8rem;
            width: 90%;
            height: auto;
            background-color: transparent;
            display: flex;
            flex-direction: column;
            background-color:transparent;
            gap: 2rem;
            
        }
        
        
        
        .news-box-container{
            margin-top: 1rem;
            width: 100%;
            height: auto;
            display: flex;
            flex-wrap: wrap;
            gap: 2rem;
            padding-bottom: 6rem;
            justify-content: space-between;
        }
        
        .news-box{
            height: 13rem;
            width: 100%;
            background-color: #fff;
            overflow: hidden;
            display: flex;
            justify-content: space-between;
            opacity: 0;
            transform: translateY(5rem);
            transition: 1s ease;
            box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
        }
        
        .news-box.show{
            transform: translateY(0);
            opacity: 1;
        
        }
        
        .news-box:hover{
            cursor: pointer;
        }
        
        .news-box-img{
            width: 35%;
            height: 100%;
            overflow: hidden;
        }
        
        .news-box-img img{
            width: 100%;
            height: 100%;
            transition: .5s ease;
        }
        
        .news-box-img img:hover{
            transform: scale(1.1);
            cursor: pointer;
        }
        
        .news-box-desc{
            width: 65%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        
        .news-box-judul{
        padding: 1rem 1rem 0 1rem;
        height: 50%;
        text-align: justify;
        }
        
        .news-box-judul a{
            text-decoration: none;
            color: #000;
            font-family: 'Kanit', sans-serif;
            font-size: 28px;
            line-height: 1.5rem;
        
        }
        
        .news-prev{
            height: 40%;
            padding: 0 1rem 0 1rem;
        }
        
        .news-prev p{
            font-family: 'Poppins', sans-serif;
            text-align: justify;
            font-size: 14px;
            color: #000;
        }
        
        .news-box-update-time{
            padding: 0 1rem 0.2rem 1rem;
            text-align: left;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
        
        }
        
        .news-box-update-time i{
            font-family: 'Poppins', sans-serif;
            color: #b8b8b8;
            font-size: 12px;
        }
        
        .news-views img{
            font-family: 'Poppins', sans-serif;
            color: #b8b8b8;
            height: 13px;
            vertical-align: middle;
            width: auto;
        
        }
        
        .news-views div{
            font-family: 'Poppins', sans-serif;
            color: #b8b8b8;
            font-size: 16px;
        }
}

@media (max-width: 697px){
            .headerline{
                width: 100%;
                height: auto;
                border-bottom: 1px solid #000;
            }
            
            .headerline p{
                font-family: 'Kanit', sans-serif;
                font-size: 32px;
            }
            
            
            
            .news-container{
                margin-top: 8rem;
                width: 90%;
                height: auto;
                background-color: transparent;
                display: flex;
                flex-direction: column;
                background-color:transparent;
                gap: 2rem;
                
            }
            
            
            
            .news-box-container{
                margin-top: 1rem;
                width: 100%;
                height: auto;
                display: flex;
                flex-wrap: wrap;
                gap: 2rem;
                padding-bottom: 6rem;
                justify-content: space-between;
            }
            
            .news-box{
                height: 11rem;
                width: 100%;
                background-color: #fff;
                overflow: hidden;
                display: flex;
                justify-content: space-between;
                opacity: 0;
                transform: translateY(5rem);
                transition: 1s ease;
                box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
            }
            
            .news-box.show{
                transform: translateY(0);
                opacity: 1;
            
            }
            
            .news-box:hover{
                cursor: pointer;
            }
            
            .news-box-img{
                width: 40%;
                height: 100%;
                overflow: hidden;
            }
            
            .news-box-img img{
                width: 100%;
                height: 100%;
                transition: .5s ease;
            }
            
            .news-box-img img:hover{
                transform: scale(1.1);
                cursor: pointer;
            }
            
            .news-box-desc{
                width: 60%;
                height: 100%;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
            }
            
            .news-box-judul{
            padding: 1rem 1rem 0 1rem;
            height: 50%;
            text-align: justify;
            line-height: 1.2rem;
            }
            
            .news-box-judul a{
                text-decoration: none;
                color: #000;
                font-family: 'Kanit', sans-serif;
                font-size: 20px;
            
            }
            
            .news-prev{
                height: 40%;
                padding: 0 1rem 0 1rem;
            }
            
            .news-prev p{
                font-family: 'Poppins', sans-serif;
                text-align: justify;
                font-size: 11px;
                color: #000;
            }
            
            .news-box-update-time{
                padding: 0 1rem 0.2rem 1rem;
                text-align: left;
                display: flex;
                flex-direction: row;
                justify-content: space-between;
            
            }
            
            .news-box-update-time i{
                font-family: 'Poppins', sans-serif;
                color: #b8b8b8;
                font-size: 12px;
            }
            
            .news-views img{
                font-family: 'Poppins', sans-serif;
                color: #b8b8b8;
                height: 13px;
                vertical-align: middle;
                width: auto;
            
            }
            
            .news-views div{
                font-family: 'Poppins', sans-serif;
                color: #b8b8b8;
                font-size: 16px;
            }
}

@media (max-width: 490px){
                .headerline{
                    width: 100%;
                    height: auto;
                    border-bottom: 1px solid #000;
                }
                
                .headerline p{
                    font-family: 'Kanit', sans-serif;
                    font-size: 26px;
                }
                
                
                
                .news-container{
                    margin-top: 8rem;
                    width: 90%;
                    height: auto;
                    background-color: transparent;
                    display: flex;
                    flex-direction: column;
                    background-color:transparent;
                    gap: 2rem;
                    
                }
                
                
                
                .news-box-container{
                    margin-top: 1rem;
                    width: 100%;
                    height: auto;
                    display: flex;
                    flex-wrap: wrap;
                    gap: 2rem;
                    padding-bottom: 6rem;
                    justify-content: space-between;
                }
                
                .news-box{
                    height: 8rem;
                    width: 100%;
                    background-color: #fff;
                    overflow: hidden;
                    display: flex;
                    justify-content: space-between;
                    opacity: 0;
                    transform: translateY(5rem);
                    transition: 1.5s ease;
                    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
                }
                
                .news-box.show{
                    transform: translateY(0);
                    opacity: 1;
                
                }
                
                .news-box:hover{
                    cursor: pointer;
                }
                
                .news-box-img{
                    width: 40%;
                    height: 100%;
                    overflow: hidden;
                }
                
                .news-box-img img{
                    width: 100%;
                    height: 100%;
                    transition: .5s ease;
                }
                
                .news-box-img img:hover{
                    transform: scale(1.1);
                    cursor: pointer;
                }
                
                .news-box-desc{
                    width: 60%;
                    height: 100%;
                    display: flex;
                    flex-direction: column;
                    justify-content: space-between;
                }
                
                .news-box-judul{
                padding: .5rem .5rem 0 1rem;
                height: 50%;
                text-align: justify;
                line-height: 1.1rem;
                }
                
                .news-box-judul a{
                    text-decoration: none;
                    color: #000;
                    font-family: 'Kanit', sans-serif;
                    font-size: 15px;
                    line-height: 1.1rem;
                }
                
                .news-prev{
                    height: 40%;
                    padding: 0 .5rem 0 1rem;
                }
                
                .news-prev p{
                    font-family: 'Poppins', sans-serif;
                    text-align: justify;
                    font-size: 7px;
                    color: #000;
                }
                
                .news-box-update-time{
                    padding: 0 .5rem 0.2rem 1rem;
                    text-align: left;
                    display: flex;
                    flex-direction: row;
                    justify-content: space-between;
                    align-items: center;
                
                }
                
                .news-box-update-time i{
                    font-family: 'Poppins', sans-serif;
                    color: #b8b8b8;
                    font-size: 9px;
                }
                
                .news-views img{
                    font-family: 'Poppins', sans-serif;
                    color: #b8b8b8;
                    height: 11px;
                    vertical-align: middle;
                    width: auto;
                
                }
                
                .news-views div{
                    font-family: 'Poppins', sans-serif;
                    color: #b8b8b8;
                    font-size: 13px;
                }
}


@media (max-width: 366px){

        .news-box{
            height: 14rem;
            width: 100%;
            background-color: #fff;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            opacity: 0;
            transform: translateY(5rem);
            transition: 1s ease;
        }

        .news-box.show{
            transform: translateY(0);
            opacity: 1;

        }

        .news-box:hover{
            cursor: pointer;
        }

        .news-box-img{
            width: 100%;
            height: 60%;
            overflow: hidden;
        }

        .news-box-img img{
            width: 100%;
            height: 100%;
            transition: .5s ease;
        }

        .news-box-img img:hover{
            transform: scale(1.1);
            cursor: pointer;
        }

        .news-box-desc{
            width: 100%;
            height: 40%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .news-box-judul{
        padding: .3rem .3rem 0 .3rem;
        height: 50%;
        text-align: justify;
        line-height: 1rem;
        }

        .news-box-judul a{
            text-decoration: none;
            color: #000;
            font-family: 'Kanit', sans-serif;
            font-size: 13px;
            

        }

        .news-prev{
            height: 40%;
            padding: .5rem .3rem 0 .3rem;
        }

        .news-prev p{
            font-family: 'Poppins', sans-serif;
            text-align: justify;
            font-size: 6px;
            color: #000;
        }

        .news-box-update-time{
            padding: 0 1rem 0.2rem .3rem;
            text-align: left;
            display: flex;
            flex-direction: row;
            justify-content: space-between;

        }

        .news-box-update-time i{
            font-family: 'Poppins', sans-serif;
            color: #b8b8b8;
            font-size: 9px;
        }

        .news-views img{
            font-family: 'Poppins', sans-serif;
            color: #b8b8b8;
            height: 12px;
            vertical-align: middle;
            width: auto;

        }

        .news-views div{
            font-family: 'Poppins', sans-serif;
            color: #b8b8b8;
            font-size: 15px;
        }

}


.majalah-sec{
    width: 100%;
    height: auto;
    padding-top: 77px;
    overflow: hidden;
}

.header-container{
    width: auto;
    height: 28rem;
    background-color: #dfdfdf;
    display: flex; 
    justify-content: center;
    gap: 3rem;
}

.header-box-container{
    width: 57rem;
    height: 85%;
    background-color: rgb(237, 144, 63);
    padding: 0 3rem;
}

.header-box-wrapper{
    background-color: transparent;
    width: 100%;
    height: auto;
    padding-top: 1rem;
    display: flex;
    gap: 2rem;
    transform: translateY(2rem);
}

.header-majalah-cover{
    width: 35%;
    height: auto;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
}

.header-majalah-cover img{
    width: 100%;
    height: 100%;
}

.header-majalah-desc{
    width: 65%;
    display: flex;
    gap: 2rem;
    flex-direction: column;
}

.header-majalah-desc h1{
    font-family: 'kanit', sans-serif;
    font-weight: 900;
    font-size: 36px;
    color: #fff;
}

.header-majalah-desc p{
    font-family: 'kanit', 'sans-serif';
    font-size: 32px;
    font-weight: 100;
    color: #fff;
}

.header-download {
    display: flex ;
    justify-content: center;
}

.header-download a{
    text-decoration: none;
    color: #000;
    background-color: #fff;
    border-radius: .5rem;
    padding: .7rem 3rem;
    text-align: center;
    font-family: 'kanit', sans-serif;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1031px){
    .majalah-sec{
        width: 100%;
        height: auto;
        padding-top: 77px;
        overflow: hidden;
    }
    
    .header-container{
        width: auto;
        height: 28rem;
        background-color: #fff;
        display: flex; 
        justify-content: center;
        gap: 3rem;
    }
    
    .header-box-container{
        width: 100%;
        height: 85%;
        background-color: rgb(237, 144, 63);
        padding: 0 3rem;
    }
    
    .header-box-wrapper{
        background-color: transparent;
        width: 100%;
        height: 100%;
        padding-top: 1rem;
        display: flex;
        gap: 2rem;
        transform: translateY(2rem);
    }
    
    .header-majalah-cover{
        width: 35%;
        height: auto;
        box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
    }
    
    .header-majalah-cover img{
        width: 100%;
        height: 100%;
    }
    
    .header-majalah-desc{
        width: 65%;
        display: flex;
        gap: 1rem;
        flex-direction: column;
    }
    
    .header-majalah-desc h1{
        font-family: 'kanit', sans-serif;
        font-weight: 900;
        font-size: 36px;
        color: #fff;
    }
    
    .header-majalah-desc p{
        font-family: 'kanit', 'sans-serif';
        font-size: 32px;
        font-weight: 100;
        color: #fff;
    }
    
    .header-download {
        display: flex ;
        justify-content: center;
    }
    
    .header-download a{
        text-decoration: none;
        color: #000;
        background-color: #fff;
        border-radius: .5rem;
        padding: .7rem 3rem;
        text-align: center;
        font-family: 'kanit', sans-serif;
        box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
    }
}

@media (max-width: 891px){
    .majalah-sec{
        width: 100%;
        height: auto;
        padding-top: 77px;
        overflow: hidden;
    }
    
    .header-container{
        width: auto;
        height: 28rem;
        background-color: #fff;
        display: flex; 
        justify-content: center;
        gap: 3rem;
    }
    
    .header-box-container{
        width: 100%;
        height: 85%;
        background-color: rgb(237, 144, 63);
        padding: 0 3rem;
    }
    
    .header-box-wrapper{
        background-color: transparent;
        width: 100%;
        height: 100%;
        padding-top: 1rem;
        display: flex;
        gap: 2rem;
        transform: translateY(2rem);
    }
    
    .header-majalah-cover{
        width: 35%;
        height: auto;
        box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
    }
    
    .header-majalah-cover img{
        width: 100%;
        height: 100%;
    }
    
    .header-majalah-desc{
        width: 65%;
        display: flex;
        gap: 1rem;
        flex-direction: column;
    }
    
    .header-majalah-desc h1{
        font-family: 'kanit', sans-serif;
        font-weight: 900;
        font-size: 32px;
        color: #fff;
    }
    
    .header-majalah-desc p{
        font-family: 'kanit', 'sans-serif';
        font-size: 27px;
        font-weight: 100;
        color: #fff;
    }
    
    .header-download {
        display: flex ;
        justify-content: center;
    }
    
    .header-download a{
        text-decoration: none;
        color: #000;
        background-color: #fff;
        border-radius: .5rem;
        padding: .7rem 3rem;
        text-align: center;
        font-family: 'kanit', sans-serif;
        box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
    }
}

@media (max-width: 806px){
    .majalah-sec{
        width: 100%;
        height: auto;
        padding-top: 77px;
        overflow: hidden;
    }
    
    .header-container{
        width: auto;
        height: 28rem;
        background-color: #fff;
        display: flex; 
        justify-content: center;
        gap: 3rem;
    }
    
    .header-box-container{
        width: 100%;
        height: 85%;
        background-color: rgb(237, 144, 63);
        padding: 0 3rem;
    }
    
    .header-box-wrapper{
        background-color: transparent;
        width: 100%;
        height: 100%;
        padding-top: 1rem;
        display: flex;
        gap: 2rem;
        transform: translateY(2rem);
    }
    
    .header-majalah-cover{
        width: 40%;
        height: auto;
        box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
    }
    
    .header-majalah-cover img{
        width: 100%;
        height: 100%;
    }
    
    .header-majalah-desc{
        width: 60%;
        display: flex;
        gap: 1rem;
        flex-direction: column;
    }
    
    .header-majalah-desc h1{
        font-family: 'kanit', sans-serif;
        font-weight: 900;
        font-size: 32px;
        color: #fff;
    }
    
    .header-majalah-desc p{
        font-family: 'kanit', 'sans-serif';
        font-size: 27px;
        font-weight: 100;
        color: #fff;
    }
    
    .header-download {
        display: flex ;
        justify-content: center;
    }
    
    .header-download a{
        text-decoration: none;
        color: #000;
        background-color: #fff;
        border-radius: .5rem;
        padding: .7rem 3rem;
        text-align: center;
        font-family: 'kanit', sans-serif;
        box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
    }
}

@media (max-width: 690px){
    .majalah-sec{
        width: 100%;
        height: auto;
        padding-top: 67px;
        overflow: hidden;
    }
    
    .header-container{
        width: auto;
        height: 22rem;
        background-color: #fff;
        display: flex; 
        justify-content: center;
        gap: 3rem;
    }
    
    .header-box-container{
        width: 100%;
        height: 85%;
        background-color: rgb(237, 144, 63);
        padding: 0 3rem;
    }
    
    .header-box-wrapper{
        background-color: transparent;
        width: 100%;
        height: 100%;
        padding-top: 1rem;
        display: flex;
        gap: 2rem;
        transform: translateY(2rem);
    }
    
    .header-majalah-cover{
        width: 40%;
        height: auto;
        box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
    }
    
    .header-majalah-cover img{
        width: 100%;
        height: 100%;
    }
    
    .header-majalah-desc{
        width: 60%;
        display: flex;
        gap: .5rem;
        flex-direction: column;
    }
    
    .header-majalah-desc h1{
        font-family: 'kanit', sans-serif;
        font-weight: 900;
        font-size: 26px;
        color: #fff;
    }
    
    .header-majalah-desc p{
        font-family: 'kanit', 'sans-serif';
        font-size: 20px;
        font-weight: 100;
        color: #fff;
    }
    
    .header-download {
        display: flex ;
        justify-content: center;
    }
    
    .header-download a{
        text-decoration: none;
        color: #000;
        background-color: #fff;
        border-radius: .5rem;
        padding: .7rem 3rem;
        text-align: center;
        font-family: 'kanit', sans-serif;
        font-size: 12px;
        box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
    }
}


@media (max-width: 576px){
    .majalah-sec{
        width: 100%;
        height: auto;
        padding-top: 67px;
        overflow: hidden;
    }
    
    .header-container{
        width: auto;
        height: 20rem;
        background-color: #fff;
        display: flex; 
        justify-content: center;
        gap: 3rem;
    }
}

@media (max-width: 531px){
    .majalah-sec{
        width: 100%;
        height: auto;
        padding-top: 67px;
        overflow: hidden;
    }
    
    .header-container{
        width: auto;
        height: 20rem;
        background-color: #fff;
        display: flex; 
        justify-content: center;
        gap: 2rem;
    }

    .header-box-container{
        width: 100%;
        height: 80%;
        background-color: rgb(237, 144, 63);
        padding: 0 2rem;
    }
    
    .header-box-wrapper{
        background-color: transparent;
        width: 100%;
        height: 100%;
        padding-top: 1rem;
        display: flex;
        gap: 2rem;
        transform: translateY(2rem);
    }
    
    .header-majalah-cover{
        width: 50%;
        height: auto;
        box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
    }
    
    .header-majalah-cover img{
        width: 100%;
        height: 100%;
    }
    
    .header-majalah-desc{
        width: 50%;
        display: flex;
        gap: .5rem;
        flex-direction: column;
    }
    
    .header-majalah-desc h1{
        font-family: 'kanit', sans-serif;
        font-weight: 900;
        font-size: 20px;
        color: #fff;
    }
    
    .header-majalah-desc p{
        font-family: 'kanit', 'sans-serif';
        font-size: 15px;
        font-weight: 100;
        color: #fff;
    }
    
    .header-download {
        display: flex ;
        justify-content: center;
    }
    
    .header-download a{
        text-decoration: none;
        color: #000;
        background-color: #fff;
        border-radius: .5rem;
        padding: .5rem 2.5rem;
        text-align: center;
        font-family: 'kanit', sans-serif;
        font-size: 12px;
        box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
        margin-top: .5rem;
    }
}


@media (max-width: 419px){
    .majalah-sec{
        width: 100%;
        height: auto;
        padding-top: 67px;
        overflow: hidden;
    }
    
    .header-container{
        width: auto;
        height: 18rem;
        background-color: #fff;
        display: flex; 
        justify-content: center;
        gap: 2rem;
    }

    .header-box-container{
        width: 100%;
        height: 80%;
        background-color: rgb(237, 144, 63);
        padding: 0 1rem;
    }
    
    .header-box-wrapper{
        background-color: transparent;
        width: 100%;
        height: 100%;
        padding-top: 1rem;
        display: flex;
        gap: 2rem;
        transform: translateY(2rem);
    }
    
    .header-majalah-cover{
        width: 50%;
        height: auto;
        box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
    }
    
    .header-majalah-cover img{
        width: 100%;
        height: 100%;
    }
    
    .header-majalah-desc{
        width: 50%;
        display: flex;
        gap: .5rem;
        flex-direction: column;
    }
    
    .header-majalah-desc h1{
        font-family: 'kanit', sans-serif;
        font-weight: 900;
        font-size: 18px;
        color: #fff;
    }
    
    .header-majalah-desc p{
        font-family: 'kanit', 'sans-serif';
        font-size: 13px;
        font-weight: 100;
        color: #fff;
    }
    
    .header-download {
        display: flex ;
        justify-content: center;
    }
    
    .header-download a{
        text-decoration: none;
        color: #000;
        background-color: #fff;
        border-radius: .5rem;
        padding: .5rem 2rem;
        text-align: center;
        font-family: 'kanit', sans-serif;
        font-size: 12px;
        box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
        margin-top: .5rem;
    }
}

@media (max-width: 360px){
    .majalah-sec{
        width: 100%;
        height: auto;
        padding-top: 67px;
        overflow: hidden;
    }
    
    .header-container{
        width: auto;
        height: 16rem;
        background-color: #fff;
        display: flex; 
        justify-content: center;
        gap: 2rem;
    }

    .header-box-container{
        width: 100%;
        height: 80%;
        background-color: rgb(237, 144, 63);
        padding: 0 1rem;
    }
    
    .header-box-wrapper{
        background-color: transparent;
        width: 100%;
        height: 100%;
        padding-top: 1rem;
        display: flex;
        gap: 2rem;
        transform: translateY(2rem);
    }
    
    .header-majalah-cover{
        width: 50%;
        height: auto;
        box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
    }
    
    .header-majalah-cover img{
        width: 100%;
        height: 100%;
    }
    
    .header-majalah-desc{
        width: 50%;
        display: flex;
        gap: .5rem;
        flex-direction: column;
    }
    
    .header-majalah-desc h1{
        font-family: 'kanit', sans-serif;
        font-weight: 900;
        font-size: 16px;
        color: #fff;
    }
    
    .header-majalah-desc p{
        font-family: 'kanit', 'sans-serif';
        font-size: 12px;
        font-weight: 100;
        color: #fff;
    }
    
    .header-download {
        display: flex ;
        justify-content: center;
    }
    
    .header-download a{
        text-decoration: none;
        color: #000;
        background-color: #fff;
        border-radius: .5rem;
        padding: .5rem 2rem;
        text-align: center;
        font-family: 'kanit', sans-serif;
        font-size: 12px;
        box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
        margin-top: .5rem;
    }
}

@media (max-width: 312px){
    .majalah-sec{
        width: 100%;
        height: auto;
        padding-top: 67px;
        overflow: hidden;
    }
    
    .header-container{
        width: auto;
        height: 14rem;
        background-color: #fff;
        display: flex; 
        justify-content: center;
        gap: 2rem;
    }

    .header-box-container{
        width: 100%;
        height: 80%;
        background-color: rgb(237, 144, 63);
        padding: 0 1rem;
    }
    
    .header-box-wrapper{
        background-color: transparent;
        width: 100%;
        height: 100%;
        padding-top: 1rem;
        display: flex;
        gap: 1rem;
        transform: translateY(2rem);
    }
    
    .header-majalah-cover{
        width: 45%;
        height: auto;
        box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
    }
    
    .header-majalah-cover img{
        width: 100%;
        height: 100%;
    }
    
    .header-majalah-desc{
        width: 55%;
        display: flex;
        gap: .5rem;
        flex-direction: column;
    }
    
    .header-majalah-desc h1{
        font-family: 'kanit', sans-serif;
        font-weight: 900;
        font-size: 14px;
        color: #fff;
    }
    
    .header-majalah-desc p{
        font-family: 'kanit', 'sans-serif';
        font-size: 11px;
        font-weight: 100;
        color: #fff;
    }
    
    .header-download {
        display: flex ;
        justify-content: center;
    }
    
    .header-download a{
        text-decoration: none;
        color: #000;
        background-color: #fff;
        border-radius: .5rem;
        padding: .3rem 1rem;
        text-align: center;
        font-family: 'kanit', sans-serif;
        font-size: 11px;
        box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
        margin-top: .5rem;
    }
}

























.majalah-container{
    width: 90%;
    height: auto;
    margin: auto;
    padding-top: 4rem;
    margin-top: 3rem;
    padding-bottom: 6rem;
    display: flex;
    flex-wrap: wrap;
    gap:3rem;
    justify-content:center ;
}

.majalah-box{
    width: 15rem;
    height: auto;
    transform: translateY(-15px);
    background-color: transparent;
    position: relative;
}


.majalah-box.show{
	transform: translateY(0);
    position: relative;
    pointer-events: all;
	opacity: 1;
    transition: 1s;

}

.majalah-box.hide{
	transform: translateY(0);
    position: absolute;
    pointer-events: none;
    transition: 0s;
	opacity: 0;

}


.majalah-image{
    width: 85%;
    height: 85%;
    display: flex;
    position: relative;
    margin: auto
}

.majalah-image img{
    width: 100%;
    height: 100%;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
}

.majalah-download{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity .3s ease;
}

.majalah-download a{
    padding: .8rem;
    color: #fff ;
    border: 3px solid #fff;
    border-radius: 50%;
    
}

.majalah-download > a >.material-symbols-outlined{
    font-size: 28px;
    font-weight: 600;
}

.majalah-image:hover .majalah-download{
   opacity: 1;
   cursor: pointer;
}

.majalah-box p{
    font-family: 'kanit', 'sans serif';
    font-size: 16px;
    text-align: center;
    padding-top: 1rem;
}


@media (max-width: 740px){
        .majalah-container{
            width: 90%;
            height: auto;
            margin: auto;
            padding-top: 4rem;
            margin-top: 3rem;
            padding-bottom: 6rem;
            display: flex;
            flex-wrap: wrap;
            gap:3rem;
            justify-content:center ;
        }
        
        .majalah-box{
            width: 10rem;
            height: auto;
            background-color: transparent;
            position: relative;
        }
        
        .majalah-image{
            width: 85%;
            height: 70%;
            display: flex;
            position: relative;
            margin: auto
        }
        
        .majalah-image img{
            width: 100%;
            height: 100%;
            box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
        }
        
        .majalah-download{
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.4);
            position: absolute;
            display: flex;
            justify-content: center;
            align-items: center;
            opacity: 0;
            transition: opacity .3s ease;
        }
        
        .majalah-download a{
            padding: .8rem;
            color: #fff ;
            border: 3px solid #fff;
            border-radius: 50%;
            
        }
        
        .majalah-download > a >.material-symbols-outlined{
            font-size: 28px;
            font-weight: 600;
        }
        
        .majalah-image:hover .majalah-download{
        opacity: 1;
        cursor: pointer;
        }
        
        .majalah-box p{
            font-family: 'kanit', 'sans serif';
            font-size: 16px;
            text-align: center;
            padding-top: 1rem;
        }
}


@media (max-width: 540px){
    .majalah-container{
        width: 90%;
        height: auto;
        margin: auto;
        padding-top: 4rem;
        padding-bottom: 6rem;
        display: flex;
        flex-wrap: wrap;
        gap:3rem;
        justify-content:center ;
    }

}