@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
    padding-top: 5rem;
    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-banner-wrapper .carousel-caption {
    bottom: 12%;
    left: 0;
    width: 22%;
}

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

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

.wit-banner-wrapper .btn-primary:hover,
.wit-banner-wrapper .btn-outline-primary:hover {
    background-color: #212461;
    border-color: #212461;
    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;
}

.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

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

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

.total-vote-count-sec {
    background-color: #ffffff;
    border: 1px solid #eaeced;
    display: inline-block;
    padding: 10px 20px;
}

.total-vote-count-sec .total-vote-label {
    color: #474a9f;
    font-size: 14px;
    font-weight: 500;
}

.total-vote-count-sec .total-vote-number {
    color: #d43a3e;
    font-size: 32px;
    font-weight: bold;
}

.basic-discription .accordion .accordion-item {
    border: 1px solid #eaeced;
}

.basic-discription .accordion .accordion-item .accordion-header {
    margin: 0;
}

.basic-discription .accordion .accordion-item .accordion-button {
    background-color: #ffffff;
    color: #21262b;
    font-size: 22px;
    font-weight: bold;
    border: none;
    width: 100%;
    padding: 20px;
    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;
}

.basic-discription .accordion .accordion-item .accordion-button::after {
    background-image: url(../../images/hackathon/arrow-down-s-line.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;
}

.basic-discription .accordion .accordion-item .accordion-button[aria-expanded="true"]::after {
    transform: rotate(-180deg);
}

.basic-discription .accordion .accordion-item .accordion-body {
    padding: 10px 20px 20px;
}

.basic-discription .accordion .accordion-item .accordion-body ul {
    padding: 0 0 0 20px;
    margin: 15px 0;
}

.basic-discription .accordion .accordion-item .accordion-body ul li {
    color: #21262b;
    font-size: 16px;
}

.basic-discription .accordion .accordion-item .accordion-body p {
    color: #21262b;
    font-size: 16px;
}

.basic-discription .accordion .accordion-item .accordion-body h6 {
    color: #6a4e90;
    font-size: 14px;
    font-style: italic;
}

.event-vote-listing-wrapper {
    margin-bottom: 60px;
    padding: 0 70px;
}

@media screen and (max-width: 768px) {
    .event-vote-listing-wrapper {
        padding: 0;
    }
}

.event-vote-list-col {
    background-color: #e7e7e7;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.14);
    border-radius: 8px;
    height: 100%;
}

.event-vote-bottom-sec {
    background-color: #ffffff;
    border-radius: 0 0 8px 8px;
    border-top: 1px solid #e7e7e7;
}

.event-vote-bottom-sec h3 {
    font-size: 18px;
    color: #21262b;
}

.vote-popup-trigger:focus {
    text-decoration: none;
}

.vote-now-btn {
    background-color: #ffffff;
    border-radius: 20px;
    border: 1px solid #2a2e7a;
    color: #2a2e7a;
    padding: 6px 15px;
}

.vote-now-btn:not(.disabled):hover {
    text-decoration: none;
    background-color: #2a2e7a;
    color: #ffffff;
}

.vote-now-btn:focus {
    text-decoration: none;
    background-color: #ffffff;
    color: #2a2e7a;
    border-color: #2a2e7a;
    box-shadow: none;
    outline: none !important;
}

.vote-now-btn.disabled {
    background-color: #ffffff;
    color: #c5c9ce;
    border-color: #c5c9ce;
    cursor: not-allowed;
}

.like-box .far {
    font-size: 20px;
    color: #6a4e90;
    margin-right: 6px;
}

.like-box {
    color: #21262b;
    font-size: 16px;
    font-weight: bold;
}

.event-vote-list-image {
    width: 100%;
    height: auto;
}

.mb-30 {
    margin-bottom: 30px;
}

#eventVoteModal .modal-dialog .modal-content {
    border-radius: 8px;
}

#eventVoteModal .modal-header {
    padding-left: 30px;
    padding-right: 30px;
}

#eventVoteModal .modal-header .close {
    font-weight: 300;
    font-size: 30px;
}

#eventVoteModal .modal-body {
    padding: 0 30px 30px;
}

.event-vote-modal-listing .event-vote-modal-row:first-child {
    border-top: none !important;
}

.event-vote-modal-row .far {
    font-size: 28px;
    color: #6a4e90;
}

.event-vote-modal-row p {
    color: #21262b;
    margin-bottom: 6px;
    font-size: 16px;
}

.event-vote-modal-row a {
    color: #2a2e7a;
    font-size: 14px;
    font-weight: 500;
}

.vote-modal-row-title {
    font-size: 14px;
    color: #595c60;
    margin-bottom: 6px;
}

.vote-image-popup {
    background-color: #f7f7f7;
    padding: 25px 35px;
}

.vote-image-popup img {
    max-width: 150px;
}

#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    display: none;
    background: url("../../images/pinkloader.gif") 50% 50% no-repeat rgba(0, 0, 0, 0.5);
    background-size: 7%;
}

#aside-overlay {
    background-color: rgba(0, 0, 0, .1);
    z-index: 9999999;
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
}

@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: 8%;
        left: 35px;
        right: 0;
        width: 24%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .wit-banner-wrapper .carousel-caption {
        bottom: 10%;
        left: 48px;
        right: 0;
        width: 22%;
    }
}

@media only screen and (min-width: 601px) and (max-width: 799px) {
    .wit-banner-wrapper .carousel-caption {
        left: initial;
        right: 10px;
        width: 46%;
        bottom: 16%;
    }
}

@media only screen and (min-width: 481px) and (max-width: 600px) {
    .wit-banner-wrapper .carousel-caption {
        left: initial;
        right: 10px;
        width: 46%;
        bottom: 6%;
    }
}

@media only screen and (min-width: 321px) and (max-width: 480px) {
    .wit-banner-wrapper .carousel-caption {
        left: initial;
        right: 10px;
        width: 46%;
        bottom: 6%;
    }
    .carousel-caption button {
        padding: 4px 8px !important;
    }
}

@media only screen and (min-width: 100px) and (max-width: 320px) {
    .wit-banner-wrapper .carousel-caption {
        left: initial;
        right: 17px;
        width: 46%;
        bottom: 6%;
    }
    .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;
    }
}

@media screen and (max-width:800px) {
    .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%;
    }
}

.register-btn{
    display: block;
    position: absolute;
    bottom: 25%;
    right: 26%;
    padding: 10px 30px;
    background: #c41217;
    color: #fff;
    border: 0;
    border-radius: 20px;
    font-size: 20px;
    cursor: pointer;
    width: 200px;
    text-align: center;
}

.register-btn-mobile{
    display: none;
    position: absolute;
    bottom: 7%;
    right: 0;
    left: 0;
    padding: 10px 30px;
    background: #c41217;
    color: #fff;
    border: 0;
    border-radius: 20px;
    font-size: 20px;
    cursor: pointer;
    width: 300px;
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width:800px) {
    .register-btn{
        display: none;
    }
    .register-btn-mobile{
        display: block;
    }
}

@media screen and (max-width:400px) {
    .register-btn-mobile{
        font-size: 15px;
        padding: 5px 15px;
    }
}