body{
    background-color: #FFFBFC !important;
}

.main-container {
    width: 100%;
    height: 800px;
    position: relative;
    overflow: hidden;
    background-color: #FFFBFC;
    overflow: hidden;
}

.spacing-container {
    width: 84%;
    margin: auto;
    position: relative;
}

#particles-js{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 180%;
    z-index: 1;
}

.main-sub-container {
    width: 100%;
    height: 800px;
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    position: relative;
    overflow: hidden;
}

.hero-img-container {
    grid-row: 2/3;
    grid-column: 1/6;
    width: 100%;
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    position: relative;
    z-index: 3;
}

.hero-top-text{
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    width: 520px;
}

.hero-img {
    width: 520px;
    /* margin-top: 150px; */
    text-align: center;
}

.presenting-partner-hero-section{
    width: 520px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.salesforce-hero-img{
    width: 200px;
    height: auto;
    margin: 25px;
}

.wave_container {
    position: absolute;
    width: 100%;
    top: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-90%);
}

.wave,
.wave::before,
.wave::after {
    content: '';
    position: absolute;
    top: 60%;
    left: 50%;
    width: 100%;
    padding-bottom: 100%;
    margin-left: -60%;
    transform-origin: 50% 50%;
    border-radius: 38% 42%;
    background-color: #EA0E86;
    opacity: 0.5;
    animation: spin 32s infinite linear;
}

.wave::before {
    width: 105%;
    padding-bottom: 91%;
    margin-top: -60%;
    transform-origin: 49% 51%;
    border-radius: 40% 38%;
    background-color: #EA0E86;
    opacity: 0.5;
    animation: spin 26s infinite linear;
}

.wave::after {
    width: 102%;
    padding-bottom: 98%;
    margin-top: -55%;
    transform-origin: 51% 49%;
    border-radius: 48% 42%;
    background-color: #EA0E86;
    opacity: 0.5;
    animation: spin 20s infinite linear;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.text-content-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    grid-gap: 40px;
    justify-content: space-around;
}

.hero-text-container {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    /*margin-top: 25px;*/
}

.hero-text {
    margin: 0 0 0 20px;
    font-size: 19px;
    font-weight: 600;
}

.hero-icon {
    width: 35px;
}

.hero-banner-img-container {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
    position: absolute;
    z-index: 6;
    bottom: 0;
    right: 0px;
    grid-row: 2/3;
    grid-column: 5/12;
}

.hero-banner-img {
    height: 450px;
}

.hero-tagline {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    margin-top: 35px;
}

/* attend 1 */
.attend-1-container{
    padding: 50px 0;
    overflow: hidden;
}

.attend-1-sub-container{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.attend-1-heading{
    text-align: start;
    margin-bottom: 0px !important;
    width: 100%;
    font-size: 24px !important;
}

.attend-1-content{
    grid-column: 1/3;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}

.attend-1-body{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25), 0 3px 20px 0px rgba(0, 0, 0, 0.07) !important;
    width: fit-content;
    padding: 10px;
    border-radius: 5px;
}

.attend-1-icon{
    width: 25px;
}

.attend-1-text{
    margin-bottom: 0;
}

.attend-1-img{
    width: 100%;
}


/* attend 2 */
.attend-2-container{
    padding: 50px 0;
    overflow: hidden;
    background-color: #fff;
}

.attend-2-sub-container{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}

.attend-2-img{
    width: 100%;
}

.attend-2-content{
    grid-column: 2/4;
}

.attend-2-heading{
    text-align: start;
    margin-bottom: 30px !important;
    font-size: 24px !important;
}

.attend-2-body{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}

.attend-2-sub-body{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    /* border: rgba(54, 171, 217, 1) solid 1px; */
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25), 0 3px 20px 0px rgba(0, 0, 0, 0.07) !important;
}

.icon-container{
    width: 20px;
    margin-top: 6px;
}

.attend-2-icon{
    background: linear-gradient(180deg, rgba(54, 171, 217, 1) 0%, rgba(30, 72, 118, 1) 200%);
    width: 20px;
    height: 20px;
    font-size: 12px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 40px;
    color: #fff;
}

.attend-2-text{
    margin-bottom: 0;
}

/* attend 3 */
.attend-3-container{
    padding: 50px 0;
    overflow: hidden;
    background-color: #EA0E86;
}

.attend-3-sub-container{
    width: 1100px;
    margin: auto;
}

.attend-3-heading{
    text-align: center;
    color: #fff;
}

.attend-3-content{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 50px;
}

