@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
body {
    color: #fff;
    font-family: 'Lora', serif;
}

.header {
    background: #177f97;
    width: 100%;
    padding: 20px 0;
}

.logo {
    margin: 0 auto;
    display: block;
    max-height: 75px;
}

img {
    max-width: 100%;
}

.intro {
    background-image: url(../images/img1.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    color: #fff;
    display: table;
    width: 100%;
    min-height: 500px;
}

.anglespure {
    background-image: url(../images/bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
}

.cardssection {
    background-image: url(../images/bg2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #0d89ad;
}

.populer {
    background-image: url(../images/rotate_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.article {
    background-image: url(../images/article.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.karmicbg {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.dailyreading h1 {
    font-size: 58px;
    font-weight: bold;
    text-shadow: 1px 2px 6px #757272;
    line-height: 50px;
}

.dailyreading h2 {
    color: #177f97;
    font-size: 60px;
    font-weight: bold;
    text-shadow: -1px 3px 2px #a7a6a6;
}

.dailyreading p {
    font-family: -webkit-pictograph;
    font-size: 20px;
    margin: 20px 0 45px;
}

.reavel_btn a {
    color: #fffefe;
    padding: 10px 50px;
    font-size: 17px;
    font-weight: 500;
    background-color: #177f97;
    border-radius: 27px;
    text-transform: uppercase;
}

.flip-box-front {
    text-align: center;
    transition: all 1s;
}

.flip-box-front img,
.angel-side {
    transition: all 0.8s;
    width: 275px;
}

.flip-box-front img:hover,
.angel-side:hover {
    box-shadow: 0 0 30px #fafafa;
    transform: scale(0.9);
}

.angletext h1,
.populerheading h3 {
    color: #177f97;
    font-size: 31px;
    font-weight: 600;
}

.angletext p {
    color: #000;
    font-size: 17px;
    font-weight: 500;
}

.card_heading h3 {
    font-weight: bold;
    font-size: 35px;
}

.card_heading h5 {
    font-size: 23px;
}

.populer_box {
    border: 1px solid #12cde7;
    padding: 30px 20px;
    border-radius: 13px;
    box-shadow: 0 0 8px #c3c1c1;
    text-align: center;
    margin: 0 6px;
}

.sub_heading h6 {
    color: #12cde7;
    font-weight: 700;
}

.read_more a {
    color: #000;
}

.read_more img {
    width: 25px;
}

.sub_heading * {
    color: #000;
    font-weight: 500;
    margin: 20px 0 17px;
    line-height: 20px;
    font-size: 16px;
}

.sub_heading {
    min-height: 218px;
}

.populer_img img {
    width: 240px;
    height: 150px;
    object-fit: cover;
}

.read_more {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 26px;
}

.footer_logo img {
    width: 201px;
}

.follow_us a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    padding: 0 9px;
}

.footer-link {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    padding: 0 9px;
}

.follow_us h6 {
    color: #177f97;
    font-weight: 900;
    font-size: 21px;
    font-style: oblique;
    font-family: system-ui;
}

.footer_border {
    border-bottom: 2px solid #fff;
    padding-bottom: 12px;
}

.populerheading.text-center {
    padding-top: 164px;
}

.article_heading p {
    color: #177f97;
    font-size: 19px;
    font-weight: 600;
    line-height: 27px;
    position: relative;
    padding: 0 38px;
}

.article_heading h2 {
    color: #177f97;
}

.article_heading p img {
    position: absolute;
    width: 38px;
}

.left_img img {
    left: 0px;
    top: -13px;
}

.right_img img {
    right: 0px;
    width: 38px;
    top: -13px;
}

.description * {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    font-family: -webkit-pictograph;
}

.description br {
    display: none;
}

.side h4 {
    font-weight: 800;
    font-size: 32px;
}

.card_img {
    min-height: 320px;
    object-fit: cover;
    border: 5px solid #a1a1a1a6;
    border-radius: 5px;
    width: 360px;
}

@media(max-width:992px) {
    .dailyreading h1 {
        font-size: 50px;
        line-height: 40px;
    }
    .dailyreading h2 {
        font-size: 40px;
    }
    .intro {
        background-size: 124% 100%;
    }
    .angletext h1,
    .populerheading h3 {
        font-size: 25px;
    }
    .card_heading h3 {
        font-size: 30px;
    }
    .article_img {
        text-align: center;
        margin-bottom: 30px;
    }
    .angletext h1,
    .populerheading h3 {
        color: #ffffff;
    }
    .article_heading p {
        font-size: 17px;
    }
    .description * {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .logo {
        max-height: 65px;
    }
    .intro {
        background-size: 188% 100%;
        background-position: top;
    }
    .populerheading.text-center {
        padding-top: 5px;
    }
    .footer_logo img {
        width: 160px;
    }
    .follow_us a {
        padding: 0 5px;
    }
}

@media (max-width: 575px) {
    .dailyreading h1 {
        font-size: 30px;
        line-height: 25px;
    }
    .intro {
        min-height: 100%;
    }
    .dailyreading h2 {
        font-size: 34px;
    }
    .reavel_btn a {
        padding: 10px 35px;
        font-size: 13px;
    }
    .card_heading h3 br {
        display: none;
    }
    .card_heading h3 {
        font-size: 18px;
    }
    .card_heading h5 {
        font-size: 17px;
    }
    .anglespure {
        padding: 50px 0;
    }
    .footer-link {
        color: #fff;
        font-size: 13px;
        text-decoration: none;
        padding: 0 9px;
    }
    .footer-text {
        font-size: 13px;
        margin-bottom: 0;
    }
    .angletext h1 {
        color: #0a89ac;
    }
    .populerheading h3 {
        color: #ffffff;
    }
    .card_img {
        min-height: auto;
        object-fit: cover;
        width: 100%;
    }
    .side h4 {
        font-size: 22px;
    }
    .footer-links,
    .footer-text {
        text-align: center;
    }
    .article_heading p img {
        width: 30px;
    }
}