/* Navbar CSS */
.nav-custom {
    background-color: rgb(255, 255, 255) !important;
    color: black !important;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    position: sticky !important;
    transition: top 0.3s;
    width: 100%;
    top: 0;
    z-index: 1;
}

.nav-link {
    font-size: 1rem !important;
}

#aboutNavbarSection {
    left: -150px !important;
}

/* Navbar CSS end */
/* Footer CSS */

.follow_icon {
    width: 20px;
    height: 20px;
    margin: 0px 15px;
    color: #000;
    transition: all 0.3s ease;
    color: red !important;
}

;

.main-section {
    padding: 0px;
}

.main-img {
    background: url('../photos/main-image-head.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: border-box;
    position: relative;
    width: 100%;
    height: 63vh;
    padding: 23px;
    border-radius: 12px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    animation: popup 1.3s ease;
}

@keyframes popup {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }

}

.main-img-section {
    position: relative;
    width: 80% !important;
    padding: 23px;
    height: 100% !important;
    border-radius: 12px;
}

/* Footer Section CSS end */

/* About Section CSS */
.about-container {
    background-color: rgb(255, 255, 255) !important;
    width: 100%;
    padding: 10px;
    position: relative;
    margin: 50px;
    border-radius: 12px;
    box-shadow: 0px 0px 40px rgba(182, 11, 11, 0.1);
    animation: popupabout 1.3s ease;
}

@keyframes popupabout {
    0% {
        margin-bottom: -40px;
        transform: scale(0);
    }

    100% {
        margin-bottom: 0px;
        transform: scale(1);
    }
}

.about-section {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}

