@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600&family=Poppins:wght@100;200;300;400;500;600;800&family=Rubik:wght@400;500;600;700&display=swap');


@font-face {
    font-family: 'Eloquia Display';
    src: url('../src/fonts/Typekiln\ -\ EloquiaDisplay-ExtraBold.otf');
}

@font-face {
    font-family: 'Lufga';
    src: url('../src/fonts/LufgaSemiBold.ttf');
}

@font-face {
    font-family: 'Lufga-light';
    src: url('../src/fonts/LufgaLight.ttf');
}

@font-face {
    font-family: 'Solar Vesta Script';
    src: url('../src/fonts/Solar\ Vesta\ Script.ttf');
}

@font-face {
    font-family: 'Mont-light';
    src: url('../src/fonts/Mont-Light.otf');
}

@font-face {
    font-family: 'Mont-bold';
    src: url('../src/fonts/Mont-Bold.otf');
}

:root {
    --bs-tertiary-bg-rgb: #fff !important;
}


.active a {
    color: #FFF !important;
}

.bg-light {
    padding: 0 !important;
}

/* navbar starts here */
.bg-body-tertiary {
    width: 100%;
    display: flex !important;
    justify-content: center !important;
    padding: 0 !important;
}

.navbar-nav .nav-link {
    color: #FFF !important;
    font-family: 'Lufga-light', sans-serif;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
    display: flex;
    flex-direction: column;
    margin: 0;
    max-width: 100vw !important;
    padding: 0;
}

.navbar-brand {
    display: flex;
    position: relative;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 1.5rem 0 !important;
}

.navbar-brand .logo {
    position: absolute;
    width: 9%;
    left: 2.4rem;
    top: 0rem;
}

.navbar-brand .logo2 {
    position: absolute;
    width: 8%;
    right: 2.4rem;
    top: 1rem;
}

.navbar-brand h1 {
    color: #011682;
    font-family: 'Eloquia Display', sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.navbar-expand-lg .navbar-collapse {
    width: 100%;
    flex-direction: column;
    height: 100vh;
    background: #001FC1;
}
.bottom{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    padding: 1rem 0;
}
#log-out {
    border-radius: 25px;
    background: #FFF;
    color: #001FC1;
    padding: 0.5rem 1.5rem;
    font-family: 'Poppins',sans-serif;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.navbar-expand-lg .navbar-nav {
    display: flex;
    justify-content: center;
    margin: 0 !important;
    width: 100%;
    gap: 0.5rem;
    background: #001FC1;
    padding: 1rem 0;
}

.navbar-nav a {
    color: #FFF;
    font-family: 'Lufga-light', sans-serif;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
}

.custom-nav {
    background-color: #fff !important;
}

.top-img img {
    width: 100%;
}

#image-preview {
    max-width: 100%;
    filter: brightness(0.7);
}

#upload-form {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
}

.slides .right{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}

.slides .right .img-container{
    position: absolute;
    right: 10%;
    top: 25%;
}

.date-time{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#upload-container {
    z-index: 10;
    gap:1rem;
    display: flex;
    position: absolute;
    height: fit-content;
    flex-direction: column;
    top: 50%;
    left: 50%;
    align-items: center;
    transform: translate(-50%, -50%);
}

#image-input {

    opacity: 0;
}

#image-input2 {

    opacity: 0;
}

#custom-button2 {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.59);
    background: rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(10px);
    width: 100%;
    padding: 1rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 1rem;
    color: #FFF;
    font-family: 'Mont-light', sans-serif;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

