@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    padding-top: 75px;
    font-family: 'Inter', sans-serif;
    background-color: #ffffff;
}

a {
    color: #2a2e7a;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #212461;
    text-decoration: underline;
}

.wit-text-red {
    color: #d53a3d;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    opacity: 1;
}

.accordion-body {
    border: 1px solid #eee;
    border-top: 0px;
}

.logo-img {
    height: 48px;
}

main {
    margin-top: -5px;
    margin-top: -5px;
    max-width: 1920px;
    margin: auto;
}

.d-wit-banner-img img {
    width: 100%;
    display: block;
}

.m-wit-banner-img img {
    display: none;
}

.wit-banner-wrapper {
    background-color: #777;
    position: relative;
}

.wit-bg-grey {
    background-color: #595c60 !important;
}

.wit-banner-wrapper .carousel-caption {
    bottom: 6px;
    right: 12% !important;
    width: 24%;
    left: auto;
}

.nav-item .nav-link:hover {
    color: #2a2e7a;
    text-decoration: none;
}

.aboutus-wrapper h1 {
    font-size: 2.5rem;
    text-transform: uppercase;
    color: #21262b;
    font-weight: 600;
    letter-spacing: 0.4rem;
    margin-bottom: 2rem;
}

.aboutus-wrapper p {
    color: #595c60;
    font-size: 1.2rem;
}

.wit-banner-wrapper .btn-primary {
    background-color: #2e3192;
    border-color: #2e3192;
}

.wit-button-wrapper .btn-primary {
    background-color: #2e3192;
    border-color: #2e3192;
}

.wit-banner-wrapper .btn-primary:hover,
.wit-banner-wrapper .btn-outline-primary:hover {
    background-color: #ab83ca;
    border-color: #ab83ca;
    color: #ffffff !important;
    text-decoration: none;
}

.wit-banner-wrapper .btn-outline-primary {
    border-color: #D14140;
    color: #21262b;
}

.wit-banner-wrapper .btn-primary:focus,
.wit-banner-wrapper .btn-outline-primary:focus {
    outline: none;
    box-shadow: none;
}

.wit-heading .heading {
    font-size: 2.5rem;
    letter-spacing: 0.6rem;
    color: #21262b;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 1rem;
}

.fs2-2 {
    font-size: 2.2rem;
}

.border-color-white2 {
    border-color: rgb(255 255 255/20%) !important;
}

