* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.awards-review-sec {
    background-image: url(../../img/awards/2025/award-review-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 70px;
}

.awards-review-sec .title-heading {
    text-align: center;
    padding-top: 49px;
}

.awards-review-sec .title-heading h2 {
    font-weight: 700;
    font-size: 45px;
    line-height: 53px;
    text-transform: capitalize;
    color: #1A0B48;
}

.awards-review-sec .title-heading p {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0%;
    text-align: center;
    color: #1A0B48;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
}

.awards-participate-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 50px;
    flex-wrap: wrap;
}

.award-participate-box img {
    display: block;
}

.award-participate-box h4 {
    font-weight: 700;
    font-size: 45px;
    line-height: 53px;
    text-transform: capitalize;
    color: #1A0B48;
    max-width: 270px;
    width: 100%;
}

.award-participate-box p {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #1A0B48;
    max-width: 282px;
    width: 100%;
    margin-top: 25px;
}

.key-dates-sec {
    background-color: #673DE6;
    padding: 70px 0;
}

.key-dates-wrapper .title-heading {
    text-align: center;
}

.key-dates-wrapper .title-heading h2 {
    font-weight: 700;
    font-size: 45px;
    line-height: 53px;
    text-align: center;
    color: #FFFFFF;
}

.key-dates-wrapper .title-heading p {
    opacity: 0.7;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
    margin-top: 20px;
}

.key-dates-item {
    background: #392478;
    padding: 30px 20px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.key-dates-item h4 {
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    margin-top: 16px;
}

.key-dates-item p {
    font-weight: 700;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: -3%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.key-dates-box {
    padding-top: 50px;
}

.key-dates-btn a {
    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: #070313;
    border-color: #070313;
    max-width: 206px;
    width: 100%;
    border-radius: 5px;
    margin: 0 auto;
}

.key-dates-btn {
    text-align: center;
    margin-top: 60px;
}

.award-categories-sec {
    background-image: url(../../img/awards/2025/award-category.png);
    /* background-color: #1A0B48; */
    padding: 70px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.title-heading {
    text-align: center;
}

.award-category-wrapper .title-heading h2 {
    font-weight: 700;
    font-size: 45px;
    line-height: 53px;
    letter-spacing: -2%;
    text-transform: capitalize;
    color: #FFFFFF;
}

.award-category-btn a {
    text-align: center;
    color: #fff;
    background-color: #FA3AA9 !important;
    border-color: #FA3AA9;
    max-width: 257px;
    width: 100%;
    border-radius: 5px;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    margin: 0 auto;
}

.award-category-btn {
    text-align: center;
    padding-top: 50px;
}

.award-category-inner {
    max-width: 269px;
    margin: 0 auto;
    border: 2px solid #fff;
    padding: 5px 0;
    border-radius: 5px;
}

.award-category-list-left ul,
.award-category-list-right ul {
    list-style-type: none;
    padding-left: 0;
}

.award-category-list {
    max-width: 80%;
    margin: 0 auto;
    width: 100%;
    margin-top: 60px;
}

.award-category-list-left ul li span,
.award-category-list-right ul li span {
    font-weight: 700;
    font-size: 50px;
    line-height: 58px;
    letter-spacing: -2%;
    text-transform: capitalize;
    color: #fff;
}

.award-category-list-left ul li h4,
.award-category-list-right ul li h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -2%;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 13px;
}

.award-category-list-left ul li p,
.award-category-list-right ul li p {
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -2%;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 0;
}

/* .award-category-list-left ul li {
    display: flex;
    gap: 30px;
    align-items: anchor-center;
} */
.award-category-list-right ul li:after,
.award-category-list-left ul li:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin-top: 20px;
    background-image: url(../images/line.svg);
    opacity: 0.5;
    margin-bottom: 20px;
}

.award-category-list-outer {
    display: flex;
    align-items: stretch;
    gap: 30px;
}


.winning-stats-sec {
    background-color: #eee9ff;
    padding: 70px 0;
}

.wining-stats-wrapper .title-heading h2 {
    font-weight: 700;
    font-size: 45px;
    color: #1A0B48;
    line-height: 53px;
}

.wining-stats-wrapper .title-heading p {
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    color: #1A0B48;
    opacity: 0.7;
    margin-top: 10px;
}

.voting-box {
    padding: 15px;
}

.public-voting-box {
    background: #FA3AA9;
    border-top-right-radius: 5px;
    max-width: 65%;
    width: 100%;
}

.customer-review-box {
    background: #673EE6;
    border-top-right-radius: 5px;
    max-width: 75%;
    width: 100%;
}

.promo-test-box {
    background-color: #1A0B48;
    border-top-right-radius: 5px;
    width: 100%;
    max-width: 85%;
}

.voting-box-heading h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
}