#custom-button {

    color: #000;
    font-family: 'Mont-light', sa;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    padding: 1rem 2rem;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.button-container {
    padding: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.button-container h4 {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.quick-buttons {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 2rem;
}

.button {
    border-radius: 15px;
    border: 0.5px solid var(--Gray-6, #F2F2F2);
    background: #FFF2B0;
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.5rem;
    gap: 1.5rem;
}

.button p {
    margin: 0;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.button svg {
    font-size: 1.4rem;
}

.box-container {
    margin: 2rem;

    border-radius: 24px;
    border: 1px solid var(--Gray-5, #E0E0E0);
    background: #FFF;
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    padding: 2rem 0;
}

.box {
    display: flex;
    /* width: 750px;
  height: 875px; */
    flex-direction: column;
    width: 40%;
    align-items: center;
    gap: 0.5rem;
    border-radius: 20px;
    border: 1px solid var(--Gray-5, #E0E0E0);
    padding: 1rem;

}

.box .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.box .event {
    border-radius: 20px;
    border: 1px solid var(--Gray-5, #E0E0E0);
    padding: 1rem;
}
.box .left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.box .head ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
    justify-content: center;

}

.box .head li {
    color: #666;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.box .head a {
    text-decoration: none;
    color: #000;
}

.select {
    text-decoration: none;
    border-radius: 54.591px;
    background: #000745;
    color: #fff !important;
    padding: 0.4rem 1rem;
}

.active {
    text-decoration: none;
    border-radius: 54.591px;
    background: #000745;
    color: #fff !important;
    padding: 0.4rem 1rem;
}

.box .top {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
}

.box .top .date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
}

.box .top .date h4 {
    color: #000745;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    margin: 0;
    /* 230% */
}

.box .top .date span {
    color: #000745;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-size: 3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 40.503px;
}

.box .top .details {
    display: flex;
    flex-direction: row;
    /* gap: 1rem; */
    padding: 0.5rem;
}

.box .top .details .left {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    justify-content: flex-start;
}

.box .top .details .left h3 {
    color: #4D4D4D;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 20.252px;
    margin: 0;
    /* 88.462% */
}

.box .top .details .left h4 {
    color: #666;
    font-family: 'Poppins', sans-serif;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.529px;
    margin: 0;
}

.box-container .right{
    display: flex;
    align-items: center;
    gap: 1rem;
}

.box .top .details .left h5 {
    color: #8A8A8A;
    font-family: 'Poppins', sans-serif;
    font-size: 0.7rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.529px;
    margin: 0;
}

.event .top .about {
    display: flex;
    gap: 0.2rem;
}

.event .top .about h6 {
    color: rgba(24, 20, 31, 0.60);
    font-family: 'Poppins', sans-serif;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.529px;
}

.event .top .about span {
    color: #000745;
    font-family: 'Poppins', sans-serif;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.529px;
}

.event .top .right {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: end;
}

.event .top .right h4 {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
}

.event .top .right .icons {
    display: flex;
    gap: 1rem;
}

.event .top .right .icons svg {
    font-size: 1.4rem;
}

.event .bottom {
    display: flex;
    justify-content: flex-end;
}

.event .bottom .calendar {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 70.44px;
    border: 1.761px solid #000745;
    padding: 0.1rem 1rem;
}

.event .bottom h4 {
    margin: 0;
    color: #000745;
    font-family: 'Poppins', sans-serif;
    font-size: 15.849px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.line {
    width: 100%;
    height: 2px;
    color: #4D4D4D;

}

.line-h {
    width: 0.5px;
    height: 95px;
    background: rgba(0, 0, 0, 0.20);
}

.box .item {
    display: grid;
    grid-template-columns: 4fr 1fr;
    gap: 0.5rem;
}

.box form {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.box .item .download a{
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: flex-end;
}

.box .item .download h5 {
    color: #000745;
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
}

.box .item p {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
}

.left-box .text {
    position: relative;
    height: 500px;
}

/* Style the textarea label */
label[for="noticeText"] {
    display: block;
    /* Show the label by default */
}

/* Hide the label when there is text in the textarea */
textarea:focus+label[for="noticeText"] {
    display: none;
}

.left-box .text label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    width: max-content;
    gap: 1rem;
    align-items: center;
}

.left-box {
    width: 40%;
    border-radius: 20px;
    border: 0.5px solid rgba(0, 0, 0, 0.20);
    background: #FFF;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.16);
    padding: 1rem;
}

.left-box textarea {
    padding: 1rem;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    border: 0.5px solid rgba(0, 0, 0, 0.20);
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.left-box form {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
    justify-content: center;
}

.left-box .file-input-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem 0;
    border-radius: 12px;
    border: 0.5px solid rgba(0, 0, 0, 0.20);
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.left-box .notice-publish input {
    width: 100%;
    border-radius: 12px;
    border: 0.5px solid rgba(0, 0, 0, 0.20);
    background: #E5E7FF;
    box-shadow: 1px 1px 5px 0px rgba(96, 112, 255, 0.48);
    padding: 1rem 0;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.about-scl a {
    text-decoration: none;
    color: #20263C;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/* .about-scl .text {
    padding: 1rem;
    position: relative;
    height: 200px;
    border-radius: 16px;
    border: 0.5px solid rgba(0, 0, 0, 0.30);
    background: #FFF;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
} */

.about-scl .text label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    width: max-content;
    gap: 1rem;
    align-items: center;
}

.about-scl form {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 4rem
}

.about-scl textarea {
    width: 100%;
    height: 100%;
    border: none;
}

/* professor starts here  */
/*#professor .text {*/
/*    position: relative;*/
/*    height: 200px;*/
/*}*/

/* Style the textarea label */
label[for="noticeText1"] {
    display: block;
    /* Show the label by default */
}

/* Hide the label when there is text in the textarea */
textarea:focus+label[for="noticeText1"] {
    display: none;
}

/*#professor .text2 {*/
/*    height: 60px;*/
/*    border-radius: 16px;*/
/*    border: 0.5px solid rgba(0, 0, 0, 0.30);*/
/*    background: rgba(255, 255, 255, 0.24);*/
/*    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);*/
/*}*/

#professor .text label {
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    /*color: #000;*/
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    width: max-content;
    gap: 1rem;
    align-items: center;
}

#professor textarea {
    padding: 1rem;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    border: 0.5px solid rgba(0, 0, 0, 0.30);
    background: #FFF;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#professor .right form {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
    justify-content: center;
}

#professor .file-input-container1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem 0;
    border-radius: 16px;
    border: 0.5px solid rgba(0, 0, 0, 0.30);
    background: rgba(255, 255, 255, 0.24);
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}


#image-input1 {
    opacity: 0;
}

#custom-button1 {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.59);
    background: rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(10px);
    width: fit-content;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 1rem;
    color: #FFF;
    font-family: 'Mont-light', sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

#professor {
    display: flex;
    flex-direction: row-reverse;
    /* grid-template-columns: 1fr 1.3fr; */
    gap: 2rem;
    justify-content: space-between;
    position: relative;
}

#professor .yellow {
    position: absolute;
    z-index: -2;
    /* bottom: 0; */
    width: 300px;
    height: 500px;
}

#professor .left {
    right: 13%;
    position: absolute;
    height: fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

#professor .left .img-container {
    width: 250px;
    height: 250px;
    /* border-radius: 50%; */
}

