body {
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

.logo-card img {
    height: 50px;
    width: auto;
    margin-right: 20px;
}

.navbar {
    /* min-height: 5rem; */
    background-color: #021b50;
}

.logo {
    /* height: 40px; */
}

.navbar-nav a,
.link_shadow {
    transition: all .3s ease-in-out;
}

.navbar-nav a:hover,
.link_shadow:hover {
    color: #fff !important;
    box-shadow: inset 250px 0 0 0 #046183 !important;
}

.navbar .nav-link {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    /* color: #034694; */
    color: #fff;
    text-transform: uppercase;
}


.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.dropdown-menu {
    animation: 0.5s slideup;
}

@keyframes slideup {
    from {
        transform: translateY(-10%);
    }

    to {
        transform: translateY(0);
    }
}

.dropdown-item {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
}

.ss-container {
    width: 100%;
    height: 550px;
    position: relative;
}

.carousel {
    /* width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; */
}

.carousel-item {
    /* transition: transform 0.6s ease-in-out; */
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    /* transition: opacity 0s 0.6s; */
}
.carousel-caption{
    left: 0;
    bottom: 0;
    text-align: start;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    padding-left: 120px !important;
}

.first-slide-caption{
    top: 0;
    left: 0;
    width: 100%;
    color: red;
    text-align: start;
    background-color: transparent;
}
.hero{
    background-image: url('./../img/silicon-1.webp');
    background-size: cover;
    background-repeat: no-repeat;
}
.info {
    width: 100%;
    height: 100vh;
    /* position: absolute;
    top: 0;
    left: 0;
    z-index: 10; */
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
}

.title {
    /* font-size: 60px !important; */
    /* font-size: 60px !important; */
    font-size: 3.5rem !important;
}

.carousel-item img {
    height: 550px;
    background-size: cover;
}

.intro-text-box {
    text-align: justify;
    /* color: #1664bd;
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px; */
}

/* .article-header {
    padding-bottom: 3px;
    border-bottom: 2px solid #034694;
} */
.article-header {
    overflow: hidden;
    text-align: center;
    color: #03254d;
  }
  
  .article-header:before,
  .article-header:after {
    background-color: #034694;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
  }
  
  .article-header:before {
    right: 0.5em;
    margin-left: -50%;
  }
  
  .article-header:after {
    left: 0.5em;
    margin-right: -50%;
  }

.custom-card {
    height: 475px !important;
}

.custom-card .card-header {
    background-color: #034694;
    color: #fff;
    text-align: center;
}

.custom-card li {
    padding: 3px 0px;
    /* border-bottom: 1px solid #ddd; */
}

.custom-card li:last-child {
    border-bottom: none;
}
.update-marquee {
    height: 90%;
}

.fw-500 {
    font-weight: 500;
}

.underline {
    /* width: 30%; */
    border-bottom: 4px solid #034694;
}

.accordion .card {
    /* width: 18rem; */
    min-height: 250px;
}

.accordion .card-img-top {
    height: 150px;
}

.ts-col {
    /* padding-top: 0.5rem; */
}

.tsimg {
    aspect-ratio: 3/2;
    width: 150px;
    height: auto;
}
.brsimg{
    /* aspect-ratio: 1/0.9; */
    max-width: 135px;
    max-height: 135px;
}

.pimg {
    width: 200px;
}

footer {
    background-color: #034694;
}

.footer-logo {
    width: 200px;
}

.social-links a {
    color: white;
}

.chair-card {
    border-radius: 0;
    /* border: 0; */
    width: 250px;
    height: 450px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    transition: 0.5s ease-in-out;
}

.chair-card p {
    margin-bottom: 5px;
}

.chair-card:hover {
    transform: scale(1.1);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
}

.chair_person {
    height: 200px;
    width: 200px;
    border-radius: 50%;
}

.cp_link {
    color: #034694;
    text-decoration: none;
    font-weight: 700;
    /* font-size: 16px; */
    margin: 8px auto;
}

.note {
    text-align: justify;
}

.text-justify {
    text-align: justify;
}

.sponsor-pack {
    margin-top: 5rem;
}

.sponsor-pack .card {
    min-height: 500px;
}

.spon-img {
    width: 150px;
    margin-top: -65px;
}

.sponsor-pack li {
    font-size: 15px;
    margin-left: -15px !important;
}

/* Register */
.animate-charcter {
    /* text-transform: uppercase; */
    background-image: linear-gradient(-225deg,
            #231557 0%,
            #44107a 29%,
            #ff1361 67%,
            #fff800 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    /* text-fill-color: transparent; */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
    font-size: 45px;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

/* Clock */
.flip {
    font-size: 1em !important;
}

.tick {
    /* padding-bottom: 1rem;
    font-size:1rem; */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.tick-label {
    font-size: .375em;
    text-align: center;
}

.tick-group {
    margin: 0 .25em;
    text-align: center;
}

.tick-flip-card {
    /* font-size: 10px; */
}

@media only screen and (max-width: 992px) {
    .logo-card img {
        height: 30px;
        width: auto;
        margin-right: 2px;
    }

    .logos,
    .social-icons {
        text-align: center !important;
    }

    .logos {
        justify-content: space-around;
        margin-bottom: 3px;
    }

    .info {
        /* padding: 1rem !important; */
    }

    .title {
        font-size: 2.2rem !important;
    }

    .st-1 {
        font-size: 1.5rem !important;
    }

    .st-2 {
        font-size: 1.25rem !important;
    }

    .carousel-item img {
        height: 550px;
        background-size: cover;
    }

    .ts-col h4 {
        text-align: center;
        background-color: #ddd;
        padding: 10px 0px;
        font-size: 1.5rem;
    }

    .update-marquee {
        height: 65%;
    }

    .tracks .card {
        width: 90%;
        margin: auto;
    }

    .sponsor-pack .card {
        min-height: 0px;
        margin-top: 75px;
    }

    .move-top-mobile {
        margin-top: -1rem !important;
    }
}

@media only screen and (max-width: 992px) {
    .title {
        /* font-size: 2.25rem !important; */
    }
}


/* Tab List */
.tab-list .active{
    background-color: #034694 !important;
    color: white !important;
    font-weight: bold !important;
}

/* Keynote Talks */
.ktp{
    width: 200px !important;
    height: 200px !important;
 }