@font-face {
    font-family: "RB Regular";
    src: url('./fonts/RB\ Regular.ttf') format("truetype");
}

/*Dark Theme
:root {
    --bg-color: #515764;
    --nav-bg-color: #fff;
    --text-color: #515764;
    --active-color: #23dbdb;
}/*

/*Dark Theme*/
:root {
    --bg-color: #fff;
    --nav-bg-color: #fff;
    --nav-bg-color-dark: #353941;
    --text-color: #353941;
    --active-color: #23dbdb;

    --font-large: 2.5rem;
    --font-medium: 1.5rem;
    --font-small: 1.2rem;
}

.footer-menu a{
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    font-size: 1.25rem;
}

.slider-img{
    width: 100%;
    height: 100%;
    min-height: 80vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

.nav-bg {
    background-color: var(--nav-bg-color);
}

.nav-dark {
    background-color: var(--nav-bg-color-dark);
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

html, body{
    overflow-x: hidden;
}

nav .navbar-brand {
    min-height: 100%;
    filter: brightness(10);
    cursor: pointer;
    -webkit-filter: brightness(10);
    margin-left: 30px;
}

nav .navbar-brand .logo {
    width: 150px;
}

.bg-inverse {
    background-color: #3539411a;
    flex-direction: row-reverse !important;
}

.mm-research {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 60px 40px;
}


.mm-research-text {
    height: 300px;
    width: 400px;
    margin: 0 30px;
    vertical-align: top;
    text-align: start;
    font-size: clamp(16px, 2vw, 20px);

}

.mm-research-text p {
    line-height: 1.625;
}

.main-research-img {
    max-width: 678px;
    max-height: 440px;
    min-width: 300px;
    width: 100%;
    border-radius: 40px;
    border: 7px #35394167 solid;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

body {
    font-family: "RB Regular";
    user-select: none;
    background-color: var(--bg-color);
}

section {
    height: 100vh;
}

.bg-dark{
    background-color: #141c27 !important;
}

nav{
    border-bottom: 10px solid #ffd000f5;
}

.nav-link{
    font-size: clamp(16px, 2vw, 16px);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.active > .nav-link{
    color: black !important;
    background-color: white !important;
}

.nav-item:hover > .nav-link{
    color: black !important;
    background-color: rgba(255, 255, 255, 0.747);
}

.carousel-indicators li {
    cursor: pointer;
    height: 30px;
    border-radius: 100px;
    border: 2px solid #00000052;
    /*border-color: black;
    */
    background-color: rgb(255 255 255 / 5%);
    transition: 0.1s ease-in-out;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -ms-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
}

.carousel-indicators li:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}


.logo-footer {
    height: 150px;
    width: auto;
}

.social-media {
    cursor: pointer;
    background-color: var(--text-color);
    border-radius: 100px;
    min-width: 50px;
    text-align: center;
    max-height: 50px;
    vertical-align: baseline;
    line-height: 55px;
    margin-inline:5px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
}

.social-media:hover {
    background-color: var(--active-color);
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
}

/* .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
} */

.profile-pic {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-bottom: 10px;
    border: 5px solid white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.founder-card {
    width: 55rem;
}


.container {
    margin-top: 40px
}

.section-title {
    margin-bottom: 38px
}

.shadow,
.subscription-wrapper {
    box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1) !important
}

.icon-primary {
    color: #062caf
}

.icon-bg-circle {
    position: relative
}

.icon-lg {
    font-size: 50px
}

.icon-bg-circle::before {
    z-index: 1;
    position: relative
}

.icon-bg-primary::after {
    background: #062caf !important
}

.icon-bg-circle::after {
    content: '';
    position: absolute;
    width: 68px;
    height: 68px;
    top: -35px;
    left: 15px;
    border-radius: 50%;
    background: inherit;
    opacity: .1
}

p,
.paragraph {
    font-weight: 400;
    color: #8b8e93;
    font-size: 16px;
    line-height: 1.6;
}

.hoverable {
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.hoverable:hover {
    background-color: #353941;
    color: #888888 !important;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.pub-item {
    max-width: 45%;
}

section{
    height: fit-content;
    margin-bottom: 80px;
}
.main{
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #f5f5f5;
    padding: 0;
    margin: 0;
}

.main .header{
    color: #fff !important;
    font-size: var(--font-large);
    font-weight: bold;
    text-align: left;
    width: 49%;
    cursor: pointer;
}

.main .desc{
    color: #fff !important;
    font-size: var(--font-small);
    font-weight: bold;
    text-align: left;
    width: 49%;
    cursor: pointer;
}

.main .header:hover, .main .header:focus,
.box .box-body:hover, .box .box-body:focus,
.box .box-header:hover, .box .box-header:focus{
    color: #fff !important;
    text-decoration: underline !important;
}

.hidden-btn{
    font-size: var(--font-small);
    background-color: rgba(255, 255, 255, 0.466);
    color: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    width: fit-content;
    padding: 0 10px;
    margin-bottom: 5vh;
}

.box-list{
    align-self: end;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    color: white !important;
}

.box{
    border-top: 2px solid rgb(107, 98, 141);
    margin: 0 10px;
}

.box-header, .recent-header{
    cursor: pointer;
    margin-top: 10px;
    font-size: var(--font-small);
    font-weight: bold;
    width: fit-content;
    padding: 0 10px;
    background-color: rgb(107, 98, 141);
    color: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    text-decoration: none;
}

.recent-header:hover{
    color: white;
}

.box-body{
    text-align: left;
    font-size: var(--font-small);
    cursor: pointer;
}
.lp-sec{
    margin-top: 80px;
    max-width: 1252px;
}
.lp-sec h1, .event-sec h1{
    font-size: var(--font-large);
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
}

.subtitle{
    margin-top: 10px !important;
    color: #989ea5;
    font-size: var(--font-medium);
    margin-top: -20px;
    text-transform: uppercase;
}

.subtitle::after{
    border-top: 1px solid rgb(107, 98, 141);
    content: "";
    display: inline-block;
    margin-left: 12px;
    margin-right: -100%;
    width: 100%;
}

.spereator{
    width: 100vw;
    height: 1px;
    background-color: #cfcfcf;
}

.withline::after{
    border-top: 1px solid rgb(107, 98, 141);
    content: "";
    display: inline-block;
    margin-left: 12px;
    margin-right: -100%;
    width: 90%;
}
.top-separator:before {
    border-top: 1px solid #f0f0f0;
    content: "";
    display: block;
    height: 0;
    left: calc(-50vw + 50%);
    position: absolute;
    top: 0;
    width: 100vw;
}
.recent-header  {
    display: block;
    margin: 0 auto;
    margin-block-start: 10px;
}
.recents{
    margin-top: 20px;
    /* display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start; */
    /* justify-content: space-evenly; */
    zoom: 0.7;
}

/* .recent-box{
    min-width: 350px;
    max-width: 10%;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
} */

.banner-multiple {
    height: 470px;
    margin-block-end: 20px;   
}
.recent-title{
    font-size: var(--font-medium);
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff !important;
}

.recent-title a {
    color: #000 !important;
}

.event-img{
    position: relative;
    /* width: fit-content; */
}
.event-img::before{
    background: linear-gradient(180deg,transparent 16%,#000);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 2;
}
.recent-img{
    width: 100%;
    height: 360px;
    overflow: hidden;
}

.event-img {
    /* width: 368px; */
       height: 240px;
    overflow: hidden;
}

.recent-img > img, .event-img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recent-img, .event-img {
    border: 3px solid #353941;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.mm-research-text h5{
    margin-bottom: 20px;
}
.sndBtn:hover{
    color: #fff !important;
}
.boxTitle {
    font-size: 25px;
}
.navbar-nav .nav-item {
    margin-inline: 10px;
}
.footer-space {
    padding-block: 30px;
}
.social-media i {
    font-size: 24px;
}
.pub-list .card-body p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-block-end: 10px;
}
.publication-holder a.pub-list .card {
    height: auto;
}
.publication-holder a, a.pub-list{
    color: #353941;
    height: 100%;
    text-decoration: none;
    transition: 0.5s all;
    padding-block-end: 30px;
    display: inline-block;
}
.pub-list .card {
    height: 100%;
}
.pub-list .card-body span {
    font-size: 13px;
    color: #8b8e93;
}
.pub-list .boxTitle {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.publication-holder a:hover .card, a.pub-list:hover .card{
    transition: 0.5s all;
    background-color: #dee2e65c;
}
.publication-holder a .card{
   height: 100%;
   margin-block-end: 30px;
}
.activities-wrap .card{
    margin-block-end: 30px;
    min-height: 325px;
}
.events-wrap .card {
    height: 100%;
}
.sec-para {
    padding-block-end: 45px;
}
.captions h5 a{
    color: #fff;
}
.sec-margin {
    margin-block: 45px;
}
.event-banner {
    height: 470px;
    margin-block-end: 70px;
}
.event-banner img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.event-title {
    font-size: 32px;
    font-weight: 500;
}
.event-holder>div a i {
    color:#ea5440;
}
.event-holder>div{
    margin-block-end: 30px;
}
.auth-name {
    color:#6c757d ;
    font-size: 28px;
    font-weight: 500;
    margin-block-end: 30px;
}
.brief-doc {
    font-size: 20px;
    padding: 45px;
    background-color: #ececec;
    color:#6c757d;
}
.doc-holder {
    margin-block-start: 30px;
}
.doc-holder h4{
    font-weight: 500;
    font-size: 28px;
    margin-block: 20px;
}
.doc-holder p{
    font-size: 20px;
    color:#6c757d;
}
.doc-holder p span{
    color: #353941;
}
.endNotes+ .row .col-lg-6 p{
    font-size: 16px;
}
.eventDetails h3{
    text-decoration: underline;
}
.wrkshp-details h4 span{
    text-decoration: underline;
}
.eventDetails h3 {
    font-weight: 500 !important;
}
/* .wrkshp-details {
    padding-block: 20px;
} */
.wrkshp-details h3{
   font-weight: 600;
}
.pub-list .card img {
    height: 180px;
    object-fit: cover;
}
@media (max-width: 1399.98px) {
    .boxTitle {
        font-size: 22px;
    }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .lp-sec h1, .event-sec h1 {
            font-size: 30px;
    }
    .lp-sec {
        margin-top: 60px;
    }
    .subtitle {
        font-size: 18px;
    }
}
@media (max-width: 1199px) {
    .mm-research-text h5 {
        font-size: 18px;
    }
    .h1, h1 {
        font-size: 30px;
    }
    p, .paragraph {
        font-size: 14px;
    }
}
@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-inline: 12px;
        }

    }
@media (max-width: 991px) {
    .navbar-nav .nav-link {
        padding: 0.5rem 1rem;
    }
    .mm-research-text {
        width: 100%;
        height: 100%;
        padding-inline: 15px;
    }
    .activities-wrap .card{
        margin-block-end: 20px;
        min-height: auto;
    }
    .event-banner {
        height: 275px;
        margin-block-end: 30px;
    }
    .pub-list .card {
        min-height: auto;
    }
}
@media (max-width: 900px) {
    #carouselExampleIndicators {
        height: 30vh !important;
    }
    .mm-research {
        padding: 40px 0px;
    }
    .event-title {
        font-size: 25px;
    }
}

@media (max-width: 768px) {
    .container {
        margin-top: 20px;
    }
    .social-media {
        min-width: 40px;
        max-height: 40px;
        line-height: 45px;
    }
    .auth-name {
        font-size: 23px;
        margin-block-end: 25px;
    }
    .brief-doc {
        font-size: 17px;
        padding: 30px;
    }
    .event-holder>div {
        margin-block-end: 25px;
    }
    .doc-holder h4{
        font-size: 23px;
        margin-block: 15px;
    }    .social-media i {
        font-size: 18px;
    }
    .doc-holder p{
        font-size: 17px;
    }
    section {
        margin-bottom: 40px;
    }
    .sec-para {
        padding-block-end: 30px;
    }
    .sec-margin {
        margin-block: 30px;
    }
    .lp-sec {
        margin-top: 40px;
    }
    .mm-research div:first-child{
        width: 240px;
    }
    .main-research-img {
        min-width: auto;
    }
    .mm-research-text h1 {
        font-size: 25px;
    }
    :root {
        --font-large: 1.5rem;
        --font-medium: 1.2rem;
        --font-small: 1rem;
    }
  .footer-menu {
        width: 100%;
    }

    .mm-research {
        flex-direction: column;
    }

    .bg-inverse {
        flex-direction: column !important;
    }

    .main-research-img {
        margin-bottom: 20px;
    }

    .pub-item {
        max-width: 100%;
    }

    .founder-card {
        width: 22rem;
    }

    .card h3 {
        word-wrap: normal;
    }
}

.circle {
    border-radius: 300px;
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    -ms-border-radius: 300px;
    -o-border-radius: 300px;
}

.direction-col {
    flex-direction: column !important;
}

.modal-body p {
    color: #212122;
}
.captions{
    position: relative;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
    height: 300px;
    width: 100vw;
    display: flex;
    padding: 50px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.68);
    backdrop-filter: blur(10px);
}
.carousel-caption h5{
    font-size: calc(var(--font-medium) * 1.1);
    font-weight: bold;
    color: #fff;
    width: fit-content;
}

.carousel-caption p{
    font-size: var(--font-small);
    color: #d2d1d1;
    width: fit-content;
}

@media screen and (max-width: 650px) {
    .recent-box{
        min-width: 100px;
        max-width: 100%;
    }
    .recent-img{
    }
    .recents{
        padding: 0 2rem;
    }
}

@media screen and (max-width: 370px) {
    .recent-img{
        width: 100%;
    }
}

@media screen and (max-width: 330px) {
    .recents{
        width: 100%;
        max-width: 100vw;
    }
    .event-img, .recent-img{
        width: 100%;
        margin: auto;
    }
}