body,h6 {
    font-family: "Montserrat";
    scroll-behavior: smooth;
    scroll-padding: 60rem;
}

.news-header {
    margin-left: 30px;
    margin-top: 18px;
}

.view {
    display: flex;
    height: 650px;
    /* border: 2px blue solid; */
    background-color: #E2D8ED;
}

.left-hand {
    width: 50%;
    /* border: 2px red solid; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.news,
.newsd {
    height: 20%;
    width: 90%;
    /* border: 2px green solid;  */
    position: relative;
    display: flex;
    font-family: "Montserrat";
    font-size: 0.8em;
    background-color: rgb(239, 233, 239);
    color: #563a94;
}

.newsd {
    background-color: inherit;
}

.bg-primary {
    background-color: #563a94;
}

.news1 {
    height: 8%;
    width: 100%;
    /* border: 2px green solid;  */
    position: relative;
}

.bttn {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 15px 40px;
    font-size: 0.8em;
    font-weight: 500;
    height: 50px;
    background-color: #E2D8ED;
    color: #563a94;
    border: 1px solid #563a94;
}

.bttn:hover {
    background-color: #563a94;
    color: white;
    transition: .5s linear;
}

#bttn1 {
    top: -40px;
    position: absolute;
    font-size: 1em;
}

.image {
    width: 30%;
    padding: 10px;
}

.content {
    width: 70%;
    height: 100%;
    /* border: 2px solid rgb(46, 130, 46); */
    display: flex;
    flex-direction: column;
}

.content-in {
    padding-left: 5px;
    padding-top: 10px;
    height: 80%;
}

.no-content {
    height: 20%;
    width: 100%;
    /* border: 2px green solid; */
    background-color: #E2D8ED;
}

.news-date {
    margin-top: 10px;
}

.badge {
    margin-top: 5px;
    background-color: #563a94;
    font-family: "Montserrat";
}

.fit-image {
    width: 100%;
    height: 90%;
}

.date-tag {
    width: 10%;
    display: flex;
    flex-direction: column;
}

.main-date {
    height: 60%;
    display: flex;
    flex-direction: column;
    background-color: #563a94;
    position: relative;
}

.btn-top {
    height: 50%;
    width: 130%;
    color: white;
    font-size: 2.5em;
    position: absolute;
    left: -30%;
    background-color: inherit;
    border: #563a94 1px solid;
}

.btn-btm {
    background-color: inherit;
    height: 50%;
    width: 130%;
    color: white;
    position: absolute;
    bottom: 0;
    left: -30%;
    border: #563a94 1px solid;
}

.blank-date {
    height: 40%;
    background-color: #E2D8ED;
    position: relative;
}

.blank-date-btn {
    position: absolute;
    height: 50%;
    width: 50%;
    right: 0;
    pointer-events: none;
    box-shadow: none;
    border: 1px solid;
    background-color: rgb(239, 233, 239);
    border-color: rgb(239, 233, 239);
}



a {
    margin-right: 10px;
}

.footer1-links {
    color: white;
    font-weight: 400;
    font-size: 0.9em;
}

.footer1-links a {
    margin: 5px;
    color: white;
    text-decoration: none;
}

.footer1-links a:hover {
    color: #337ab7;
    transition: .5s linear;
}

.footer3 {
    padding-left: 20px;
    font-size: 0.89em;
    margin-bottom: 10px;
}

footer {
    margin-top: 0;
}

.footer2-header {
    font-size: 1.1em;
    color: #29184d;
}

.footer-btn {
    background-color: inherit;
    border: 1px solid white;
    color: white;
    margin-left: 1020px;
    padding: 10px;
}

.footer-btn:hover {
    background-color: white;
    color: #29184d;
    transition: .5s linear;
}

.carousel-content {
    width: 35%;
    position: absolute;
    bottom: 25%;
    left: 5%;
    z-index: 20;
    color: white;
}

.carousel-content2 {
    width: 35%;
    position: absolute;
    bottom: 15%;
    left: 5%;
    z-index: 20;
    color: black;
}

.carousel-indicators {
    left: 50em;
}

.slideTxt {
    margin-bottom: 1em;
    font-family: "Roboto";
    font-weight: 700;
    z-index: 10;
    color: white;
}

.btn.btn-outline-dark {
    background-color: black;
    color: white;
    font-weight: 500;
}

.btn.btn-outline-light {
    font-weight: 500;
}

.btn.btn-outline-light:hover {
    transition: 0.5s linear;
}

.btn.btn-outline-dark:hover {
    background-color: white;
    color: black;
    transition: .5s linear;
}

.btn {
    border-radius: 0;
}

.container1 {
    display: flex;
    justify-content: space-between;
}

