.our-sponsors-container{
    padding: 50px 0;
    /* background-color: #2BA8D9; */
    /* background: rgb(52,170,223);
    background: linear-gradient(180deg, rgba(52,170,223,1) 0%, rgba(27,59,104,1) 100%); */
    background-color: #fff;
    color: #000;
    min-height: 300px;
}

.sponsors-head{
    text-align: center;
}

.our-sponsors-sub-heading{
    text-align: center;
}

.sponsors-heading::before,
.sponsors-heading::after{
    background-color: #000;
}

.our-sponsors-content-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    margin-top: 30px;
}

.our-sponsors-divider{
    max-width: 650px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.our-sponsors-body{
    width: 100%;
}

.our-sponsors-logo-container{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.our-sponsors-logo{
    width: 250px;
}

.techved-sponsors-logo{
    width: 180px;
}

.trejhara-sponsors-logo{
    width: 150px;
}

.idc-sponsors-logo{
    width: 150px;
}

.unext-sponsors-logo{
    width: 150px;
}

.ust-smartops-sponsors-logo{
    width: 220px;
}


/* Why Sponsor Us */
.why-sponsors-container{
    padding: 50px 0;
}

.why-spons-heading::after,
.why-spons-heading::before{
    background-color: #000;
}

.why-spons-container{
    padding: 50px 0;
    background: rgb(52,170,223);
    background: linear-gradient(180deg, rgba(52,170,223,1) 0%, rgba(27,59,104,1) 100%);
    overflow: hidden;
    color: #fff;
}

.why-sponsors-content-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 40px 0 0;
}

.why-sponsors-ul{
    list-style: decimal;
}

.why-sponsors-img{
    grid-column: 1/2;
    width: auto;
    height: 300px;
}

.why-sponsors-content{
    grid-column: 2/4;
}

.why-sponsors-ul{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
}

.why-sponsors-body{
    width: 100%;
    background-color: #fff;
    color: #000;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 10px 5px;
    border-radius: 5px;
}

.why-sponsors-number{
    margin: 0 10px;
    background-color: rgba(52,170,223,1);
    color: #fff;
    height: 30px;
    width: 30px;
    font-size: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.why-sponsors-text{
    margin-bottom: 0;
    width: calc(100% - 30px);
}

/* Sponsors Details */
.sponsors-details-container{
    padding: 50px 0;
    overflow: hidden;
}

.spons-details-content-container{
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.spons-details-body{
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}

.spons-details-logo-container{
    grid-column: 1/4;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.spons-details-sub-heading{
    position: relative;
    padding-left: 10px;
    font-size: 22px;
}

.spons-details-sub-heading::after{
    content: '';
    position: absolute;
    width: 4px;
    height: 24px;
    background-color: #1B3B68;
    left: 0;
    top: 2px;
}

.spons-details-logo-contianer{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.spons-details-logo{
    margin-top: 20px;
    width: 200px;
}

.unext-details-logo{
    width: 150px;
}

.ust-smartops-details-logo{
    width: 220px;
}

.trejhara-details-logo {
    width: 170px;
}

.idc-details-logo{
    width: 170px;
}

.techved-details-logo{
    width: 180px;
}

.spons-details-about{
    grid-column: 4/13;
    border-left: #1B3B68 solid 2px;
    padding-left: 14px;
    height: calc(100% + 10px);
}

.spons-details-text{
    margin-bottom: 1.5rem;
}

.spons-details-btn{
    background-color: #1B3B68;
    color: #fff;
    text-decoration: none;
    padding: 7px 14px;
    border-radius: 5px;
}

.btn-qr-container{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.qr-btn-border{
    width: 1px;
    height: 40px;
    background-color: #2181C4;
}

.partners-qr{
    width: 50px;
}


@media (max-device-width: 1200px) {
    .why-sponsors-content-container{
        grid-template-columns: repeat(1, 1fr);
    }
    .why-sponsors-img{
        grid-column: 1/2;
        grid-row: 1/2;
        margin: auto;
        height: auto;
        width: 100%;
        max-width: 500px;
    }
    .why-sponsors-content{
        grid-column: 1/2;
        grid-row: 2/3;
    }
}

@media (max-device-width: 992px){
    .spons-details-logo-container{
        width: 100%;
    }
    .spons-details-about{
        border-left: none;
        padding-left: 0px;
        height: calc(100%);
    }
    .spons-details-logo{
        margin: 20px 0;
    }
    .spons-details-body{
        width: 100%;
        height: calc(100% + 20px);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        border-left: #1B3B68 solid 2px;
        padding: 5px 12px 12px 12px;
    }
}

@media (max-device-width: 576px){
    .our-sponsors-divider{
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
}