.attend-3-body{
    height: 100%;
    background-color: #fff;
    width: 200px;
    margin: auto;
    border-radius: 5px;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.attend-3-body:hover .attend-3-icon{
    transform: scale(1.2);
}

.attend-3-text{
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    margin-top: 30px;
    /* color: #EA0E86; */
}

.attend-3-icon{
    width: 80px;
    transition: all ease 0.4s;
}



/* about us */
.about-us-container {
    /* background-color: rgba(194,14,141,1); */
    /* background: rgb(194,14,141);
    background: radial-gradient(circle, rgba(194,14,141,1) 0%, rgba(248,152,75,1) 100%); */
    background-color: transparent;
    color: #000;
    text-align: justify;
    overflow: hidden;
    position: relative;
    position: relative;
    z-index: 2;
}

.about-head {
    text-align: center;
    color: #EA0E86;
}

.attent-head-text{
    color: #EA0E86;
}

.about-sub-container{
    padding: 50px 10px;
    color: #000;
    background-color: #FFFBFC;
}

.about-text{
    text-align: center;
    margin-bottom: 10px;
}



.giveaway-link-container{
    padding: 50px 0;
    overflow: hidden;
    background: rgb(248,152,75);
    background: linear-gradient(94deg, rgba(248,152,75,1) 1%, rgba(194,14,141,1) 32%, rgba(147,21,137,1) 64%, rgba(237,46,119,1) 100%);
}

.giveaway-link-heading{
    text-align: center;
    color: #fff;
}

.giveaway-link-text{
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    width: 100%;
    font-size: 24px;
}

.giveaway-link-text:hover{
    color: #fff;
}


@media (max-device-width: 1400px) {
    .attend-2-sub-container{
        grid-template-columns: repeat(2, 1fr);
    }
    .attend-2-content{
        grid-column: 2/3;
    }
    .attend-2-sub-container{
        width: 100%;
        padding: 0 20px;
    }
}

@media (max-device-width: 1200px) {
    .speakers-sub-container {
        grid-template-columns: repeat(3, 1fr);
    }
    .attend-3-content{
        grid-template-columns: repeat(4, 1fr);
    }
    .attend-3-sub-container{
        width: 900px;
    }
    .attend-1-sub-container{
        grid-template-columns: repeat(2, 1fr);
    }
    .attend-1-content{
        grid-column: 1/2;
    }
}

@media (max-device-width: 1024px) {
    .hero-banner-img-container {
        display: none;
    }
    .hero-img-container {
        grid-column: 1/12;
        align-items: center;
        height: 500px;
        position: relative;
        z-index: 1;
    }
    .spacing-container {
        width: 100%;
    }
    .wave_container {
        position: absolute;
        width: 100%;
        top: 70%;
        bottom: 0;
        left: 50%;
        transform: translateX(-75%);
    }
    .speakers-sub-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-device-width: 992px) {
    .attend-2-sub-container{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .attend-2-img-container{
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .attend-2-img{
        width: 500px;
        margin: auto;
    }
    .attend-2-heading{
        margin-top: 30px;
    }
    .attend-3-content{
        grid-template-columns: repeat(3, 1fr);
    }
    .attend-3-sub-container{
        width: 600px;
    }
    .attend-1-sub-container{
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
        width: 100%;
        padding: 20px;
    }
    .attend-1-content{
        grid-column: 1/2;
        grid-row: 2/3;
    }
    .attend-1-img-container{
        grid-row: 1/2;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .attend-1-img{
        width: 500px;
    }
}

@media (max-device-width: 768px) {
    .attend-2-body{
        grid-template-columns: repeat(1, 1fr);
    }
    .attend-3-content{
        grid-template-columns: repeat(2, 1fr);
    }
    .attend-3-sub-container{
        width: 400px;
    }
}

@media (max-device-width: 576px) {
    .attend-3-content{
        grid-template-columns: repeat(1, 1fr);
    }
    .attend-3-sub-container{
        width: 90%;
    }
    .attend-3-body:hover .attend-3-icon{
        transform: scale(1);
    }
    .main-sub-container,
    .main-container{
        height: 850px;
    }
    .presenting-partner-hero-section{
        width: 100%;
    }
    .hero-top-text{
        width: 100%;
    }
}

@media (max-device-width: 556px) {
    .text-content-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        grid-gap: 0px;
        width: 100%;
        margin-top: 30px;
        justify-content: space-around;
        gap: 10px;
    }
    .hero-img-container {
        grid-row: 2/3;
        grid-column: 1/12;
        width: 100%;
        height: 570px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
    }
    .hero-banner-img {
        width: 90%;
    }
    .hero-img {
        width: 80%;
        margin: 0 auto;
        margin-top: 0px;
        text-align: center;
    }
    .hero-text-container {
        margin-top: 0px;
    }
    .wave,
    .wave::before,
    .wave::after {
        display: none;
        top: 92%;
        left: 37%;
        width: 147%;
    }
    .attend-2-img{
        width: 90%;
    }
    .attend-1-img{
        width: 90%;
    }
}

@media (max-device-width: 400px){
    .speakers-body{
        width: 90%;
    }
    .salesforce-hero-img{
        width: 200px;
        margin: 25px;
    }
}