.award-page {
    background: #fff;
}

#hero-award .row {
    height: 500px;
}

p {
    line-height: 26px !important;
}

main .container {
    max-width: 1200px;
}

#hero-award {
    background-image: linear-gradient(0deg, rgb(0 0 0 / 75%), rgb(0 0 0 / 75%)), url(/assets/media/images/hero-image.png) !important;
    background-repeat: no-repeat ;
    background-size: cover;
    background-position: center;
}

#hero-award h1 {
    /* width: 665px;
    line-height: 66px !important;
    font-size: 50px !important;
    margin: auto; */
    width: 950px;
    line-height: 50px !important;
    font-size: 50px !important;
    margin: 0 auto 20px auto;
}

.vimeo-wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow: hidden;
}

.vimeo-wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#hero-award .overlay {
    background: linear-gradient(0deg, rgb(0 0 0 / 55%), rgb(0 0 0 / 55%));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#hero-award button,
#about button {
    border-radius: 3px;
}

.hero-button {
    margin-top: 50px;
}

.hero-button a:hover {
    color: #fff !important;
}

#sponsors {
    box-shadow: 0px 25px 20px -35px #d5d5d5;
    padding: 20px;
    align-content: center;
    background: #fff;
}

.sponsor-type-heading,
.sponsors-box {
    display: none;
    margin-bottom: 0;
}

.sponsor-type-heading {
    color: var(--primary)
}

.sponsors-box img {
    object-fit: contain;
    width: 100%;
    height: 50px;
    max-width: 160px;
}

.sponsor-heading {
    border-right: 1px solid var(--secondary);
    align-content: space-evenly;
}

#sponsors .row {
    height: 90px;
}

.sponsor-logos {
    place-content: center;
    padding-left: 40px;
}

/* .sponsor-images-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 60px;
} */

#about {
    padding: 20px 0 50px 0;
}

#about .col-lg-6:last-child {
    padding-left: 40px;
}

#about img {
    width: 100%;
    border-radius: 10px;
}

.sub-heading {
    font-weight: 500;
    font-family: 'Poppins'!important;
}

#timeline-phase {
    padding: 10px 15px 60px 15px;
}

#timeline-phase .container {
    max-width: 1100px;
}

.timeline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

.event {
    text-align: center;
    position: relative;
}

.circle {
    width: 25px;
    height: 25px;
    bottom: 10px;
    background-color: #fff;
    border: 3px solid var(--primary);
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.circle.active::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5.2px;
    width: 30px;
    height: 30px;
    border: 3px solid #002855;
    border-radius: 50%;
    z-index: -1;
  }

.circle.active {
    background-color: var(--secondary);
    border-color: #fff;
}

.line {
    flex: 1;
    height: 3px;
    background-color: #EEEEEE;
    position: absolute;
    width: 100%;
    max-width: 1200px;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.label {
    margin-top: 10px;
}

#timeline-phase .date {
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
}

#timeline-phase p.t-description {
    font-size: 18px!important;
    color: #666;
    margin: 5px 0 0;
}

#about h2,
#past-winners h2,
#awards-banner h2,
#testimonials h2,
#our-event-sponsors h2,
#discover-latest-news h2 {
    font-size: 30px !important;
    margin-bottom: 25px;
}

#about p,
#past-winners p,
#testimonials {
    margin-bottom: 25px!important;
    font-size: 16px!important;
    line-height: 26px !important;
}

#about button,
#past-winners button,
#awards-banner button,
#testimonials button,
#hero-award button{
    font-size: 18px;
    padding: 9px 30px 11px 30px;
}

#dont-be-missed {
    padding: 70px 0 50px 0;
}

#event-heading {
    background: #fff;
    border-radius: 10px 10px 0 0;
    padding: 10px;
    font-size: 27px !important;
    color: var(--secondary);
    margin-bottom: 0;
}

.sponsorship-video iframe {
    height: 290px !important;
}

.section-image {
    padding-right: 30px;
}

#dont-be-missed .col-lg-7 h2 {
    font-size: 30px !important;
    margin-bottom: 20px;
}