.container2 {
    display: flex;
}

.hover-text {
    margin-right: 10px;
}

.hover-text:hover {
    color: red;
}

.header {
    height: auto;
    display: flex;
    margin-bottom: 2%;
    position: sticky;
    top:0;
    z-index: 1001;
    background-color: white;
}

.logo {
    position: relative;
    width: fit-content;
    height: fit-content;
    top: 15%;
    margin: 10px 20px 0px 20px;
}

.nav {
    height: 98%;
    width: 70%;
}

.nav1 {
    height: 50%;
    width: 100%;
    position: relative;
    left: 10%;
    align-content: center;
}

.nav2 {
    height: 50%;
    width: 100%;
    position: relative;
    left: 10%;
    align-content: center;
}

.dropbtn {
    background-color: white;
    color: #2A305E;
    padding: 8px;
    font-size: 0.88em;
    font-family: "Roboto";
    border: none;
}

.n1 {
    font-size: 16px;
    justify-content: space-between;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    font-size: 0.8em;
    font-weight: 500;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.dropdown-content a {
    color: #337ab7;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: white;
}

.navbar-nav a {
    font-size: 0.8em;
    margin-right: 10px;
    color: #2A305E;
}

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

h1,
h6 {
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
    color: #563a94;
}

p {
    line-height: 2em;
}

.arrowImg {
    padding: 0 0 0 0
}

.grid {
    width: 50%;
}

.grid-container {
    display: grid;
    grid-template-columns: auto auto;
}

.grid-item {
    text-align: center;
    padding: 0;
    margin: 10px;
}

.infoLink {
    color: #2a305e;
    margin: 0 0 0.5em 0;
}

.infoLinkTxt {
    margin: 0 0 1em 0;
}

.mainContainer {
    display: flex;
    flex-direction: column;
    background-color: #E2D8ED;
}

.navbar-nav {
    padding: 0 0 0 1em;
}

.para {
    width: 50%;
    padding: 3em 1em 0 2em;
    color: #2a305e;
    font-size: 15px;
}

.randomInfo {
    display: flex;
}

.infoLink {
    padding: 0 0 0 2em;
}

.nav-item {
    color: #563a94;
    font-weight: 400;
    font-size: 1.2em;
    margin-left: 6px;
    padding-bottom: 0;
}

h2 {
    font-family: "Roboto";
    font-weight: bold;
}



li {
    padding-bottom: 10px;
    font-size: 1.1em;
}

.fw-bold a {
    text-decoration: none;
    color: #2a305e;
    font-size: 0.9em;
}

.fw-bold li{
    padding-bottom: 0;
}

.body2{
    display: flex;
    flex-direction: column;
    height: fit-content;
}

.lower {
    height: 100px;
    display: flex;
    /* font-family: ; */
}

.body2-right,
.body2-left {
    width: 50%;
    height: 100%;
}

.body2-left {
    position: relative;
}

.body2-left button {
    position: absolute;
    left: 31%;
    top: 30px;
    background-color: inherit;
    color: #563a94;
    font-weight: 500;
    border: 1px solid #563a94;
    padding: 10px 15px;
}

.body2-left button:hover {
    background-color: #563a94;
    color: white;
    transition: 0.5s linear;
}

.w-101 {
    width: 90%;
}

/* counting part */

@property --num1 {
    syntax: "<integer>";
    initial-value: 31;
    inherits: false;
}

.num1 {
    animation: counter 1s alternate ease-in-out;
    counter-reset: num var(--num1);
}

.num1::after {
    content: counter(num);
}

@property --num2 {
    syntax: "<integer>";
    initial-value: 17;
    inherits: false;
}

.num2 {
    animation: counter 1s alternate ease-in-out;
    counter-reset: num var(--num2);
}

.num2::after {
    content: counter(num);
}

@property --num3 {
    syntax: "<integer>";
    initial-value: 50;
    inherits: false;
}

.num3 {
    animation: counter 1s alternate ease-in-out;
    counter-reset: num var(--num3);
}

.num3::after {
    content: counter(num);
}

@property --num4 {
    syntax: "<integer>";
    initial-value: 1;
    inherits: false;
}

.num4 {
    animation: counter 1s alternate ease-in-out;
    counter-reset: num var(--num4);
}

.num4::after {
    content: counter(num);
}

@keyframes counter {
    from {
        --num1: 0;
        --num2: 0;
        --num3: 0;
        --num4: 0;
    }

    to {
        --num1: 31;
        --num2: 17;
        --num3: 50;
        --num4: 1;
    }
}

.top-btn {
    position: fixed; 
    bottom: 30px;
    right: 40px;
}

.navbar3{
    position: sticky;
    top: 11.5%;
    z-index: 1000;
}