.guidelines-accordion .accordion-button::after {
    background-image: url(../../images/hackathon/plus.svg);
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.guidelines-accordion .accordion-button:not(.collapsed)::after {
    background-image: url(../../images/hackathon/minus.svg);
    transform: rotate(-180deg);
}

.guidelines-accordion .accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.guidelines-accordion .accordion-button {
    border: none;
    color: #ffffff;
    font-size: 1.75rem;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    width: 100%;
    padding: 1rem 1.25rem;
    position: relative;
    display: flex;
    align-items: center;
    text-align: left;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

.guidelines-accordion .accordion-item:nth-child(even) .accordion-button {
    background: #c41217 !important;
}

.guidelines-accordion .accordion-item:nth-child(odd) .accordion-button {
    background: #2e3192;
}

.guidelines-accordion .accordion-item {
    border: none;
}

.guidelines-accordion .accordion-body {
    padding: 1rem 1.25rem;
}

.guidelines-accordion .accordion-body ul {
    padding: 0;
    margin-left: 1.25rem;
}

.guidelines-accordion .accordion-body ul li {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.guidelines-accordion .accordion-body p,
.guidelines-accordion .accordion-body h6 {
    font-size: 1.3rem;
}

.guidelines-accordion .accordion-body ul li .timeline-datetime {
    /* margin-left: 1rem; */
    font-size: 1rem;
    color: #777;
}

.sponsor-row {
    margin-bottom: 40px;
}

.wit-sponsors .sponsored-heading-1 {
    font-size: 2rem;
    line-height: normal;
    letter-spacing: 0.4rem;
    font-weight: 700;
    color: #21262b;
    text-transform: uppercase;
    text-align: center;
    margin: 0rem 0 2rem;
    display: block
}

.wit-sponsors .sponsored-heading-2 {
    font-size: 2rem;
    line-height: normal;
    letter-spacing: 0.4rem;
    font-weight: 700;
    color: #21262b;
    text-transform: uppercase;
    text-align: center;
    margin: 0rem 0 2rem;
    display: block
}

.wit-sponsors .sponsored-heading-3 {
    font-size: 2rem;
    line-height: normal;
    letter-spacing: 0.4rem;
    font-weight: 700;
    color: #21262b;
    text-transform: uppercase;
    text-align: center;
    margin: 0rem 0 2rem;
    display: block
}

.wit-sponsors .first-heading {
    margin-top: 30px;
}

.sponsors-area {
    text-align: center
}

.sponsors-area .single {
    margin: 0 .5% 2.6rem;
    padding: 1rem 2.6rem 2rem;
    border-radius: 4px;
    width: 23%;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    opacity: .7
}

.sponsors-area .single a {
    display: block;
    text-align: center
}

.sponsors-area .single a img {
    width: 100%
}

.sponsors-area .single:hover {
    opacity: 1
}

.event-info-col {
    border-right: 1px dashed #ab83ca;
    min-height: 100px;
    padding: 20px;
    background-color: #2e3192;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    float: left;
    width: 100%;
    text-align: center;
}

.event-info-col .fas {
    font-size: 4rem;
    color: #ffffff;
    margin-right: 2rem;
}

@media (min-width:992px) {
    .event-info-col {
        width: 33.33333333%;
        text-align: left;
    }

    .event-info-col:hover {
        background-color: #ab83ca;
        width: 35% !important;
    }
}

.event-info-col:last-child {
    border-right: 0;
}

.event-info-col h1,
.event-info-col h2,
.event-info-col h3,
.event-info-col h4 {
    margin-top: 0;
}

.event-info-col .main-title3 {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 400;
}

.event-info-col p {
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0.3rem;
    margin: 0;
    position: relative;
}

.event-info-col p::after {
    content: '+';
}

.section-schedule {
    padding-top: 40px;
    padding-bottom: 40px;
}

.schedule-item-block {
    background: url('/images/hackathon/progress-bg.png') repeat-x center center fixed #3e4651;
    min-height: 200px;
    overflow: hidden;
    display: none;
}

@media (min-width: 768px) {
    .schedule-item-block {
        display: block;
    }
}

.schedule-item-block-top {
    min-height: 80px;
}

.schedule-item-bar {
    background: url('/images/hackathon/progress-point3.png') no-repeat center center;
    min-height: 200px;
    display: none;
}

@media (min-width: 768px) {
    .schedule-item-bar {
        display: block;
    }
}

.schedule-item-bar-top {
    background: url('/images/hackathon/progress-point-top.png') no-repeat center top;
    min-height: 224px;
}

.schedule-item-header .schedule-item-bar {
    background: url('/images/hackathon/progress-point-top.png') no-repeat center top;
    min-height: 224px;
}

.schedule-item-header .schedule-item-block-top {
    min-height: 224px;
}

.schedule-item-footer .schedule-item-bar {
    background: url('/images/hackathon/progress-point-bottom.png') no-repeat center bottom;
    min-height: 224px;
}

.schedule-item-footer .schedule-item-block {
    min-height: 224px;
}

.schedule-item-content {
    padding: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #6a4e90;
    min-height: 160px;
    margin-top: 0px;
    margin-bottom: 20px;
    position: relative;
    color: #ffffff;
}

@media (min-width: 768px) {
    .schedule-item-content {
        margin-top: 20px;
    }
}

.schedule-item-content p {
    color: #ffffff;
}

.schedule-item-content:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #6a4e90;
    position: absolute;
    left: -5px;
    top: 50%;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}

@media (min-width: 768px) {
    .schedule-item-content:before {
        display: block;
    }
}

.schedule-item-date {
    margin-top: 15px;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
}

@media (min-width: 768px) {
    .schedule-item-date {
        margin-top: 0 !important;
    }
}

.blogathon-jury-members-slider {
    position: relative;
}

.blogathon-jury-members-slider.owl-carousel .owl-stage-outer {
    z-index: 2;
}

.blogathon-jury-members-slider .owl-nav {
    width: 100%;
    position: absolute;
    top: 38%;
}

.blogathon-jury-members-slider .owl-nav .owl-prev {
    position: absolute;
    left: -15px;
    z-index: 4;
}

.blogathon-jury-members-slider .owl-nav .owl-next {
    position: absolute;
    right: -15px;
    z-index: 4;
}

.blogathon-jury-members-slider .owl-nav .owl-prev,
.blogathon-jury-members-slider .owl-nav .owl-next {
    height: 50px !important;
    width: 50px !important;
    border-radius: 25px !important;
    color: inherit;
    background-color: white !important;
    border: none !important;
    z-index: 100;
    box-shadow: 0 6px 42px 0 rgba(0, 0, 0, 0.2);
}

.blogathon-jury-members-slider .owl-dots {
    margin-top: 1.4rem;
}

.jury {
    text-align: center;
    background-color: #eff0f2;
}

.wit-heading .heading {
    color: #21262b;
    margin-bottom: 3rem;
}

.jury .jury-block {
    position: relative;
    display: inline-block;
    width: 100%;
}

.jury .jury-block .jury-details {
    /* background-color: #2e3192; */
    color: #fff;
    bottom: 10px;
    height: 90px;
    left: 6%;
    overflow: hidden;
    padding: 20px 10px 10px;
    position: absolute;
    right: 6%;
    transition: all 0.3s ease 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.jury .jury-block .jury-details .jury-name {
    display: inline-block;
    font-size: 18px;
    width: 100%;
    text-transform: uppercase;
}

.jury .jury-block .jury-details .jury-designation {
    display: none;
    font-size: 16px;
    width: 100%;
    padding-top: 0px;
    margin-bottom: 0px;
}

.jury .jury-meta,
.jury .social-meta {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    margin-top: 7px;
    padding-top: 7px;
}

.jury-details .jury-meta{
    display: none;
}

.jury-details:hover .jury-meta{
    display: block;
}

.jury .social-meta {
    margin-bottom: 20px;
}

.jury .social-meta a {
    margin-right: 8px;
}

.jury .social-meta a i {
    border: 2px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    font-size: 15px;
    height: 25px;
    padding-top: 3px;
    text-align: center;
    width: 25px;
}

.break-word {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
}

.jury .social-meta a:hover i {
    background: #ffffff;
    color: #6a4e90;
}

.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.jury .jury-block:hover .jury-details {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: flipInX;
    backface-visibility: visible !important;
    background: #2e3192d9;
    padding-top: 30px;
    height: calc(100% - 45px);
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
    -webkit-padding-before: 22px;
}
.jury .jury-block:hover .jury-details .jury-designation{
    display: block;
}
.agenda-section {
    background-color: #2e3192;
}

@media screen and (max-width: 480px) {
    .sponsors-area .single {
        width: 48%;
    }
}

@media screen and (min-width:700px) {
    .event-infos:hover .event-info-col {
        width: 32.49433333%;
    }

    .event-info-col {
        width: 33.33333333%;
        text-align: left;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .jury .jury-block {
        max-height: 400px !important;
    }
}

@media screen and (max-width:800px) {
    .event-info-col p {
        font-size: 2rem;
    }

    .event-info-col .main-title3 {
        font-size: 1.2rem;
        text-align: left;
    }

    .event-info-col .fas {
        font-size: 3rem;
    }

    .event-info-col .fa-industry {
        font-size: 3.75rem;
    }

    .aboutus-wrapper p {
        font-size: 1.3rem;
        line-height: 1.5;
    }

    .aboutus-wrapper h1 {
        font-size: 2rem;
    }

    .guidelines-accordion .accordion-button {
        font-size: 1.2rem;
    }

    .wit-heading .heading {
        font-size: 2rem;
    }

    .blogathon-jury-members-slider .owl-nav .owl-prev {
        left: 0px;
    }

    .blogathon-jury-members-slider .owl-nav .owl-next {
        right: 0px;
    }

    .jury .jury-block {
        width: 100%;
    }

    .sponsors-area .single {
        padding: 8px 12px;
    }

    .navbar-light .navbar-nav .nav-link {
        color: rgba(0, 0, 0, .55);
        font-size: 14px;
    }

    .navbar-light .navbar-nav .nav-link.hackathon-menu-link {
        padding: 1rem;
    }

    .navbar-light .navbar-nav .nav-link.btn {
        margin: 0 5%;
    }
}

@media screen and (max-width: 1320px) {

    .btn-primary,
    .btn-success {
        font-size: 100%;
    }
}

@media only screen and (min-width: 800px) and (max-width: 991px) {
    .wit-banner-wrapper .carousel-caption {
        bottom: 0px;
        right: 12% !important;
        width: 24%;
        left: auto;
        white-space: nowrap;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .wit-banner-wrapper .carousel-caption {
        bottom: 6px;
        right: 12% !important;
        width: 24%;
        left: auto;
    }
}

@media only screen and (min-width: 680px) and (max-width: 799px) {
    .wit-banner-wrapper .carousel-caption {
        left: initial;
        right: 40px !important;
        width: 30%;
        bottom: 112px;
        /* white-space: nowrap; */
        top: auto;
    }
}

@media only screen and (min-width: 601px) and (max-width: 679px) {
    .wit-banner-wrapper .carousel-caption {
        left: initial;
        right: 40px !important;
        width: 30%;
        bottom: 102px;
        /* white-space: nowrap; */
        top: auto;
    }

    .wit-banner-wrapper .carousel-caption .btn {
        padding: 2px;
    }
}

@media only screen and (min-width: 540px) and (max-width: 600px) {
    .wit-banner-wrapper .carousel-caption {
        left: initial;
        right: 40px !important;
        width: 30%;
        bottom: 83px;
        /* white-space: nowrap; */
        top: auto;
    }

    .wit-banner-wrapper .carousel-caption .btn {
        padding: 2px;
    }
}


@media only screen and (min-width: 481px) and (max-width: 539px) {
    .wit-banner-wrapper .carousel-caption {
        left: initial;
        right: 30px !important;
        width: 26%;
        bottom: 70px;
        /* white-space: nowrap; */
        top: auto;
    }

    .wit-banner-wrapper .carousel-caption .btn {
        padding: 2px;
        font-size: 12px;
    }
}

@media only screen and (min-width: 321px) and (max-width: 480px) {
    .wit-banner-wrapper .carousel-caption {
        left: initial;
        right: 24px !important;
        width: 30%;
        bottom: 40px;
        /* white-space: nowrap; */
        top: auto;
    }

    .wit-banner-wrapper .carousel-caption .btn {
        padding: 2px;
        font-size: 12px;
    }
}

@media only screen and (min-width: 100px) and (max-width: 320px) {
    .wit-banner-wrapper .carousel-caption {
        left: initial;
        right: 17px;
        width: 46%;
        top: 26%;
    }

    .carousel-caption button {
        padding: 4px 8px !important;
    }
}

@media screen and (max-width: 799px) {
    .d-wit-banner-img img {
        display: none;
    }

    .m-wit-banner-img img {
        width: 100%;
        display: block;
    }
}

.vertical-tabs-section ul.tabs {
    list-style: none;
    padding: 0;
}

.vertical-tabs-section ul.tabs li {
    font-size: 1.5rem;
    padding: 20px 20px 20px 0;
    min-width: 320px;
    position: relative;
    cursor: pointer;
    color: #595c60;
}

.vertical-tabs-section ul.tabs li.current {
    color: #2e3192;
    font-weight: 600;
}

.vertical-tabs-section ul.tabs li.current::after {
    content: "";
    position: absolute;
    right: -2px;
    top: 0;
    background-color: #2e3192;
    width: 4px;
    height: 100%;
}

.vertical-tabs-section .content-tabs-sec {
    border-left: 1px solid #dee2e6;
    padding-left: 3rem;
}

.vertical-tabs-section .tab-content {
    display: none;
    font-size: 1.2rem;
    font-weight: 500;
}

.vertical-tabs-section .tab-content p {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.6;
}

.vertical-tabs-section .tab-content ol li {
    margin-bottom: 10px;
}

.vertical-tabs-section .tab-content.current {
    display: block;
}

.purpose-wrapper ul,
.foryou-wrapper ul {
    padding: 0;
    margin-top: 3rem;
}

.purpose-wrapper ul li,
.foryou-wrapper ul li {
    list-style: none;
    padding-left: 50px;
    position: relative;
    min-height: 30px;
    margin-bottom: 10px;
}

.purpose-wrapper ul li::before,
.foryou-wrapper ul li::before {
    position: absolute;
    left: 0;
    content: "";
    background-image: url(../../images/hackathon/checked.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.wit-color-green {
    color: #2c9a3b !important;
}

@media screen and (max-width: 768px) {
    .agenda-list-title {
        margin-top: 2rem;
    }

    .vertical-tabs-section .content-tabs-sec {
        border-left: none;
        padding-left: 0;
    }

    .vertical-tabs-section .vTabs-list {
        overflow-x: auto;
    }

    .vertical-tabs-section ul.tabs li.current::after {
        display: none;
    }

    .vertical-tabs-section ul.tabs {
        border-bottom: 1px solid #dee2e6;
    }

    .vertical-tabs-section ul.tabs li {
        font-size: 1.2rem;
        flex: 1;
        min-width: 210px;
        padding-right: 0;
        text-align: center;
    }

    .vertical-tabs-section ul.tabs li.current {
        border-bottom: 4px solid #2e3192;
    }
}

/* css for breadcrumb  */
.breadcrumb {
    background-color: #fff !important;
    border-radius: 0 !important;
    color: #595c60;
    border-bottom: 1px solid #ccc !important;
    padding: 16px 0 12px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin: 0 80px;
}

.breadcrumb a {
    color: #2a2e7a !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

@media screen and (max-width: 991px) {
    .breadcrumb {
        margin: 0 24px;
    }
}