.voting-box-heading p {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
}

.voting-inner-right {
    max-width:70%;
    /* margin: 0 auto; */
    width: 100%;
    position: relative;
}

.voting-inner-left {
    position: absolute;
    top: -50px;
    left: -330px;
}

.voting-box {
    display: flex;
    gap: 20px;
    width: 100%;
    align-items: center;
    padding-left: 100px;
}

/*  */
.award-btn {
    margin-top: 50px;
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

/* banner section */
.winning-banner-sec {
    padding: 120px 0;
    background-image: url("../../img/awards/2025/winning-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.winning-banner-sec .wrapper h2 {
    font-size: 135px;
    font-weight: 900;
    line-height: 135px;
    letter-spacing: -2.7px;
    text-transform: uppercase;
    background: linear-gradient(180deg, #7B47FF 0%, #3A177D 100%);
    background: linear-gradient(70.11deg, #000000 2.28%, #673DE6 81.52%, #000000 149.44%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px #D6C9FF;
}

.winning-banner-sec .wrapper {
    text-align: center;
    position: relative;
}

.winning-banner-sec .wrapper h1 {
    font-weight: 600;
    font-size: 50px;
    line-height: 58px;
    letter-spacing: -2%;
    text-align: center;
    color: #fff;
}
.key-dates-btn a:hover {
    background: #fa3aa9;
    border: 1px solid #fff;
    color: #ffff;
}
.winning-banner-sec .wrapper h4 {
    font-weight: 200;
    font-size: 36px;
    line-height: 44px;
    color: #fff;
    margin-top: 28px;
}

.winning-banner-sec .wrapper h4 span {
    font-weight: 700;
    font-style: Italic;
    font-size: 36px;
    line-height: 44px;
    color: #fff;
}

.winning-banner-sec .wrapper p {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    max-width: 649px;
    margin: 0 auto;
    padding-top: 10px;
    width: 100%;
}

img.stripe-left {
    position: absolute;
    left: 170px;
    top: 0;
    height: 430px;
}

img.stripe-right {
    position: absolute;
    right: 200px;
    top: 0;
    height: 410px;
}

a.btn.btn-pink {
    background: #FA3AA9;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-transform: capitalize;
}

a.btn.btn-outline {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-transform: capitalize;
    border: 1px solid #FFFFFF;
}

.voting-outer-wrapper {
    display: flex;
    justify-content: end;
    padding-top: 70px;
    padding-bottom: 100px;
}
.voting-box img {
    width: 30px;
}

.award-category-btn::after {
    content: "";
    backdrop-filter: blur(350px);
    background: linear-gradient(101.23deg, #6D3CFF 31.07%, #FA3AA9 160.18%);
}
.top-category-sec{
    padding: 70px 0;
}
.top-category-sec .title-heading h2 {
    color: #1A0B48;
    font-weight: 700;
    font-size: 50px;
    line-height: 58px;
    text-transform: capitalize;
}
.top-category-sec .title-heading p {
    color: #0A0A0A;
    font-weight: 400;
    font-size: 17px;
    line-height: 32px;
    text-align: center;
    max-width: 850px;
    margin: 0 auto;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 50px;
}
.top-category-box {
    background: linear-gradient(180deg, #FFE7AA 0%, #FFFBF3 56.5%, #FFEEC4 100%);
    border: 2px solid #6B4ACF;
    border-radius: 20px;
    padding: 30px;
}
.top-category-box h4 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #1A0B48;
}
.top-category-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    text-align: center;
    color: #1A0B48;
    padding: 20px 0;
}
.top-category-box a.btn.btn-primary {
    color: #fff;
    background: #1A0B4A;
    display: block;
    margin: 0 auto;
    border-color: #1A0B4A;
}

.top-category-box a.btn.btn-primary:hover {
    background: #FA3AA9;
    border-color: #FA3AA9;
}
.top-category-box img {
    display: block;
    margin: 0 auto;
    height: 155px;
}
.top-category-main {
    max-width: 1354px;
    margin: 0 auto;
    width: 100%;
}
.vote-sec .box {
    background-image: url(../../img/awards/2025/last-banner.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    object-fit: cover;
    padding: 140px 0;
    position: relative;
    top: 30px;
}

/* -------------------------- Responsive css Start --------------------------------------------- */
@media (max-width: 1365px) {
    img.stripe-left {
        position: absolute;
        left: 100px;
        top: 0;
        height: 370px;
    }

    img.stripe-right {
        position: absolute;
        right: 90px;
        top: 0;
        height: 370px;
    }
    .award-participate-box p {
        font-size: 20px;
        line-height: 28px;
    }
    .award-participate-box h4 {
        font-size: 38px;
        line-height: 44px;
    }
    .winning-banner-sec .wrapper h1 {
        font-size: 40px;
        line-height: 48px;
    }
}
@media(max-width: 1365px){
    .key-dates-item h4{
        font-size: 27px;
    }
    .key-dates-item p{
        font-size: 14px;
    }
}

@media(max-width: 1200px) {

    img.stripe-right,
    img.stripe-left {
        display: none;
    }
}

@media (max-width: 1225px) {
    .awards-participate-main {
        justify-content: center;
    }
}
@media(max-width: 991px){
    .voting-inner-left img {
        margin: 0 auto;
        display: block;
    }
    .promo-test-box, .public-voting-box, .customer-review-box{
        max-width: 100%;
    }
    .public-voting-box, .customer-review-box{
        margin-bottom: 10px;
    }
    .voting-outer-wrapper{
        justify-content: center;
    }
    .key-dates-sec, .winning-banner-sec {
        padding: 35px 0;
    }
    .key-dates-btn {
        margin-top: 15px;
    }
    .voting-inner-left {
        position: relative;
        top: -40px;
        left: 0;
    }
    .voting-outer-wrapper{
        padding-bottom: 0;
    }
    .voting-box {
        padding-left: 40px;
    }
    .award-category-list {
        max-width: 100%;
        margin: 0 auto;
        width: 100%;
        margin-top: 40px;
    }
    .award-participate-box h4 {
        font-size: 28px;
        line-height: 32px;
    }
    .key-dates-wrapper .title-heading h2 {
        font-size: 35px;
        line-height: 43px;
    }
}
@media(max-width: 768px){
    .awards-review-sec .title-heading h2 {
        font-size: 27px;
        line-height: 35px;
    }
    .wining-stats-wrapper .title-heading h2 {
        font-weight: 700;
        font-size: 35px;
        color: #1A0B48;
        line-height: 53px;
    }
}

@media (max-width: 623px) {
    .awards-participate-main {
        justify-content: center;
        flex-direction: column;
    }
    .awards-participate-main img {
        width: 40px;
    }
}
@media(max-width: 575px){
    .voting-box{
        flex-direction: column;
        padding-left: 18px;
        text-align: center;
    }
    .voting-inner-left{
        top: -50px;
    }
}
@media(max-width: 565px){
    .award-participate-box p {
        text-align: center;
    }
    .award-participate-box img {
        width: 32px;
        margin: 0 auto;
    }
}
/* -------------------------- Responsive css End --------------------------------------------- */