#dont-be-missed .col-lg-7 p
#past-winners p,
#dont-be-missed p,
.hero-button a,
.hero-button button,
.news-form a {
    font-size: 16px !important;
    margin-bottom: 30px;
    line-height: 26px !important;
}

#dont-be-missed .event-button a:hover {
    color: #fff !important;
}

#dont-be-missed .event-button a,
#dont-be-missed .event-button button{
    font-weight: 600!important;
    font-size: 18px!important;
}

#past-winners {
    padding: 70px 0;
}

#past-winners img {
    max-width: 437px;
    width: 100%;
    height: 266px;
    border-radius: 10px;
}

#testimonials .row {
    place-content: center;
}

#testimonials h3 {
    font-family: 'Poppins'!important;
    font-size: 22px !important;
    margin-bottom: 10px;
}

#awards-banner {
    padding: 50px 0;
}

.slider-testimonials {
    border-radius: 5px 5px 0 0;
    padding: 50px 70px;
    height: 230px;
    align-content: center;
}

.slider-description {
    border-radius: 0 0 5px 5px;
    padding: 20px 20px 20px 20px;
    background: #f0f0f0;
}

.item {
    margin-bottom: 30px;
}

.text-width {
    max-width: 860px;
    margin: auto;
}

#our-event-sponsors,
#discover-latest-news {
    padding: 50px 0;
}

#our-event-sponsors img {
    object-fit: contain;
    max-width: 105px;
    height: 60px;
}

.introducing-our-event-sponsors-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
    column-gap: 20px;
}

#text-width {
    width: 100%;
    max-width: 920px;
    margin: auto;
    padding-bottom: 20px;
}

.testimonial-details {
    text-align: center;
}

.introducing-our-event-sponsors-col-item {
    flex: 0 0 calc(16.66% - 20px);
}

.introducing-our-event-sponsors-col-item p {
    flex: 0 0 calc(16.66% - 20px);
}

.events-sponsors-space {
    padding-top: 45px;
    position: relative;
}

#our-event-sponsors .event-sponsor p {
    font-size: 20px !important;
    font-weight: 500 !important;
    margin-bottom: 20px;
}

.newsletter-btn {
    display: flex;
}

#discover-latest-news .stay-ahead {
    padding: 60px 40px 60px 40px;
}

.stay-ahead p {
    max-width: 75%;
    margin-bottom: 30px;
}

.discover-row {
    max-width: 1400px;
    margin: auto;
}

.news-form {
    align-items: center;
    display: flex;
    align-content: center;
    position: absolute;
    left: 0;
    height: 400px;
    border-radius: 10px;
    background-image: url(/assets/media/images/discover-img.png), linear-gradient(0deg, rgb(255 255 255 / 100%), rgb(255 255 255)) !important;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat !important;
}

.news-form h2 {
    width: 230px;
    font-weight: 700!important;
}

.news-inner {
    position: absolute;
    right: 60%;
}

.newsletter-btn input {
    width: 70%;
}

.newsletter-btn button {
    width: 30%;
    border: 1px solid #fff;
    padding: 8px 0;
}

#our-event-sponsors #sponsorship {
    margin: 20px auto;
    max-width: 600px;
}

.col.sliders {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.sponsor-images-box {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

.img-container {
    flex: 0 0 calc(15% - 20px);
}

.sponsorship-video.mb-0 img {
    width: 100%;
}

.owl-item {
    opacity: 0.4;
    transition: opacity 0.3s ease-in-out;
}

.owl-item.active {
    opacity: 1;
}

@media screen and (min-width: 1024px) {
    .news-inner {
        right: 50%;
    }
}

@media screen and (min-width: 1600px) {
    .news-inner {
        right: 50%;
    }
}

@media screen and (min-width: 1900px) {
    .news-inner {
        right: 45%;
    }
}

@media screen and (min-width: 2560px) {
    .news-inner {
        right: 25%;
    }
}

@media screen and (max-width: 1024px) {
    #hero-award .row {
        height: 400px;
    }

    #hero-award h1 {
        width: 100%;
        line-height: 33px !important;
        font-size: 30px !important;
    }
}

