/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,700;1,400&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
 :root {
    --Primary-color: #482FF7;
    --nav-bg: #0a025ae0;
    --light-Bg: #F2F1FF;
    --White-bg: #fff;
}

*,
* ::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

p {
    line-height: 1.4;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif !important;
    scroll-behavior: smooth;
}

.navbarCont {
    position: relative !important;
}

.BlogCont {
    margin: 20px auto;
    padding: 0 2rem;
    max-width: 1000px;
}

.blogTitle {
    width: 100%;
}

.blogTitle h1 {
    line-height: 1;
    margin: 3rem 0 1rem 0;
    font-size: 2.2rem;
}

.blogImg {
    width: 100%;
}

.blogImg img {
    width: 100%;
}

.blogShortDisc p {
    padding: 1rem 1rem 3rem 1rem;
    font-weight: 500;
    font-size: 1.2rem;
}

.blogText {
    width: 100%;
}

.blogText p {
    padding: 1rem 1rem 3rem 1rem;
    font-size: 1.1rem;
    line-height: 1.5rem;
}

.blogText p br {
    content: "";
    margin: 3rem;
    display: block;
    font-size: 24%;
}

.blogCredit {
    width: 100%;
}

.blogCredit p {
    width: max-content;
    margin: auto;
    padding: 3rem 0;
}

.blogCredit p b {
    font-weight: 600;
}