:root {
    --main: #2928ce;
    --gray: #515050;
    --white: whitesmoke;
    --black: rgb(27, 27, 27);
}

.body_container {
    height: auto;
    width: 100vw;
    min-height: 100vh;
    max-width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.heading_div {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 6vh;
    border-bottom: 0.1vh solid var(--gray);
}

.heading_div .main_container {
    width: 90%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.heading_div .main_container .section1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 30%;
    font-size: 1.8vh;
}

.heading_div .main_container .section1 span {
    cursor: pointer;
}

.heading_div .main_container .section2 span {
    cursor: pointer;
}

.heading_div .main_container .section2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 15%;
    font-size: 1.8vh;
}

.navbar_div {
    width: 100%;
    height: 10vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.navbar_div .main_container {
    width: 90%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.navbar_div .main_container .logo {
    height: 100%;
    width: 10vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.navbar_div .main_container .logo a {
    height: 90%;
}

.navbar_div .main_container .navbar_nav {
    width: 70%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 1.8vh;
}

.custom_btn {
    width: auto;
    height: 6vh;
    border-radius: 1.2vh;
    padding: 0 2vh;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    background: var(--main);
    color: var(--white);
    border: none;
    outline: none;
    font-size: 2vh;
}

.banner_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    position: relative;
    height: 84vh;
    width: 100vw;
}

.banner_container .banner_container1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60%;
    background-image: url("../img/banners/1.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner_container .banner_container1 .overlay {
    background: rgba(0, 0, 0, 0.266);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1vw 0;
}

.banner_container .banner_container1 .container {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    height: 100%;
}

.banner_container .banner_container1 span.text {
    border-left: 0.3vh solid var(--main);
    font-size: 4vh;
    padding-left: 1vw;
    color: var(--white);
}

.banner_container .banner_container2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40%;
}

.banner_container .banner_container2 .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 70%;
    height: 100%;
    padding: 1vw 20vw 1vw 0;
    gap: 1vh;
}

.banner_container .banner_container2 .breadcrumb {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1.5vh;
    width: 100%;
}

.banner_container .banner_container2 span.text {
    font-size: 1.8vh;
    color: var(--black);
}

.banner_container .banner_container2 span a {
    color: var(--main);
}

.modal_container {
    position: absolute;
    background: white;
    height: 80%;
    width: 25%;
    right: 6vw;
    border-radius: 1.5vh;
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 2vw;
}

.modal_container .container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.modal_container .text {
    font-size: 1.3vh;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-start;
}

.whatsapp_container {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
    width: auto;
    z-index: 99;
}

.whatsapp_container .icon {
    color: green;
    font-size: 5vh;
    cursor: pointer;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 1.5vh;
}

.whatsapp .icon i {
    background: white;
}

.modal_container .heading {
    font-size: 3vh;
    font-weight: 600;
    text-transform: uppercase;
}

.modal_container .container .whatsapp {
    display: flex;
    height: auto;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.modal_container .container .whatsapp input[type="checkbox"] {
    width: 4vh;
    height: 4vh;
}

.main_content_container {
    height: auto;
    width: 98%;
    padding: 2vh 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 3vh;
}

.main_content_container .main_container {
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2vh;
}

.main_content_container .main_container .grid_container {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 4vh;
    column-gap: 2vw;
}

.main_content_container .main_container .grid_container .box {
    width: 100%;
    height: auto;
    gap: 1vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.main_content_container .main_container .grid_container .box .img {
    height: 30vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 0.1vh solid #4f4f4f;
    overflow: hidden;
    border-radius: 2vh;
}

.main_content_container .main_container .grid_container .box .text {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
}

.footer_links_container {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-top: 0.1vh solid #4f4f4f;
    padding: 6vh 0;
}

.footer_links_container .container {
    width: 70%;
    height: 90%;
    display: grid;
    grid-template-columns: 31% 20% 20% 20%;
    gap: 3%;
}

.footer_links_container .container .box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1vh;
}

.footer_links_container .container .box .heading {
    font-size: 2.4vh;
}

.footer_links_container .container .box .content {
    font-size: 1.8vh;
    color: var(--gray);
}

.footer_div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 110vh;
}

.footer_div .footer {
    height: 10vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-top: 0.1vh solid #f5f5f5;
    border-bottom: 0.1vh solid #4f4f4f;
}

.footer_div .footer .container {
    width: 95%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.footer_div .footer .container .section {
    color: var(--gray);
}

.footer_div .footer .container .section2 {
    width: 30%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.footer_div .main_container {
    height: 100vh;
    width: 100%;
    background: #f5f5f5;
    padding: 4vh 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 5vh;
    justify-content: center;
}

.footer_div .main_container .container {
    height: 100%;
    width: 95%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 4vh 0;
    gap: 3vh;
}

.footer_div .main_container .container .heading {
    font-size: 3vh;
    font-weight: 500;
}

.footer_div .main_container .container .content_heading {
    font-size: 2.2vh;
    font-weight: 500;
}

.footer_div .main_container .container .content_body {
    color: var(--gray);
    font-size: 2vh;
}

.footer_div .tabs {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2vh;
    width: 100%;
}

.footer_div .tabs .tab_head {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 3vh;
    justify-content: flex-start;
}

.footer_div .tabs .tab_head .tab_header {
    cursor: pointer;
}

.footer_div .tabs .tab_head .tab_header.active {
    border-bottom: 0.2vh solid var(--main);
    font-weight: 500;
}

.footer_div .tab_body_container {
    display: block;
    width: 100%;
}

.footer_div .tabs .tab_body:not(.active) {
    display: none;
}

.footer_div .tabs .tab_body.active {
    display: grid;
    grid-template-columns: repeat(12, auto);
    width: 100%;
    column-gap: 1.75vw;
    row-gap: 1vh;
}

.footer_div .tabs .tab_body span {
    border-right: 0.1vh solid var(--gray);
    font-size: 1.4vh;
}

.blog_container {
    width: 70%;
    height: auto;
    padding: 3vh 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    justify-content: center;
    gap: 2.5vh;
    border-radius: 2vh;

}

.blog_title {
    font-size: 5.6vh;
    font-weight: bold;
    /* text-align: center; */
    width: 80%;
    padding-left: 5vh;

}
.blog_author {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    /* justify-content: center; */
    gap: 5vh;
    padding-left: 5vh;

    
}
.author_data{

    display:flex;
    gap: 2vh;
    align-items: center;
}
.user{

    padding: 1vh;
}
.author_img {
    background-color:#4f4f4f75;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog_description {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    /* text-align: center; */
    font-size: 2.6vh;
    color: #80808099;
    padding-left: 5vh;

}

.blog_content {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2vh;
    padding-top: 6vh;
    padding-left: 5vh;

}

.blog_content h2 {
    text-align: left;
}



/* -------------------------------------- */