@media screen and (max-width: 992px) {
    .award-page button {
        width: 100%;
    }
    #dont-be-missed .col-lg-7 p
    #past-winners p,
    #dont-be-missed p,
    #about p,
    #past-winners p,
    #testimonials,
    .sub-heading,
    #our-event-sponsors .event-sponsor p,
    #dont-be-missed .event-button a,
    #dont-be-missed .event-button button,
    .newsletter-btn input::placeholder,
    #hero-award button,
    #hero-award a {
        font-size: 14px !important;
        margin-bottom: 20px;
    }

    #about h2,
    #past-winners h2,
    #awards-banner h2,
    #testimonials h2,
    #our-event-sponsors h2,
    #discover-latest-news h2,
    .sponsor-type-heading h2,
    #event-heading,
    #dont-be-missed .col-lg-7 h2 {
        font-size: 25px !important;
    }

    #testimonials h3 {
        font-size: 20px!important;
    }

    #hero-award button {
        margin-top: 10px;
    }

    #dont-be-missed {
        padding: 30px 0 15px 0;
    }

    #about {
        padding: 30px 0 0 0;
    }

    .sponsor-heading {
        text-align: center;
        border-right: none;
    }

    /* .sponsor-images-box {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
    } */

    #sponsors .row {
        height: auto;
    }

    .sponsors-box img {
        height: 30px;
        max-width: 130px;
    }

    #about .col-lg-6:last-child {
        padding: 20px 15px 0 15px;
    }

    #timeline-phase {
        padding: 5px 0 10px 0;
    }

    #timeline-phase .date {
        margin: auto;
        width: 75%;
        font-size: 16px !important;
    }

    #timeline-phase p.t-description {
        margin: auto;
        width: 75%;
        font-size: 14px !important;
    }

    .timeline {
        display: block;
    }

    .line {
        top: unset;
        height: 1px;
    }

    .label {
        margin-bottom: 10px;
        margin-top: 18px;
    }

    .circle {
        bottom: 5px;
    }

    .section-image {
        padding-right: 15px;
    }

    #dont-be-missed .event-button a:first-child {
        padding: 0 20px 10px 20px;
        display: block;
        margin: 0!important;
        text-align: center;
    }

    #past-winners {
        padding: 30px 0 30px 0;
    }

    #past-winners img {
        margin-bottom: 20px;
        max-width: 100%;
        height: auto;
        border-radius: 10px;
    }

    #past-winners .row {
        flex-direction: column-reverse;
    }

    #discover-latest-news {
        padding: 0;
    }

    .stay-ahead p {
        max-width: 100%;
    }

    #awards-banner {
        padding: 30px 0;
        margin-bottom: 0 !important;
    }

    .slider-testimonials {
        height: auto;
        padding: 20px;
    }

    #awards-banner p {
        margin-bottom: 20px !important;
    }

    .news-form {
        display: block;
        position: unset;
        height: auto;
        padding: 20px;
        background-position: top;
    }

    .news-inner {
        position: unset;
    }

    #discover-latest-news .container-fluid {
        padding: 15px;
    }

    .stay-ahead {
        padding: 20px 0 0 0!important;
    }

    .newsletter-btn {
        display: block;
    }

    .newsletter-btn input {
        width: 100%;
        margin-bottom: 0!important;
    }

    #our-event-sponsors img {
        max-width: 75px;
        height: 40px;
    }

    #our-event-sponsors {
        padding: 15px 0;
    }

    .events-sponsors-space {
        padding-top: 20px;
        position: relative;
    }

    .introducing-our-event-sponsors-col-item p {
        flex: 0 0 calc(30.66% - 10px);
    }
    
    #our-event-sponsors #sponsorship {
        max-width: 100%;
    }

    .sponsor-images-box {
        justify-content: center;
        gap: 20px;
    }
    
    .img-container {
        flex: 0 0 calc(25% - 50px);
        text-align: center;
    }

    .sponsor-logos {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 575px) {
    .img-container {
        flex: 0 0 calc(33.33% - 20px);    }
}
