/* This page styles of : blog.html */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
html{
    scroll-behavior: smooth;
}

.nav{
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 100%;
    background: #fff;
    padding: 1.8rem 5.5rem;
    z-index: 100000;
}
.nav .logo a{
    color: #000;
    text-decoration: none;
    font-size: 2rem;
    font-weight: 400;
}
.nav .logo a img{
    width: 20%;
    object-fit: cover;
}
#item{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#item li{
    list-style: none;
    padding-right: 35px;
}
#item li a{
    text-decoration: none;
    font-size: 0.9rem;
    color: #000;
}
#item li a:hover{
    color:#ff5733;
    cursor: pointer;
    transition: 0.3s ease;
}
#item .icon{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
#item .icon a i{
    color: #000;
    padding-right: 5px;
    font-size: 1.3rem;
    text-align: center;
}
#item .icon a i:hover{
    color: #ff5733;
    cursor: pointer;
}
#bar{
    color: #ff5733;
    font-size: 1.5rem;
    display: none;
}

/* blog card form start */
.blogIntro{
    padding: 6rem 5rem 5rem 5rem;
    background-color: #fff;
}
.blogIntro h2{
    color: #000;
    font-size: 7rem;
    padding-bottom: 1.1rem;
    font-weight: 600;
    line-height: 1;
    font-family: 'Cormorant', sans-serif;
    padding-top: 1.5rem;
    letter-spacing: -1px;
}
.blogIntro .blogIntroSub{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.blogIntro .blogIntroSub .blogIntroLeft{
    width: 48%;
}
.blogIntro .blogIntroSub .blogIntroLeft p{
    color: #000;
    font-size: 1.2rem;
    font-weight: 400;
}
.blogIntro .blogIntroSub .blogIntroRight{
    width: 48%;
}
/* blog card form end */

/* headBlog start */
.headBlog{
    padding: 0rem 5rem 5rem 5rem;
    background-color: #fff;
}
.headBlog .headSub{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #F8F8F8;
}
.headBlog .headSub h3,h5,h6{
    color: #000;
}
.headBlog .headSub .one{
    width: 50%;
    height: 65vh;
}
.headBlog .headSub .one img{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.headBlog .headSub .one a{
    color: #000;
    background: #f13a11;
    padding: 1rem 0;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}
.headBlog .headSub .one a:hover{
    background: #000;
    color: #f13a11;
}
.headBlog .headSub .two{
    width: 50%;
    padding: 2rem;
}
.headBlog .headSub .two h3{
    font-size: 1.8rem;
    font-weight: 600;
    padding-bottom: 1rem;
}
.headBlog .headSub .two h5{
    font-size: 1.1rem;
}
.headBlog .headSub .two p{
    font-size: 1rem;
    color: #000;
    margin-bottom: 0.8rem;
}
.headBlog .headSub .two a{
    text-decoration: none;
    color: #0E61FE;
    cursor: pointer;
    padding-top: 1.5rem;
}
/* headBlog end */

/* insightBlog start */
.insightBlog{
    padding: 8rem 5rem 5rem 5rem;
    background-color: #000;
}
.insightBlog .insightSub{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.insightBlog .insightSub h3,h5,h6{
    color: #fff;
}
.insightBlog .insightSub .one{
    width: 55%;
    padding: 2rem;
}
.insightBlog .insightSub .one h3{
    font-size: 3rem;
    font-weight: 500;
    padding-bottom: 3.5rem;
    line-height: 3.5rem;
}
.insightBlog .insightSub .one h5{
    font-size: 1.1rem;
}
.insightBlog .insightSub .one p{
    font-size: 1.4rem;
    color: #fff;
    margin-bottom: 0.8rem;
}
.insightBlog .insightSub .one a{
    text-decoration: none;
    color: #0E61FE;
    cursor: pointer;
    padding-top: 1.5rem;
}
.insightBlog .insightSub .two{
    width: 45%;
    height: 65vh;
}
.insightBlog .insightSub .two img{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.insightBlog .insightSub .two a{
    color: #fff;
    background: #f13a11;
    padding: 1rem 0;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}
.insightBlog .insightSub .two a:hover{
    background: #fff;
    color: #f13a11;
}
/* insightBlog end */

/* insight card form start */
.insightIntro{
    padding: 6rem 5rem 5rem 5rem;
    background-color: #fff;
}
.insightIntro h2{
    color: #000;
    font-size: 7rem;
    padding-bottom: 1.1rem;
    font-weight: 600;
    line-height: 1;
    font-family: 'Cormorant', sans-serif;
    padding-top: 1.5rem;
    letter-spacing: -1px;
}
.insightIntro .insightIntroSub{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.insightIntro .insightIntroSub .insightIntroLeft{
    width: 60%;
}
.insightIntro .insightIntroSub .insightIntroLeft p{
    color: #000;
    font-size: 1.2rem;
    font-weight: 400;
}
.insightIntro .insightIntroSub .insightIntroLeft h5{
    color: #000;
    font-size: 1.4rem;
    font-weight: 500;
    padding-bottom: 1.5rem;
}
.insightIntro .insightIntroSub .insightIntroLeft ol{
    padding-left: 0.9rem;
}
.insightIntro .insightIntroSub .insightIntroLeft ol li{
    color: #000;
    font-size: 0.9rem;
    font-weight: 400;
    padding-bottom: 1.2rem;
}
.insightIntro .insightIntroSub .insightIntroRight{
    width: 40%;
}
/* insight card form end */

/* blog2 start */
.blog2{
    padding: 0rem 5rem 5rem 5rem;
    background-color: #fff;
}
.blog2 .headSub{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    background: #fff;
}
.blog2 .headSub h3,h5,h6{
    color: #000;
}
.blog2 .headSub .one{
    width: 50%;
    height: 65vh;
    background-color: #f8f8f8;
}
.blog2 .headSub .one img{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.blog2 .headSub .one a{
    color: #000;
    background: #f13a11;
    padding: 1rem 0;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}
.blog2 .headSub .one a:hover{
    background: #000;
    color: #f13a11;
}
.blog2 .headSub .two{
    width: 50%;
    padding: 2rem;
    background-color: #f8f8f8;
}
.blog2 .headSub .two h3{
    font-size: 1.8rem;
    font-weight: 600;
    padding-bottom: 1rem;
}
.blog2 .headSub .two h5{
    font-size: 1.1rem;
}
.blog2 .headSub .two p{
    font-size: 1rem;
    color: #000;
    margin-bottom: 0.8rem;
}
.blog2 .headSub .two a{
    text-decoration: none;
    color: #0E61FE;
    cursor: pointer;
    padding-top: 1.5rem;
}
/* blog2 end */


/* footer start */
.footer {
    padding: 5rem 5rem 2rem 5rem;
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer .foot1 .footerLogo{
    width: 20%;
}
.footer .foot1 .footerLogo a i{
    color: #fff;
    padding-right: 2.5rem;
    font-size: 1.3rem;
}
.footer .foot1 .footerLogo i:hover{
    color: #4169E1;
    transition: 0.2s ease-in-out;
}
.footer .foot1 .footerLogo a img{
    width: 100%;
    object-fit: cover;
}
.footer .foot1{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #fff;
    padding-bottom: 5rem;
}
.footer .foot1 h4{
    font-size: 2.1rem;
    line-height: 1.2;
}
#footerMenu {
    width: 20%;
}
#footerMenu li{
    list-style: none;
    padding-bottom: 0.5rem;
}
#footerMenu li a{
    text-decoration: none;
    color: #fff;
    font-size: 0.9rem;
}
#footerMenu li a:hover{
    color: #ffa500;
}
.footer .foot1 p{
    font-size: 0.9rem;
    padding-bottom: 0.9rem;
}
.footer .foot1 .footerPara{
    width: 20%;
}
.footer .foot1 .footerPara p span {
    font-size: 1.1rem;
}
.footer .foot1 .footerSubscribe{
    width: 20%;
}
.footer .foot1 .footerSubscribe p{
    font-size: 0.8rem;
    font-weight: 300;
    padding-bottom: 1.8rem;
}
.footer .foot1 .footerSubscribe p span{
    font-size: 0.9rem;
    font-weight: 500;
    padding-bottom: 0.8rem;
}
.footer .foot1 .footerSubscribe a{
    color: #fff;
    font-weight: 500;
    font-size: 0.9rem;
    background: #4169E1;
    padding: 1.2rem 2.5rem;
    text-decoration: none;
    text-align: center;
    border-radius: 40px;
}
.footer .foot1 .footerSubscribe a:hover{
    background-color: #000;
    border: 2px solid #4169E1;
    transition: 0.3s ease-in-out;
}
.footer .foot2{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.footer .foot2 p{
    color: #fff;
}
.footer .foot2 p a{
    text-decoration: none;
    color: #fff;
}
/* footer end */

/* media query start */
@media screen and (max-width: 1042px){
    .nav{
        padding: 1rem 4.5rem;
    }
    .nav h2{
        font-size: 1.4rem;
    }
    #item li{
        padding-right: 30px;
    }
    #item li a{
        font-size: 0.9rem;
    }
    #item .icon i{
        padding-right: 20px;
    }     
    .blogIntro{
        padding: 4.5rem;
    }
    .headBlog{
        padding: 0rem 4.5rem 4.5rem 4.5rem;
    }
    .headBlog .headSub .one{
        height: 75vh;
    }
    .insightIntro{
        padding: 6rem 4.5rem 4.5rem 4.5rem;
        background-color: #fff;
    }
    .insightBlog{
        padding: 8rem 4.5rem 4.5rem 4.5rem;
    }
    .insightBlog .insightSub{
        flex-direction: column;
    }
    .insightBlog .insightSub .one{
        width: 100%;
        padding: 0rem;
    }
    .insightBlog .insightSub .one p{
        margin-bottom: 2.5rem;
    }
    .insightBlog .insightSub .two{
        width: 100%;
        height: 65vh;
    }
    .blog2{
        padding: 0rem 4.5rem 4.5rem 4.5rem;
    }
    .footer {
        padding: 4.5rem 4.5rem 2rem 4.5rem;
    }
}
@media screen and (max-width: 991px){
    .nav{
        padding: 1rem 7rem;
    }
    .nav h2{
        font-size: 1.6rem;
    }
    #item{
        flex-direction: column;
        text-align: center;
        width: 250px;
        height: 80vh;
        position: fixed;
        top: 0;
        right: -300px;
        background: rgba(0,0,0,0.8);
        z-index: 100000;
        margin-top: 4.5rem;
        transition: 0.5s;
    }
    #item li{
        padding-right: 0;
        padding: 4px 0;
    }
    #item li a{
        font-size: 1.2rem;
        color: #fff;
    }
    #item .icon{
        padding-top: 20px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    #item .icon a i{
        padding: 0 15px 0 15px;
        color: #fff;
    }
    #bar{
        display: initial;
        cursor: pointer;
    }

    .blogIntro{
        padding: 6rem 7rem;
    }
    .blogIntro h2{
        font-size: 5rem;
        padding-bottom: 1rem;
    }
    .blogIntro .blogIntroSub{
        flex-direction: column;
        justify-content: center;
    }
    .blogIntro .blogIntroSub .blogIntroLeft{
        width: 100%;
    }
    .blogIntro .blogIntroSub .blogIntroRight{
        width: 80%;
    }
    .blogIntro .blogIntroSub .blogIntroLeft p{
        font-size: 1rem;
    }
    .headBlog{
        padding: 0rem 7rem 5rem 7rem;
    }
    .headBlog .headSub{
        width: 100%;
        flex-direction: column;
    }
    .headBlog .headSub .one{
        width: 100%;
        height: 65vh;
    }
    .headBlog .headSub .one img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .headBlog .headSub .two{
        width: 90%;
        padding: 1.5rem;
    }
    .blog2{
        padding: 0rem 7rem 2rem 7rem;
    }
    .blog2 .headSub{
        width: 100%;
        flex-direction: column;
        gap: 2rem;
    }
    .blog2 .headSub .one{
        width: 100%;
        height: 65vh;
        background-color: #f8f8f8;
    }
    .blog2 .headSub .two{
        width: 100%;
        padding: 2rem;
        background-color: #f8f8f8;
    }
    .insightBlog{
        padding: 8rem 7rem 4.5rem 7rem;
    }
    .insightBlog .insightSub{
        flex-direction: column;
    }
    .insightBlog .insightSub .one{
        width: 100%;
        padding: 0rem;
    }
    .insightBlog .insightSub .one p{
        margin-bottom: 2.5rem;
    }
    .insightBlog .insightSub .two{
        width: 100%;
        height: 65vh;
    }
    .insightIntro{
        padding: 6rem 7rem 5rem 7rem;
        background-color: #fff;
    }

    .footer{
        padding: 4rem;
    }
    .footer .foot1 .footerSubscribe a{
        font-weight: 400;
        font-size: 0.7rem;
        background: #4169E1;
        padding: 0.9rem 2rem;
        text-decoration: none;
        text-align: center;
        border-radius: 40px;
    }
    .footer .foot1 .footerMenu{
        width: 15%;
    }
    .footer .foot1 .footerPara{
        margin-left: -45px;
    }
    .footer .foot1 .footerPara p span {
        font-size: 1.1rem;
    }
}
@media screen and (max-width: 768px){
    .nav{
        padding: 1rem 4.5rem;
    }
    .nav h2{
        font-size: 1.5rem;
    }

    .blogIntro{
        padding: 6rem 4.5rem;
    }
    .blogIntro h2{
        font-size: 5rem;
        padding-bottom: 1rem;
    }
    .blogIntro .blogIntroSub{
        flex-direction: column;
        justify-content: center;
    }
    .blogIntro .blogIntroSub .blogIntroLeft{
        width: 100%;
    }
    .blogIntro .blogIntroSub .blogIntroRight{
        width: 80%;
    }
    .blogIntro .blogIntroSub .blogIntroLeft p{
        font-size: 1rem;
    }
    .headBlog{
        padding: 0rem 4.5rem 5rem 4.5rem;
    }
    .headBlog .headSub{
        width: 100%;
        flex-direction: column;
    }
    .headBlog .headSub .one{
        width: 100%;
        height: 65vh;
    }
    .headBlog .headSub .one img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .headBlog .headSub .two{
        width: 90%;
        padding: 1.5rem;
    }
    .blog2{
        padding: 0rem 4.5rem 2rem 4.5rem;
    }
    .blog2 .headSub{
        width: 100%;
        flex-direction: column;
        gap: 2rem;
    }
    .blog2 .headSub .one{
        width: 100%;
        height: 65vh;
        background-color: #f8f8f8;
    }
    .blog2 .headSub .two{
        width: 100%;
        padding: 2rem;
        background-color: #f8f8f8;
    }
    .insightBlog{
        padding: 8rem 4rem 4.5rem 4rem;
    }
    .insightIntro{
        padding: 6rem 4rem 5rem 4rem;
        background-color: #fff;
    }

    .footer{
        padding: 5rem 2rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer .foot1{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .footer .foot1 .footerLogo{
        width: 70%;
        /* align-items: center; */
        margin-bottom: 20px;
        padding-left: 1rem;
    }
    .footer .foot1 .footerLogo a img{
        width: 150px;
    }
    .footer .foot1 .footerPara{
        width: 70%;
        margin-bottom: 20px;
        /* align-items: center;
        text-align: center; */
        margin-left: 1px;
    }
    #footerMenu{
        width: 70%;
        margin-bottom: 20px;
        align-items: center;
        text-align: center;
    }
    .footer .foot1 .footerSubscribe{
        width: 70%;
        margin-bottom: 20px;
        align-items: center;
        text-align: center;
    }
    .footer .foot2{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 496px){
    .nav{
        padding: 1rem;
    }
    .nav h2{
        font-size: 1.5rem;
    }
    .nav .logo a img{
        width: 32%;
        object-fit: cover;
        z-index: 10000000;
    }
    #item{
        flex-direction: column;
        text-align: center;
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        right: -500px;
        background: rgba(0,0,0,0.95);
        z-index: 100000;
        margin-top: 0rem;
        transition: 0.5s;
    }
    #item li{
        padding-right: 0;
        padding: 4px 0;
    }
    #item li a{
        font-size: 1.5rem;
        color: #fff;
    }
    #bar{
        z-index: 1000000;
    }

    .blogIntro{
        padding: 4rem 1rem;
    }
    .blogIntro h2{
        font-size: 5rem;
        padding-bottom: 1rem;
    }
    .blogIntro .blogIntroSub{
        flex-direction: column;
        justify-content: center;
    }
    .blogIntro .blogIntroSub .blogIntroLeft{
        width: 100%;
    }
    .blogIntro .blogIntroSub .blogIntroRight{
        width: 80%;
    }
    .blogIntro .blogIntroSub .blogIntroLeft p{
        font-size: 1rem;
    }
    .headBlog{
        padding: 0rem 1rem 4rem 1rem;
    }
    .headBlog .headSub{
        width: 100%;
        flex-direction: column;
    }
    .headBlog .headSub .one{
        width: 100%;
        height: 65vh;
    }
    .headBlog .headSub .one img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .headBlog .headSub .two{
        width: 90%;
        padding: 1.5rem;
    }
    .blog2{
        padding: 0rem 1rem 2rem 1rem;
    }
    .blog2 .headSub{
        width: 100%;
        flex-direction: column;
        gap: 2rem;
    }
    .blog2 .headSub .one{
        width: 100%;
        height: 65vh;
        background-color: #f8f8f8;
    }
    .blog2 .headSub .two{
        width: 100%;
        padding: 2rem;
        background-color: #f8f8f8;
    }
    .insightBlog{
        padding: 8rem 1rem 4.5rem 1rem;
    }
    .insightBlog .insightSub .one h3{
        font-size: 2rem;
        font-weight: 500;
        padding-bottom: 1.5rem;
        line-height: 2.5rem;
    }
    .insightBlog .insightSub .one{
        padding: 0rem;
    }
    .insightBlog .insightSub .one p{
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    .insightIntro{
        padding: 2rem 1rem 2rem 1rem;
        background-color: #fff;
    }
    .insightIntro .insightIntroSub .insightIntroLeft{
        width: 100%;
    }
    .insightIntro .insightIntroSub .insightIntroRight{
        width: 0%;
    }

    .footer{
        padding: 4rem 1rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer .foot1{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .footer .foot1 .footerLogo{
        width: 70%;
        align-items: center;
        margin-bottom: 20px;
        padding-left: 1rem;
    }
    .footer .foot1 .footerLogo a img{
        width: 150px;
    }
    .footer .foot1 .footerPara{
        width: 70%;
        margin-bottom: 20px;
        align-items: center;
    }
    .footer .foot1 .footerPara p{
        text-align: center;
    }
    #footerMenu{
        width: 70%;
        margin-bottom: 20px;
        align-items: center;
        text-align: center;
    }
    .footer .foot1 .footerSubscribe{
        width: 70%;
        margin-bottom: 20px;
        align-items: center;
        text-align: center;
    }
    .footer .foot2{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}