.heading {
    text-transform: capitalize;
}
.heading-vector span:after {
    background-color: transparent;
    background-repeat: repeat-x;
    background-image: url('../img/heading-underline.svg');
    width: 100%;
    height: 13px;
    background-size: cover;
    background-position: center;
    bottom: 0;
}
.content strong {
    color: var(--bs-themered);
    font-weight: 700;
}
.page-banner {
    padding: 80px 0 50px;
    min-height: auto;
}
/*.page-banner .banner-logo {
    margin-top: 30px;
    max-width: 200px;
}*/
.page-banner::before {
    width: 50%;
}
.page-banner .container-fluid {
    position: relative;
    z-index: 9;
    padding-left: 70px;
    padding-right: 70px;
}
.page-banner .page-banner-title {
    font-weight: 700;
    margin-top: 30px;
    font-size: 80px;
}
.event-logo-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}
.event-logo-wrap img {
    max-width: 200px;
}
#countdown {
    display: flex;
    gap: 10px;
}
#countdown .box {
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
}
#countdown .box .count-outer {
    display: flex;
    text-align: center;
    width: 85px;
    height: 85px;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 30px;
    position: relative;
    border-radius: 14px;
    border: 1px solid #545454;
    letter-spacing: 2px;
    background-image: url(../img/event-count-bg-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#countdown .box .count-outer span {
    position: relative;
    z-index: 9;
    transform: scaleY(1.7);
    line-height: normal;
}
.event-info-lists .loop-col {
    background: rgba(0,0,0,0.05);
    display: flex;
    align-items: self-start;
    margin-bottom: 30px;
    padding: 30px 30px;
}
.event-info-lists .loop-col:last-child {
    margin-bottom: 0;
}
.event-info-lists .loop-col .title-icon {
    display: flex;
    align-items: center;
    margin-right: 40px;
    width: 140px;
    justify-content: space-between;
}
.event-info-lists .loop-col .content {
    width: calc(100% - 180px);
    text-transform: capitalize;
}
.event-info-lists .loop-col svg, .event-info-lists .loop-col img {
    width: 48px;
    height: 48px;
}
.event-info-lists .loop-col .title {
    font-weight: 700;
    font-size: 22px;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: capitalize;
    width: calc(100% - 68px);
    margin-left: 20px;
}

.participate-stay-sec .inner-item {
    background: rgba(0,0,0,0.05);
    padding: 50px 30px;
    height: 100%;
    font-weight: 400;
}

.register-sec .form-box {
    height: 100%;
    padding: 50px 30px;
    color: #fff;
    text-align: center;
}
.register-sec .form-box .form-title {
    color: #fff;
    text-transform: capitalize;
    font-size: 30px;
}
.register-sec .form-box .form-control {
    padding: 14px 0;
    color: #fff;
    background-color: transparent;
    font-size: 18px;
    border: none;
    letter-spacing: 1px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.register-sec .form-box ::-webkit-input-placeholder {
    color: rgba(255,255,255,0.7);
}
.register-sec .form-box ::-moz-placeholder {
    color: rgba(255,255,255,0.7);
}
.register-sec .form-box :-ms-input-placeholder {
    color: rgba(255,255,255,0.7);
}
.register-sec .form-box :-moz-placeholder {
    color: rgba(255,255,255,0.7);
}
.register-sec .inner-item {
    background: rgba(0, 0, 0, 0.05);
    padding: 50px 30px;
    height: 100%;
    display: flex;
    align-items: center;
}
.register-sec .partner-logo-lists {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
    margin-top: 50px;
}
.register-sec .partner-logo-lists .loop-col {
    width: 33.33%;
}
.register-sec .partner-logo-lists img {
    padding: 10px 25px;
    margin: 0 auto;
}
.event-about-sec .content {
    font-weight: 400;
}

@media (min-width:1700px) {
    .heading {
        font-size: 64px;
    }
    .page-banner .page-banner-title {
        font-size: 100px;
    }
}
@media (max-width:1199px) {
    .page-banner .page-banner-title {
        font-size: 50px;
    }
    .page-banner .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
    .page-banner::before {
        width: 100%;
    }
    #countdown {
        justify-content: center;
    }
    .page-banner {
        padding: 80px 0;
        text-align: center;
    }
    /*    .page-banner .banner-logo {
            max-width: 180px;
            margin: 30px auto 0;
        }*/
    .event-logo-wrap {
        justify-content: center;
    }
}
@media (max-width:991px) {
    .event-about-sec img {
        margin-bottom: 30px;
    }
    .participate-stay-sec .col-lg-6 .inner-item {
        height: auto;
        margin-bottom: 30px;
    }
    .participate-stay-sec .col-lg-6:last-child .inner-item {
        margin-bottom: 0px;
    }
}
@media (max-width:767px) {
    .event-info-lists .loop-col {
        display: block;
        padding: 30px 20px;
    }
    .event-info-lists .loop-col .title-icon {
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }
    .event-info-lists .loop-col .content {
        width: 100%;
    }
    .register-sec .form-box {
        height: auto;
        padding: 50px 20px;
        margin-bottom: 30px;
    }
}
@media (max-width:575px) {
    .register-sec .partner-logo-lists .loop-col {
        width: 50%;
    }
    #countdown .box .count-outer {
        width: 70px;
        height: 70px;
        font-size: 22px;
    }
    #countdown .box {
        font-size: 13px;
    }
    .page-banner .page-banner-title {
        font-size: 34px;
    }
    .event-logo-wrap img {
        max-width: 100%;
        width: 50%;
    }
}