#professor .left .img-container img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

#professor .right {
    width: 100%;
    padding: 3rem 4rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: flex-start;
}

#professor .right .icons {
    display: flex;
    gap: 0.2rem;
}

#professor .right .icons svg {
    height: 80%;
}

#professor .para {
    padding-right: 5rem;
}

#professor .right .para p {
    color: #000;
    font-family: 'Mont-light', sans-serif;
    font-size: 1rem;
    letter-spacing: 1px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    text-transform: capitalize;
}

#professor .details h4 {
    margin: 0;
    color: #0013BD;
    font-family: 'Solar Vesta Script', sans-serif;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

#professor .details h3 {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
}

#professor .details h5 {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

/* professor ends here */
.about-scl {
    display: flex;
    flex-direction: column;
    padding: 0 4rem;
}

.about-scl {
    position: relative;
    overflow: hidden;
    gap: 2rem;
}

.about-scl .right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-scl .right .img-container {
    width: 60%;
}

.about-scl .right .img-container img {
    width: 100%;
}

.blue {
    position: absolute;
    z-index: -2;
    margin-left: 80%;
}

.about-scl .left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding: 2rem;
}

.about-scl .left h3 {
    color: #000;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 3rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.about-scl .left p {
    margin: 0;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.about-scl .left h4 {
    color: #20263C;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: underline;
}

/* numbers starts here  */
.numbers {
    display: flex;
    justify-content: center;
    gap: 8rem;
    position: relative;
    background: #FFC700;
    padding: 5rem 0;
    margin: 2rem 0;
}

.numbers .number {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.numbers .number h3 {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 3rem;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.numbers .number p {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.numbers .dots {
    position: absolute;
    margin-right: 80%;
    bottom: 10px;
}

.numbers .circle {
    position: absolute;
    right: 0;
    bottom: 7%;
    width: 8rem;
}

/* academic starts here */

.academic {
    display: flex;
    flex-direction: column;
    text-align: start;
    padding: 2rem;
    gap: 4rem;
}

.academic .students {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 3rem;
}

.academic .students .student {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.academic h3 {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 2.3rem;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: capitalize;
}

.academic .text {
    text-align: center;
}

.academic .text h4 {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.academic .text h5 {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.academic .student .img-container {
    width: 12rem;
    height: 12rem;
}

.academic .student .img-container img {
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
}

/* talks starts here */
.talks {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 5rem;
}

.talks h2 {
    color: #000;
    width: 50%;
    font-family: 'Poppins', sans-serif;
    font-size: 6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.talks .slide {
    display: grid;
    grid-template-columns: 1fr 1.8fr;
    gap: 4rem;
    justify-content: center;
    align-items: center;
}

.talks .left {
    display: flex;
    justify-content: flex-end;
}

.talks .left .img-container {
    width: 70%;
    height: auto;
    border-radius: 50%;
    overflow: hidden;
}

.talks .left .img-container img {
    width: 100%;
}

.slide .right {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    text-align: left;
}

.slide .right h4 {
    color: #000;
    font-family: 'Mont-bold', sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: capitalize;
}

.slide .right p {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
}

.slide .name {
    display: flex;

    align-items: start;
    flex-direction: column;
    gap: 1rem;
}


.slide .name {
    width: 100%;
}

.slide .name h5 {
    color: #000;
    font-family: 'Mont-Regulat', sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: capitalize;

}

.slide .name h6 {
    color: #000;
    font-family: 'Mont-light', sans-serif;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.text{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
#home .right label{
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}
#home .right form{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
}

svg {
    width: 1.5rem;
}

/* 
oter starts here  */
.footer {
    background: url('../src/img/footer_bg.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    gap: 5rem;
    flex-direction: column;
    justify-content: center;
    padding: 3rem;
}

.footer .top {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 5rem;
}

.footer .top .list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer .top .list li {
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 300;
    line-height: 37.516px;
    /* 234.473% */
    letter-spacing: 1.501px;
    text-transform: capitalize;
}

.footer .top h5 {
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 21.6px;
    /* 120% */
    text-transform: uppercase;
}

.footer .top ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.footer .top .items p {
    color: #CCC;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 185.714% */
    text-transform: uppercase;
    margin: 0;
}

.footer .top .items span {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 20px;
    /* 100% */
}

.footer .top .items {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer .top .items .links {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.footer .top .links .icon {
    border: 1.3px solid #fff;
    border-radius: 50%;
    color: #FFF;
    padding: 0.5rem;
    font-size: 1rem;
}

.twitter , .facebook , .instagram , .address,
.email,
.mobile {
    display: flex;
    flex-direction:column;
    gap: 1rem;
}

.footer .bottom {
    text-align: center;
    padding: 0 1rem;
}

.footer .bottom p {
    color: #FFF;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
}


/* responsive */

@media only screen and (max-width: 900px) {
    .navbar-brand .logo2 {
        display: none;
    }

    .navbar-toggler-icon {
        width: 1em !important;
        height: 1em !important;
    }

    [type=button]:not(:disabled),
    [type=reset]:not(:disabled),
    [type=submit]:not(:disabled),
    button:not(:disabled) {
        padding: 0.3rem;
    }

    .navbar-brand {
        width: min-content !important;
        padding: 1rem 0 !important;
        margin: 0 !important;
        justify-content: flex-start;
        gap: 0.5rem;
    }

    .navbar-expand-lg .navbar-nav {
        padding: 1rem !important;
    }

    .navbar-nav .dropdown-menu {
        background-color: #0013BD;
    }

    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.show {
        color: #fff;
    }

    .navbar>.container,
    .navbar>.container-fluid,
    .navbar>.container-lg,
    .navbar>.container-md,
    .navbar>.container-sm,
    .navbar>.container-xl,
    .navbar>.container-xxl {
        flex-direction: row;
        justify-content: space-between !important;

    }

    .navbar-brand .logo {
        position: relative;
        left: 0;
        top: 0;
    }

    .navbar-brand h1 {
        font-size: 2.4vw;
        margin: 0;
    }

    /* Home  */
    .box-container {
        margin: 1rem;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
        padding: 0.7rem;
    }

    .box {
        width: 100%;
        padding: 0.5rem;
    }

    .box .content {
        width: 85vw;
        gap: 0.5rem;
    }

    .box .head ul {
        padding: 0;
        gap: 0.8rem;
        height: 10vw;
        margin: 0;
    }

    .box .item {
        padding: 0 0.5rem;
    }

    .box .head li {
        font-size: 3vw;
    }

    .box .top .details .left {
        gap: 0.2rem;
    }

    .box .top {
        flex-direction: column;
        gap: 0.3rem;
    }

    .box .top .details {
        flex-direction: column;
        padding: 0;
    }

    .box .top .date {
        flex-direction: row;
        height: 4vh;
    }

    .box .top .details .left h3 {
        font-size: 0.9rem;
    }

    .box .top .details .left h4 {
        font-size: 0.6rem;
    }

    .box .top .details .left h5 {
        font-size: 0.6rem;
    }

    .event .top .about h6 {
        font-size: 0.75rem;
    }

    .event .top .right h4 {
        font-size: 3vw;
    }

    .event .top .right .icons svg {
        font-size: 4.5vw;
    }

    .event .bottom h4 {
        font-size: 0.8rem;
    }

    .box .top .date h4 {
        font-size: 3.5vw;
    }

    .box .top .date span {
        font-size: 6vw;
    }

    .box .event {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding: 0.5rem;
    }

    .box .item p {
        font-size: 0.8rem;
    }

    .box .item .download h5 {
        font-size: 1rem;
    }

    #professor {
        margin: 2rem 0;
    }

    .event .bottom {
        justify-content: center;
    }

    .event .top .right {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    #professor {
        align-items: center;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    #professor .yellow {
        width: 40vw;
        height: 25vh;
        top: -15px;
    }

    #professor .left .img-container {
        width: 200px;
        height: 200px;
    }

    #professor .right {
        padding: 2rem 1rem;
    }

    #professor .para {
        padding: 0;

    }

    #professor .right .para p {
        margin: 0;
        font-size: 3.8vw
    }

    #professor .details h4 {
        font-size: 5vw;
    }

    #professor .details h3 {
        font-size: 5vw;
    }

    #professor .details h5 {
        font-size: 4vw;
    }

    .about-scl {
        display: flex;
        flex-direction: column;
        padding: 2rem 1rem;
        margin: 0;
    }

    .about-scl .left h4 {
        font-size: 5vw;
    }

    .about-scl .left h3 {
        font-size: 9vw;
    }

    .about-scl .left p {
        font-size: 4.4vw;
    }

    .about-scl .left {
        padding: 0;
    }

    .about-scl .right .img-container {
        width: 70%;
    }

    .blue {
        margin-left: 50%;
        height: 35vh;
        bottom: 0;
        right: 0;
    }

    .numbers {
        gap: 1rem;
        padding: 2rem 0;
        overflow: hidden;
    }

    .numbers .dots {
        width: 17%;
        margin-right: 80%;
        bottom: 10px;
    }

    .numbers .number {
        justify-content: center;
    }


    .numbers .number h3 {
        font-size: 4vw;
        margin: 0;
    }

    .numbers .circle {
        position: absolute;
        right: -5px;
        bottom: 10%;
        width: 2.5rem;
    }

    .numbers .number p {
        font-size: 3vw;
    }

    .academic {
        padding: 3rem 1.5rem;
        gap: 1rem;
    }

    .academic .student .img-container {
        width: 50%;
    }

    .academic .students .student {
        gap: 0.5rem;
        width: 100%;
    }

    .academic .text h4 {
        font-size: 5vw;
        margin: 0;
    }

    .academic .text h5 {
        font-size: 3.5vw;
        margin: 0;
    }

    .academic .students {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .talks {
        padding: 2rem 1rem;
        width: 100%;
        gap: 1rem;
    }

    .talks h2 {
        font-size: 8vw;
        width: 100%;
        text-align: center;
        font-weight: 600;
    }

    .talks .slide {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;

    }

    .talks .left .img-container {
        width: 50%;
    }

    .slide .right h4 {
        font-size: 5vw;
    }

    .slide .right p {
        font-size: 3.9vw;
        margin: 0;
    }

    .slide .right {
        gap: 1rem;
    }

    .slide .name h5 {
        font-size: 5vw;
        margin: 0;
    }

    .slide .name h6 {
        font-size: 3vw;
    }

    .talks .left {
        justify-content: center;
    }

    .slide .name {
        gap: 0.2rem;
    }

    .academic h3 {
        text-align: center;
        font-size: 2rem;
    }

    .footer {
        gap: 3rem;
        padding: 2rem;
    }

    .footer .top .items .address,
    .email,
    .call {
        gap: 0.5rem;
        flex-direction: column;
    }

    .footer .top .items p {
        text-align: center;
    }

    .footer .top {
        flex-wrap: wrap;
        gap: 2rem;
    }

    .footer .top .items {
        align-items: center;
    }


    .footer .bottom {
        padding: 0;
    }

    .footer .bottom p {
        font-size: 0.8rem;
    }



}