.our-sponsors-container {
    padding: 50px 0 70px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.sponsors-heading {
    font-size: 35px;
    color: #00336C;
    font-weight: 600;
    text-align: center;
    /* margin-bottom: 1rem; */
}

.sponsors-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.sponsors-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.sponsors-main-body{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 60px;
    height: 100%;
    /*width: fit-content;*/
    /*margin: 0 auto;*/
}

.sponsors-img-divider {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

.border-img-container {
    display: block;
    position: relative;
}

.border-img-container::after{
    content: '';
    position: absolute;
    top: 0;
    right: -30px;
    background-color: #000;
    width: 1px;
    height: 100%;
}

.sponsors-text {
    color: rgb(0, 0, 0);
    font-size: 22px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 1.8rem;
}

.sponsor-logo {
    width: 200px;
}

.margin-top-1{
    margin-top: 0.7rem;
}

/* Logo */
.uniphore-sponsors-logo {
    width: 240px;
}

.genesys-sponsors-logo{
    width: 230px;
}

.oracle-sponsors-logo {
    width: 220px;
    padding: 10px;
}

.konnect-sponsors-logo {
    width: 100%;
    max-width: 260px;
    padding: 10px 0 0;
}

.zendesk-sponsors-logo {
    width: 93px;
}

.qdegrees-sponsors-logo {
    width: 125px;
    margin-top: 3px;
}

.maxicus-sponsors-logo {
    width: 152px;
}

.shakepe-sponsors-logo {
    width: 155px;
}

.freshworks-sponsors-logo {
    width: 200px;
}

.sap-sponsors-logo {
    width: 100%;
    max-width: 325px;
    padding: 20px 0px 0px;
}

.ebixcash-sponsors-logo {
    width: 153px;
}

.aurionpro-sponsors-logo {
    width: 182px;
}

.trejhara-sponsors-logo {
    width: 145px;
}

.cerebratelogone-sponsors-logo {
    width: 100%;
    max-width: 300px;
}

.hodu-sponsors-logo {
    width: 148px;
}

.germin8-sponsors-logo {
    width: 125px;
}

.drut-sponsors-logo {
    width: 84px;
    /*padding: 23px 0 0;*/
}

.anb-sponsors-logo {
    width: 110px;
}

.edenred-sponsors-logo {
    width: 97px;
}

.knowmax-sponsors-logo {
    width: 160px;
    margin-top: 10px;
}

.kapture-sponsors-logo {
    width: 140px;
}


/* Partners Details */
/*.our-partners-container {*/
/*    padding: 50px 0 0;*/
/*    background: #fff;*/
/*    color: #fff;*/
/*    overflow: hidden;*/
    /* background: linear-gradient(180deg, rgba(21, 174, 191, 1) 0%, rgba(175, 75, 242, 0.5) 100%); */
    /* color: #fff; */
/*}*/

/*.partners-heading {*/
/*    color: #00336C;*/
/*    font-size: 35px;*/
/*    text-align: center;*/
/*    margin-bottom: 0px;*/
/*}*/

/*.our-partners-sub-container {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: flex-start;*/
/*    justify-content: flex-start;*/
/*}*/

/*.our-partners-body {*/
/*    margin-bottom: 20px;*/
/*}*/

/*.our-partner-head-container {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    align-items: center;*/
/*    flex-wrap: wrap;*/
/*    justify-content: flex-start;*/
/*    width: 100%;*/
/*}*/

/*.our-partner-head-sub-container {*/
/*    position: relative;*/
/*    padding-right: 20px;*/
/*    border-right: #000 solid 1px;*/
/*}*/

/*.partners-head {*/
/*    position: relative;*/
/*    z-index: 2;*/
/*    margin-bottom: 0;*/
/*    font-size: 22px;*/
/*    padding: 0 20px 0 0;*/
/*    width: 100%;*/
    /* width: 500px; */
/*    color: #000;*/
/*    padding: 10px 20px;*/
/*    border-radius: 20px;*/
/*    box-shadow: 0px 0px 15px 5px rgb(0 0 0 / 10%);*/
/*    border-bottom: #00336C solid 1px;*/
/*    border-right: #00336C solid 1px;*/
    /* margin-right: 30px; */
/*}*/

/* Logo */

.our-partners-content-container {
    margin-top: 30px;
    color: #000;
    margin: 30px 0;
}

.btn-partners {
    background-color: #00336C;
    color: #fff;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
}

/* Why Sponsor-us */
.why-sponsor-container{
    padding: 50px 0;
    overflow: hidden;
    width: 100%;
    background: rgb(165,12,128);
    background: linear-gradient(45deg, rgba(165,12,128,1) 0%, rgba(234,55,118,1) 56%, rgba(250,165,69,1) 100%);
}

.why-sponsor-sub-container{
    max-width: 1800px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.why-sponsor-heading{
    color: #fff;
    background-color: unset;
    background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}

.why-sponsor-content-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 40px;
    gap: 20px;
}

.why-sponsor-body{
    box-shadow: 0 0rem 1rem rgba(0,0,0,.1);
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
    background-color: #fff;
}

.why-sponsor-body p{
    margin-bottom: 0;
}

.why-sponsor-main-text{
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.partners-coming-soon{
    font-size: 22px;
}

/* Partners Details */
.our-partners-container {
    padding: 50px 0 10px 0;
    overflow: hidden;
    background-color: #FFF;
}

.our-partners-sub-container {
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 20px;
}

.our-partners-head {
    text-align: center;
    margin-bottom: 2rem !important;
}

.our-partners-body {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    margin: 40px 0;
}

.our-partners-header {
    grid-column: 1/3;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    height: 100%;
}

.our-partners-main {
    grid-column: 3/12;
    position: relative;
    margin: 0 0 0 25px;
    text-align: justify;
}

.our-partners-main::before {
    content: '';
    position: absolute;
    background-color: #EA0E86;
    height: 100%;
    width: 1px;
    top: 0;
    left: -20px;
}

.our-partners-image-divider {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    /* width: 100%; */
    gap: 10px;
}

.partners-detials-border {
    width: 100px;
    height: 1px;
    background-color: #000;
}

.our-partners-sub-head {
    border-left: #EA0E86 solid 5px;
    padding-left: 5px;
    height: 25px;
    font-family: 'Share Tech', sans-serif;
    font-size: 22px;
}

.our-partners-button {
    background-color: #EA0E86;
    color: #FFF;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 5px;
}

.our-partners-button:hover {
    color: #FFF;
    opacity: 0.8;
}

.our-partners-logo {
    width: 200px;
    /* margin: auto; */
    margin-top: 10px;
}

.genesys-logo-partners{
    width: 180px;
}

.uniphore-logo-partners{
    max-width: 250px;
    width: 100%;
}

.konnect-logo-partners {
    max-width: 280px;
    width: 100%;
}

.zendesk-logo-partners {
    width: 95px;
}

.freshworks-logo-partners {
    width: 220px;
}

.sap-logo-partners {
    width: 100%;
    max-width: 320px;
}

.ebixcash-logo-partners {
    width: 175px;
}

.trejhara-logo-partners {
    width: 173px;
}

.aurionpro-logo-partners {
    width: 195px;
    margin-bottom: 10px;
}

.cerebratelogone-logo-partners {
    width: 290px;
}

.shakepe-logo-partners {
    width: 160px;
}

.qdegrees-logo-partners{
    width: 130px;
}

.hodu-logo-partners {
    width: 162px;
}

.germin8-logo-partners {
    width: 140px;
}

.abhinavinst-logo-partners {
    width: 200px;
}

.drut-logo-partners {
    width: 105px;
}

.maxicus-logo-partners {
    width: 156px;
}

.anb-logo-partners {
    width: 118px;
}

.edenred-logo-partners {
    width: 110px;
}

.knowmax-logo-partners {
    width: 163px;
    margin-top: 20px;
}

.kapture-logo-partners {
    width: 146px;
}

@media screen and (max-device-width: 1600px) {
    .our-partners-header {
        grid-column: 1/4;
    }

    .our-partners-main {
        grid-column: 4/12;
    }
}

@media screen and (max-device-width: 1300px){
    .why-sponsor-content-container{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-device-width: 1200px){
}

@media screen and (max-device-width: 1100px){
    .our-partners-sub-container {
        width: 100%;
        padding: 0 20px;
    }
}

 @media screen and (max-device-width: 992px){
     .our-partners-body {
        border-left: #EA0E86 solid 1px;
        /* padding: 0; */
        border-radius: 0;
        padding: 2px 15px;
    }
    .our-partners-header {
        grid-row: 1/2;
        grid-column: 1/12;
        gap: 0;
    }
    .our-partners-main {
        grid-row: 2/4;
        grid-column: 1/12;
        margin: 0;
    }
    .our-partners-main::before {
        content: none;
    }
    .our-partners-logo {
        margin: 20px 0;
    }
    .our-sponsors-body-row {
        gap: 0;
        grid-template-columns: repeat(1, 1fr);
    }
    .our-partners-sub-head{
        height: 100%;
    }
    .germin8-sponsors-logo{
        margin-top: 0;
    }
} 

@media screen and (max-device-width: 768px){
    .why-sponsor-content-container{
        grid-template-columns: repeat(1, 1fr);
    }
    .our-sponsors-logo-container-1{
        gap: 60px;
        margin-right: 0px;
    }
    .sponsors-main-body{
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .sponsors-img-divider{
        flex-direction: column;
        gap: 30px;
    }
    .border-img-container::after{
        width: 100px;
        height: 1px;
        top: unset;
        right: unset;
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
    }
    .drut-sponsors-logo{
        padding-top: 0;
    }
    .knowmax-sponsors-logo,
    .qdegrees-sponsors-log,
    .margin-top-1{
        margin-top: 0rem;
    }
}

@media screen and (max-width: 576px) {
     .our-sponsors-logo-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 20px;
    }
    .our-partners-image-divider{
        flex-direction: column;
        gap: 0;
    }
    .sponsors-text{
        font-size: 20px !important;
        font-weight: 600;
    }
    .partners-detials-border {
        width: 100px;
        margin: 0;
        height: 1px;
    }
    .cerebratelogone-sponsors-logo{
        width: 305px;
    }
} 