

.article-header{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 225px;
    margin-bottom: 20px;
}

.article-categories{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 145px;
    margin-bottom: 20px;
}

.article-header-content{
    display: grid;
    grid-template-columns: 1fr auto;
    width: 65%;
}

.article-header-left h2{
    display: flex;
    flex-direction: row;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #a3a3a3;
    padding-bottom: 15px;
}

.article-header-left h2 a{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #6b6b6b;
    transform: translateY(1.5px);
    border-radius: 2px;
    border-bottom: 2px solid rgba(0, 0, 255, 0);
    transition: 250ms ease;
    height: 20px;
}



.article-header-left h2 a:hover{
    border-bottom: 2px solid blue;
}

.article-header-left h1{
    font-family: "Zalando Sans Expanded", sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #474747;
    padding-bottom: 20px;
}

.article-header-left p{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #6b6b6b;
    width: 525px;
    margin-bottom: 46px;
    line-height: 26px;
}

.at{
    padding: 16px 28px;
    border-radius: 30px;
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    font-weight: 600;
    background-color: rgb(31, 46, 255);
    color: #e4e4e4;
    letter-spacing: 0.75px;
    transition: 350ms ease;
}

.at:hover{
    background-color: rgb(3, 0, 179);
}

.article-header-right-img{
    height: 450px;
    width: 475px;
    border-radius: 50%;
    
    background-size: cover;
}

@media(max-width:1621px){
    .article-header-content{
        width: 75%;
    }
}

.aharticles{
    background-image: url("/Images/istockphoto-1312066539-612x612.jpg");
    background-position: center;
}

.ahmeditation{
    background-image: url("/Images/istockphoto-1270418885-612x612.jpg");
    background-position: bottom;
}

.ahsleep{
    background-image: url("/Images/istockphoto-2199042275-612x612.jpg");
}




.article-categories .title h1{
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color:#585858;
    margin-bottom: 20px;
}

.ac-content{
    width: 70%;
}

.category-card .category-img{
    /* ORIGINAL WIDTH = 250PX ORIGINAL HEIGHT = 225PX */
    width: 100%;
    height: 320px;
    border-radius: 16px;
    background-size: cover;
}

.category-card .article-img{
    width: 100%;
    height: 240px;
    border-radius: 16px;
    background-size: cover;
}

.cmeditation{
    background-image: url("/Images/istockphoto-1270418885-612x612.jpg");
    background-position: bottom;
}

.cmeditation-get-your-meditation-practice-up-and-running{
    background-image: url("/Articles/Articles-Images/get-your-meditation-practice-up-and-running.jpg");
    background-position: bottom;
}

.csleep{
    background-image: url("/Images/istockphoto-2199042275-612x612.jpg");
    background-position: top;
}

.csleep-how-to-reset-your-sleep-schedule{
    background-image: url("Articles-Images/how-to-reset-your-sleep-schedule.jpg");
    background-position: top;
}

.csleep-how-to-fall-back-asleep{
    background-image: url("Articles-Images/how-to-fall-back-asleep.jpg");
    background-position: top;
}

.csleep-sleep-hygiene{
    background-image: url("Articles-Images/sleep-hygiene-tips.jpg");
    background-position: top;
}

.csleep-using-phone{
    background-image: url("Articles-Images/using-phone-at-bed.jpg");
    background-position: top;
}

.cmindfulness{
    background-image: url("/Images/istockphoto-2078494905-612x612.jpg");
    background-position: bottom;
}

.cnature{
    background-image: url("/Images/istockphoto-1312066539-612x612.jpg");
    background-position: bottom;
}

.category-card h1{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #474747;
    padding-top: 5px;
}

.category-card.a h1{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #474747;
    padding-top: 5px;
}

.c-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, 305px);
    gap: 20px;
    width: 100%;
}

@media(max-width:1361px){
    .ac-content{
        width: 80%;
    }
    .article-header-content{
        width: 80%;
    }
}

@media(max-width:1261px){
    .article-header-content{
        width: 85%;
    }
}

.article-header-right.mobile{
    display: none;
}