.about-img {
    background: url('../photos/du-image-1.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: border-box;
    position: relative;
    border-radius: 12px;
    width: 100%;
    margin: 10px;
    height: 90vh;
    animation: popup 1.3s ease;
}

.about-head {
    text-align: center;
    padding: 10px !important;
    font-size: 2.6rem;
}

.about-text {
    text-align: justify;
    padding: 23px;
    font-size: 1.2rem;
    line-height: 2rem;
    width: 100%;
    margin: 10px;
}

/* About Section CSS end */
/* registration CSS */



/* CSS For Conference Page */
.conference p {
    font-size: 1.2rem;
    text-align: justify;
}

.conference h1 {
    font-size: 4rem;
}

.conference h3 {
    font-size: 2rem;
}

/* CSS For Conference Page Ends */

/* CSS For Event Page */
.event {
    animation: popupabout 1.3s ease;
}

.event h1 {
    font-size: 4rem;
}

.event h3 {
    font-size: 3rem;
}

.event p {
    font-size: 1.5rem;
}

/* CSS End For Event Page */

/* CSS For Innovation Page */
.innovation h1 {
    font-size: 4rem;
}

.innovation div {
    font-size: 1.7rem;
    text-align: justify;
}

.innovation p {
    font-size: 1.5rem;
    margin-top: -15px;
    text-align: justify;
}

/* CSS End For Innovation Page */

/* CSS For Indulge Page */
.img {
    padding: 23px;
    box-shadow: 0px 0px 40px rgba(165, 164, 164, 0.1);
    border-radius: 12px;
    animation: enterin 1.3s ease;
}

.indulge h2 {
    text-transform: uppercase;
    letter-spacing: 4px;
}

.img img {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 12px;
}

.indulge p {
    font-size: 1.5rem;
    text-align: justify;
    text-align: center;
}

@keyframes enterin {
    0% {
        transform: translateX(-1000%);
        opacity: 0;
    }

    50% {
        transform: scale(0.5);
        opacity: 1;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/* CSS For Guidelines Page */

.guidelines h1 {
    letter-spacing: 3px;
    font-size: 3.5rem;
    margin-left: 70px;
}

.guidelines .card {
    border-radius: 50px;
    padding: 15px;
    font-size: 20px;
    box-shadow: 6px 2px 45px -11px #b3b3b3;
    margin-top: 40px;
    margin-bottom: 60px;
}

/* CSS Key Themes First Page */

.key_first {
    padding: 23px;
    border-radius: 12px !important;
    box-shadow: 0px 0px 40px rgba(165, 164, 164, 0.1);
}

.key_first ul {
    list-style-type: disc !important;
}

.key-themes-one h1 {
    letter-spacing: 3px;
    font-size: 3rem;
    margin: 90px;
}

/* CSS Key Themes Second Page */

.key_second {
    padding: 5px;
    border-radius: 12px !important;
    box-shadow: 0px 0px 40px rgba(165, 164, 164, 0.1);
}

.key-themes-second {
    background-color: rgb(88, 67, 145) !important;
}

.key_second ul {
    list-style: disc !important;
}

.key-themes-second h1 {
    margin-bottom: 100px;
    letter-spacing: 3px;
    font-size: 3rem;
    margin: 90px;
}

/* CSS For Proposals Page */
.bg-call {
    background: url('../photos/background-key.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.proposals .card {
    border-radius: 12px !important;
    margin-bottom: 20px;
    padding: 12px !important;
}

.proposals h1 {
    padding: 23px;
    margin: 30px 0px;
    text-align: center;
    letter-spacing: 3px;
    font-size: 4rem;
    color: white;
}

.about-table {
    width: 100%;
    padding: 0px !important;
    margin-top: 80px !important;
    border-radius: 12px;
    box-shadow: 0px 0px 60px rgba(165, 164, 164, 0.1);
}

.about-table table {
    width: 100%;
}

.reg-date {
    text-align: center;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
    padding: 23px;
    border-radius: 12px;
}

.reg-para {
    padding: 12px;
    margin: 30px 0px;
    text-align: center;
}

.registration-para {
    font-size: 2rem !important;
    font-weight: 600;
}

.imp-dates h2 {
    padding: 12px;
    text-decoration: underline;
}

ul {
    list-style-type: none;
}

ul li {
    padding: 10px;
    font-size: 1.2rem;
}

/* registration CSS end */
/* Container CSS */
.object {
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
    width: 100% !important;
    margin: 30px;
    padding: 23px;
    height: 100%;
    border-radius: 12px;
    position: relative;
    animation: slideUp 0.8s ease-out forwards;
}

.obj-img-parent {
    position: relative;
    width: 100%;
    height: 60%;
}

.obj-img {
    background: url('../photos/94761-OK4YYE-96.jpg');
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 12px;
    background-size: cover;
    width: 100%;
    height: 60vh;
    background-attachment: scroll;
}

.obj-text {
    padding: 23px;
    font-size: 1.2rem;
    line-height: 2rem;
    text-align: justify;
}

.obj-text h1 {
    text-align: center;
    margin: 40px 0px;
    font-size: 3.5rem;
}

.obj-text p {
    margin: 40px 0px;
}

@keyframes slideUp {
    0% {
        transform: translateY(60%);
        scale: 0;
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        scale: 1;
        opacity: 1;
    }
}

/* Container CSS end */
/* Key Takeways CSS */

.key-takeaway {
    background-color: rgb(88, 67, 145);
    width: 100%;
    height: 100%;
    position: relative;
    padding: 30px;
}

.contain-img {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: start;
}

.c-img {
    width: 100%;

}

.takeaway-para {
    padding: 23px;
    font-size: 1.2rem;
    line-height: 2rem;
    text-align: justify;
}

.key-images img {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 12px;
    border-radius: 12px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.call {
    background-color: rgb(88, 67, 145);
    color: white;
    margin-top: 30px;
    padding: 20px;
}

.call-head h2 {
    font-size: 3.5rem;
    padding: 12px;
    text-align: center;
}

.call-div-para {
    background-color: white;
    margin: 35px;
    color: black;
    padding: 30px;
    border-radius: 12px;
    transition: all 0.9s ease;
}

.call-div-para:hover {
    transform: scale(1.01);
    background-color: rgba(255, 255, 255, 0.904);
    transition: all 0.9s ease;
}

.call-div-para h3 {
    font-size: 2rem;
}

/* Key Takeways CSS end */
/* Pre Conference CSS */
.pre-contain-main {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 30px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
    margin: 20px;
}

.pre-contain-text {
    display: flex;
    flex-direction: column;
    align-self: center;
    width: 100vh;
    padding: 20px;
}

.pre-contain-image-main {
    position: relative;
}

.pre-contain-image-main img {
    border-radius: 12px;
    animation: popup-inf 1.3s ease infinite;
}

@keyframes popup-inf {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translate(0px);
    }

}

/* Pre Conference CSS end */
/* footer CSS */
.foot-ul li a,
span {
    color: white !important;
    text-decoration: none;
}

/* footer CSS end */
/* Misc CSS */
.guidelines h1 {
    font-size: 3rem !important;
    text-align: start;

}

.guidelines .card {
    padding: 30px !important;
    border-radius: 12px !important;
    box-shadow: 0px 0px 40px rgba(165, 164, 164, 0.1);
}

.venue-title {
    padding: 23px;
}

.venue-image img {
    border-radius: 12px;
}

.card1 {
    background-color: inherit !important;
    color: white !important;
    position: absolute;
    border: none !important;
    top: 20;
    cursor: pointer;
    transition: all 0.3s ease;
    animation: index-page-cards-animation 1.3s ease infinite;
}

@keyframes index-page-cards-animation {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-5px);
    }

    100% {
        transform: translate(0px);
    }

}

.card1:hover {
    transform: scale(1.08);
    transition: all 0.3s ease;
    background-color: rgb(107, 85, 167) !important;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.card1 img {
    border-radius: 20px !important;
}

.drop-home-menu {
    display: none !important;
}

.main-home:hover .drop-home-menu {
    display: block !important;
    position: absolute;
    top: 80%;
    left: 10;
    background-color: white;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 12px;
}

.main-p-mid {
    background-color: rgb(88, 67, 145);
    color: white !important;
    padding: 10%;
}

.main-p-mid h2 {
    font-size: 3.5rem !important;
    animation: popup 1.2s ease 2;

}

.main-p-mid h3 {
    padding-top: 53px;
    font-size: 3rem !important;
    animation: popup 1.2s ease 2;
}

.main-p-time {
    background-color: rgb(250, 250, 250);
    color: black;
    text-align: center;
    padding: 70px;
}

.main-p-head {
    min-height: 25vh !important;
    background-color: rgb(250, 250, 250);
}

.about-img-conf {
    background: url('../photos/about.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: border-box;
    position: relative;
    border-radius: 12px;
    width: 100%;
    margin: 10px;
    height: 71vh;
    animation: popup 1.3s ease;
}

.imp-dates-div {
    width: 100%;
    height: 40vh;
}

.img-dates-div img {
    width: 100% !important;
    height: inherit !important;
}

.image2 img {
    max-width: 140px;

}

.imp-dates-images1 {
    border-radius: 13px !important;
    transition: all 0.3s ease;
    width: 100%;
    animation: anim-imp1 1.5s ease-in-out;
    height: 100%;
}

.imp-dates-images2 {
    border-radius: 13px !important;
    transition: all 0.3s ease;
    animation: anim-imp2 2s ease-in-out;
    height: 100%;
    width: 100%;
}

.imp-dates-images3 {
    border-radius: 13px !important;
    transition: all 0.3s ease;
    animation: anim-imp3 3.5s ease-in-out;
    height: 100%;
    width: 100%;
}

.imp-dates-images4 {
    border-radius: 13px !important;
    transition: all 0.3s ease;
    animation: anim-imp4 5s ease-in-out;
    height: 100%;
    width: 100%;
}

.imp-dates-images5 {
    border-radius: 13px !important;
    transition: all 0.3s ease;
    animation: anim-imp4 7s ease-in-out;
    height: 100%;
    width: 100%;
}

.imp-dates-images1:hover {
    transform: scale(1.09);
    transition: all 0.3s ease;
}

.imp-dates-images2:hover {
    transform: scale(1.09);
    transition: all 0.3s ease;
}

.imp-dates-images3:hover {
    transform: scale(1.09);
    transition: all 0.3s ease;
}

.imp-dates-images4:hover {
    transform: scale(1.09);
    transition: all 0.3s ease;
}

.imp-dates-images5:hover {
    transform: scale(1.09);
    transition: all 0.3s ease;
}

@keyframes anim-imp1 {
    0% {
        transform: translateX(-1000px);
        opacity: 0;
    }

    100% {
        transform: translateX(0px);
        opacity: 1;
    }

}

@keyframes anim-imp2 {
    0% {
        transform: translateX(1000px);
        opacity: 0;
    }

    100% {
        transform: translateX(0px);
        opacity: 1;
    }

}

@keyframes anim-imp3 {
    0% {
        transform: translateX(-1000px);
        opacity: 0;
    }

    100% {
        transform: translateX(0px);
        opacity: 1;
    }

}

@keyframes anim-imp4 {
    0% {
        transform: translateY(1000px);
        opacity: 0;
    }

    100% {
        transform: translate(0px);
        opacity: 1;
    }

}

.sp-date {
    color: inherit !important;
}

/* }
.drop-home-menu ul{
    display: inline-block;
} */



/* comming soon css */


@keyframes shimmer {
    0% {
        background-position: -500px 0;
    }

    100% {
        background-position: 500px 0;
    }
}

.shimmer-text {
    background: linear-gradient(to right, #ffffff 20%, #999999 40%, #ffffff 60%);
    background-size: 1000px 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shimmer 2.5s infinite;
}

@keyframes bounceCircle {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-25px);
    }
}

.bounce-slow {
    animation: bounceCircle 5s ease-in-out infinite;
}

.bounce-mid {
    animation: bounceCircle 4s ease-in-out infinite;
}

.bounce-fast {
    animation: bounceCircle 3s ease-in-out infinite;
}

.glow {
    box-shadow: 0 0 15px rgba(99, 102, 241, 0.6), 0 0 30px rgba(99, 102, 241, 0.4);
}


/* coming soon css end */
/* FAQ CSS start*/

details {
    font-size: 1.7rem;
}

details summary {

    font-weight: bold;
}

details p {
    font-size: 1.4rem;
}

details summary:hover {
    cursor: pointer;
    color: #4a90e2;
}

details[open] {
    margin: 10px 0px;
}

details[open] summary {
    color: #4a90e2;
}

details[open] {
    border: 1px solid #4a90e2;
    border-radius: 5px;
    padding: 10px;
    background: #f9f9f9;
}




/* FAQ CSS end */
/* Misc CSS end */
/* Team CSS start*/
.team-cards {
    margin-bottom: 20px;
    position: relative;
    width: 30%;
}

.team-cards .card {
    border-radius: 12px !important;
    box-shadow: 0px 0px 40px rgba(165, 164, 164, 0.1) !important;
    padding: 20px;
    margin: 10px;
}

.team-cards img {
    border-top-left-radius: 0.8rem !important;
    border-top-right-radius: 0.8rem !important;
    border-bottom-right-radius: 0.8rem !important;
    border-bottom-left-radius: 0.8rem !important;
}



.international-team p {
    font-size: 1rem !important;


}

.conference-team {
    margin-top: 0px !important;
    padding-bottom: 150px;
    background-color: rgb(88, 67, 145);
}

.international-team h5 {
    font-size: 1.3rem !important;
    text-align: center;
}

.international-team p {
    text-align: center;
}

.conference-team h2 {
    padding: 40px 10px !important;
    font-size: 53px !important;
    color: white !important;
}

.team-cards.card {
    transition: all 0.3s ease-in-out;
    width: 30% !important;
}

.international-team {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 80% !important;
    animation: popup 0.9s ease-in-out;
}

.international-team img {
    align-self: center;
    width: 65% !important;
    height: 100% !important;
    max-height: 400px !important;
    animation: popupabout 1.9s ease-in-out;
}

.card-text {
    padding-bottom: 50px;
}

.button {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 80%;
    transform: translateX(-50%);
}

.team-cards.card:hover {
    transform: scale(1.02);
    transition: all 0.3s ease-in-out;
}

@media only screen and ((min-width:991px) and (max-width:1440px)) {


    .navbar-nav {
        flex-direction: row;
    }

    .navbar-nav .nav-item {
        display: inline-block;
    }

    .navbar-nav .dropdown-menu {
        position: absolute;
        z-index: 1050;
        /* Make dropdowns functional in scroll */
    }

    .nav-link {
        font-weight: 500 !important;
        font-size: 0.68rem !important;
    }

    .main-p h1 {
        font-size: 1.4rem !important;
    }

    .me-auto li {
        padding: 18px 4px !important;

    }

    .main-p-mid h2 {
        font-size: 2.3rem !important;
    }

    .main-p-mid h3 {
        font-size: 1.8rem !important;
    }

    .dropdown-menu {
        top: 71px !important;
    }

    #aboutNavbarSection {
        top: 71px !important;
        left: -115px !important;
    }

    .dropdown-menu li {
        padding: 3px 10px !important;
        font-size: 0.68rem !important;
    }
}

@media only screen and ((min-width:1445px) and (max-width:1740px)) {

    #aboutNavbarSection {
        top: 71px !important;
        left: -200px !important;
    }
}

@media only screen and (max-width:990px) {
    .conference {
        padding: 0px !important;
        width: 100% !important;
        margin: 0px !important;
    }

    .obj-text {
        all: unset;
        font-size: 0.9rem !important;
    }

    .obj-text h1,
    .main-p-mid h2 {
        font-size: 1.5rem !important;
    }

    .obj-text ul li,
    .takeaway-para {

        font-size: 0.9rem !important;
    }

    .international-team {
        justify-content: center;
        width: 100% !important;
    }

    .international-team img {
        align-self: center;
        width: 100% !important;
        height: 100% !important;
        /* max-height: 250px !important; */
        animation: popupabout 1.9s ease-in-out;
    }

    .team-cards.card {
        transition: all 0.3s ease-in-out;
        width: 85% !important;
        height: 100%;
    }

    .team-card {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .button {
        left: 53%;
        width: 85%;
    }

    .international-team img {
        align-self: center;
        width: 80% !important;
        height: 100% !important;
        max-height: 500px !important;
    }
}

/* Team CSS End */
/* Media Queries */
@media only screen and (max-width:780px) {
    .sp-date {
        padding: 10px !important;
        display: inline-block;
        color: inherit !important;
    }

    .main-p h1 {
        padding: 12px !important;
        font-size: 1.7rem !important;
    }

    .card1 {

        cursor: pointer !important;
    }

    .card1:hover {
        transform: scale(1.01);
        transition: all 0.3s ease;
    }

    .card1 img {
        height: 40vh !important;
    }

    .about-table {
        width: 100% !important;
        margin: 0px !important;
        padding: 0px !important;
    }

    #acknowledgements {
        font-size: 2rem !important;
        font-weight: 700 !important;
        text-align: center !important;
        padding: 40px 20px !important;
        margin: 0px !important;
    }

    .guidelines .card {
        padding: 10px !important;
    }

    .about-table tr,
    th {

        overflow: scroll;
    }

    .call-para {
        padding: 0px !important;
    }

    .call-div-para {
        padding: 20px !important;
        margin: 0px;
        margin-bottom: 10px;
    }

    .pre-conference-list {
        padding: 0px 30px !important;
    }

    .image2 img {
        width: 140px;
    }

    .main-p {
        text-align: justify;
    }

    .main-p-head {
        height: 100% !important;
    }

    .main-p-mid h2 {
        font-size: 2.5rem !important;
    }

    .main-p-mid h3 {
        font-size: 2rem !important;
    }

    .key-themes-one {
        padding: 0px !important;
        transition: all 0.3s ease;
    }

    .key_first {
        padding: 0px !important;
        transition: all 0.3s ease;
        line-height: 1.25rem !important;
    }

    .main-img {
        height: 50vh !important;
        width: 100% !important;
    }

    .imp-dates-div {
        width: 100%;
        height: 100%;
    }

    .imp-dates-images1 {
        border-radius: 13px !important;
        transition: all 0.3s ease;
        animation: anim-imp1 1.5s ease-in-out;
        height: 80%;
    }

    .imp-dates-images2 {
        border-radius: 13px !important;
        transition: all 0.3s ease;
        animation: anim-imp2 3s ease-in-out;
        height: 80%;
    }

    .imp-dates-images3 {
        border-radius: 13px !important;
        transition: all 0.3s ease;
        animation: anim-imp3 5s ease-in-out;
        height: 80%;
    }

    .imp-dates-images4 {
        border-radius: 13px !important;
        transition: all 0.3s ease;
        animation: anim-imp4 7s ease-in-out;
        height: 80%;
    }

    .imp-dates-images1:hover {
        transform: scale(1.09);
        transition: all 0.3s ease;
    }

    .dropdown-menu li {
        padding: 3px 10px !important;
        font-size: 0.68rem !important;
    }
}

@media only screen and (max-width:1200px) {
    .nav-link {
        font-size: 0.7rem !important;
    }

    .main-p h1 {
        font-size: 1.5rem;
    }

    .international-team {
        width: 100% !important;
    }

    .international-team img {
        align-self: center;
        width: 62% !important;
        height: 100% !important;
        animation: popupabout 1.9s ease-in-out;
    }
}