.pakage {
    box-sizing: border-box;
    background-color: #f1f1f1;
    padding: 20px;
}

/* Center website */
.pakage .main {
    max-width: 1000px;
    margin: auto;
}

.pakage .title {
    font-size: 40px;
    font-weight:bold;
    word-break: break-all;
}

.pakage .row {
    margin: 10px -16px;
}

/* Add padding BETWEEN each column */
.pakage .row,
.pakage .row > .column {
    padding: 8px;
}

/* Create three equal columns that floats next to each other */
.pakage .column {
    float: left;
    width: 300px;
    height: 450px;
    border-radius: 15px 0 ;
    background-color: white;
    margin: 10px;
    display: none; /* Hide all elements by default */
}
.pakage .column img{
    object-fit: cover;
    width : 270px;
    height : 214px;
    margin-bottom:15px;
}

/* Clear floats after rows */
.pakage .row:after {
    content: "";
    display: table;
    clear: both;
}

/* Content */
.pakage .content {
    padding: 10px;
}

/* The "show" class is added to the filtered elements */
.pakage .show {
    display: block;
}

/* Style the buttons */
.pakage .btn {
    border: none;
    outline: none;
    padding: 12px 16px;
    background-color: white;
    cursor: pointer;
}
.pakage h4{
    font-size:20px;
    height: 50px;
    overflow: hidden;
}
.pakage .content-p{
    font-size:15px;
    height: 90px;
    overflow: hidden;
    text-justify: inter-word!important;
}
.pakage .content a{
    color:white!important;
    background-color: var(--pink);
    padding:4px 11px 8px 11px;
    border-radius: 10px;
}

.pakage .btn:hover {
    background-color: #ddd;
}

.pakage .btn.active {
    background-color: #666;
    color: white;
}


.pakageView{
    margin: 0!important;
    padding: 15px;
    width : 100%;
    background-color: #f1f1f1;
}
.pakageView div{
    margin: 5px;
    height : fit-content!important;
    background-color: #ffffff;
    border-radius: 5px;
}
.pakageView p {
    font-size : 15px;
}
.articleBox h1,.articleBox h2,.articleBox h3,.articleBox h4,.articleBox h5,.articleBox h6{
    font-size : 20px!important;
    margin-bottom:20px;
}
.articleBox img {
    width:100%;
    border-radius: 5px;
}
.imgBlog{
    width : 100%;
}
.imgBlog img{
    width: 100%;
    height : 400px;
    object-fit: cover;
    border-radius: 5px;
    padding : 5px;
}
.relatedBlog{
    align-items: start;
    justify-content: start;
}
.relatedTitle{
    width:100%;
    height: 40px;
    font-size: 22px;
    padding-bottom: 15px;
    font-weight : bold;
    border-bottom: 2px solid red;
}
.relatedBlog a {
    font-size : 20px;
    padding: 10px;
    border : none;
    color : white!important;
    background-color: #00c900;
}
.relatedBlog a:hover {
    background-color: #009a00;
}

.relatedBlog img{
    height : 100%;
    object-fit: cover;
}
.courseBtn{
    background-color: var(--navy)!important;
}
.courseBtn:hover{
    background-color: #024693!important;
}
.discount {
    position: absolute;
    left : 15px;
    top : 170px;
    padding : 14px 1px;
    width: auto!important;
    border-radius: 50%;
    background-color: var(--pink);
    color : #FFFFFF;
}
.pakageme a{
    border-radius: 10px;
    padding : 25px!important;
    margin : 15px!important;
    width : 300px;
    height : 400px;
    position: relative;
    background-color: #ffffff;
}
.pakageme a img{
    width : 100%;
    height : auto;

}
.course-title{
    margin-top : 10px!important;
    text-align: right;
    font-size: 20px;
    font-weight: bold;
    height: 30px;
    overflow: hidden;
}
.course-content{
    text-align: right;
    font-size: 15px;
    height: 115px;
    overflow: hidden;
}
.pkg-img{
    object-fit:cover;
    height : 150px!important;
}