@media(max-width:1173px){
    .ac-content{
        width: 85%;
    }

    .article-header{
        padding-top: 160px;
    }

    .article-header-content{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .article-header-left{
        width: 80%;
    }

    .article-header-right.desk{
        display: none;
    }
    .article-header-right.mobile{
        display: block;
    }

    .con-tff{
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .article-header-left p{
        width: 100%;
    }
}

@media(max-width:754px){
    .article-header-left{
        width: 95%;
    }
}

@media(max-width:525px){
    .article-header-right.mobile .article-header-right-img{
        width: 350px;
        height: 350px;
    }
}

@media(max-width:1123px){
    .title{
        text-align: center;
        
    }
    .c-grid{
        justify-content: center;
        align-items: center;
    }
}

.real-article-con{
    display: flex;
    justify-content: center;
    width: 100%;
}

.article{
    display: flex;
    flex-direction: row;
    gap: 24px;
    width: 75%;
}

.article-contents{
    
    width: 30%;
}

.article-contents h1{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #474747;
    font-size:16px;
    margin-bottom: 30px;
}

.nums-buttons{
    display: flex;
    flex-direction: column;
}

.nums-buttons button{
    width:fit-content;
    background-color: transparent;
    outline: none;
    border: none;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #919191;
    margin-bottom: 10px;
    text-align: left;
}

.nums-buttons button:hover{
    color: #474747;
    text-decoration: underline;
    cursor: pointer;
}

.article-sections{
    width: 70%;
}

.article-path{
    display: flex;
    flex-direction: row;
    margin-bottom: 42px;
}

@media(max-width:1196px){
    .article{
        width: 85%;
    }
}

@media(max-width:900px){
    .article-sections{
        width: 100%;
    }
    .article-contents{
        width: 0;
        opacity: 0;
        pointer-events: none;
        
    }
}

@media(max-width:505px){
    .article-path{
        flex-direction: column;
    }

    .article-path span{
        display: none;
    }

    .article-path a{
        margin-bottom: 10px;
    }
}

.article-path a{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #919191;
}

.article-path a:hover{
    color: #474747;
    text-decoration: underline;
    cursor: pointer;
}

.real-article-header h1{
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 32px;
    color: #2c2c2c;
    padding-bottom: 32px;
    text-align: left;
}

.article-author{
    display: flex;
    flex-direction: row;
    width: 300px;
    padding-left: 14px;
    align-items: center;
    height: 70px;
    border-radius: 12px;
    background-color: rgba(37, 37, 255, 0.233);
    margin-bottom: 24px;
}

.author-img{
    height: 48px;
    width: 48px;
    border-radius: 50%;
    background-color: blue;
    background-size: cover;
    background-position: center;
    background-image: url("/Articles/Articles-Images/ceo-img.png");
}



.article-author .verty{
    padding-left: 20px;
}

.article-author .verty h1{
    font-weight: 600;
    font-size: 14px;
    color: #2c2c2c;
    letter-spacing: 0.5px;
    padding-bottom: 2px;
}

.article-author .verty p{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #6b6b6b;
    margin-bottom: 0;
}

.article-sections section p{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 18.25px;
    line-height: 30px;
    color: #272727;
    margin-bottom: 28px;
}

.try-for-free-con{
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 40px;
}

.article-topic{
    margin-bottom: 74px;
}

.article-topic h1{
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #2c2c2c;
    padding-bottom: 20px;
}

.article-topic h2{
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #444444;
    padding-bottom: 28px;
}

.article-topic h3{
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #2c2c2c;
    padding-bottom: 14px;
}

.article-topic p{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 19px;
    
    margin-bottom: 28px;
}

.real-article-img{
    width: 100%;
    height: 400px;
    background-size: cover;
    margin-bottom: 26px;
    margin-top: 70px;
    border-radius: 8px;
}

.ai-3-tips-for-getting-your-meditation-practice-up-and-running{
    background-image: url("Articles-Images/get-your-meditation-practice-up-and-running.jpg");
    background-position: top;
}

.ai-how-to-reset-your-sleep-schedule{
    background-image: url("Articles-Images/how-to-reset-your-sleep-schedule.jpg");
    background-position: center;
}

.ai-how-to-fall-back-asleep{
    background-image: url("Articles-Images/how-to-fall-back-asleep.jpg");
    background-position: center;
}

.ai-sleep-hygiene{
    background-image: url("Articles-Images/sleep-hygiene-tips.jpg");
    background-position: center;
}

.ai-using-phone{
    background-image: url("Articles-Images/using-phone-at-bed.jpg");
    background-position: center;
}

.ai-all-articles{
    background-image: url("Articles-Images/all-articles-img-2.jpg");
    background-position: center;
}


.better-sleep-con{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 26px 0;
    background-image: linear-gradient(100deg, rgb(119, 44, 240), blue);
    border-radius: 20px;
    margin-bottom: 46px;
    margin-top: 34px;
}

.better-sleep-con h1{
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 0.75px;
    color: #fff;
}

.better-sleep-con .at{
    border: 2px solid #e4e4e49f;
}

.bullet-point-con{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 26px;
}

.bullet-point{
    height: 18px;
    width: 18px;
    background-color: rgb(31, 46, 255);
    border-radius: 50%;
    margin-right: 20px;
}
