.speakers-container {
    /* 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%); */
    /* background: #091B43; */
    /* background: linear-gradient(85deg, rgba(160,21,137,1) 0%, rgba(248,155,73,1) 0%, rgba(235,28,128,1) 47%, rgba(248,155,73,1) 100%); */
    color: #000;
    overflow: hidden;
    min-height: 300px;
    position: relative;
    z-index: 4;
    background-image: url('../assets/images/speakers-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

/* .speakers-container::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../assets/images/speakers-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: -2;
    border: none;
} */

.speakers-main-container{
    padding: 50px 0;
    width: 100%;
    background: rgba(0, 0, 0, .34);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(2.8px);
    -webkit-backdrop-filter: blur(2.8px);
}

.speakers-sub-container{
    width: 100%;
    /* max-width: 1800px; */
    margin: 0 auto;
    padding: 0 20px;
}

.speakers-head{
    color: #fff;
    filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.5));
}

.speakers-sub-head{
    text-align: left;
    margin: 35px 0;
    padding-left: 10px;
    border-left: 4px solid #fff;
}

.speakers-content-container {
    /* height: 100%; */
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: unset;
    gap: 20px;
    margin: 70px auto 0;
}

.speakers-body {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    /* background: rgb(151,20,138);
    background: linear-gradient(90deg, rgba(151,20,138,1) 0%, rgba(222,11,137,1) 34%, rgba(247,123,88,1) 66%, rgba(250,170,67,1) 100%); */
    border-radius: 10px;
    padding: 10px;
}

.speakers-body::after{
    content: '';
    position: absolute;
    display: inline-block;
    z-index: -2;
    top: 28px;
    right: 45px;
    width: 0;
    border-width: 20px;
    border-style: solid;
    border-color: transparent transparent #859127 transparent;
    transform: rotate(225deg);
}

/* .speakers-body:nth-child(6n+1):after {
    content: '';
    width: 300vw;
    height: 70px;
    position: absolute;
    background-color: #39278B;
    top: 70px;
    left: -100vh;
    z-index: -1;
} */

.speaker-img-container{
    width: 100%;
    height: 160px;
    max-width: 160px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    z-index: 2;
    border-radius: 50%;
    /* filter: drop-shadow(4px 4px 2px rgba(0,0,0,0.5)); */
    background-color: #fff;
    border: #C6D93B solid 10px;
}

.speakers-img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    /* filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.5)); */
    box-shadow: 0px 0px 25px 10px rgba(0,0,0,0.1);
    /* border: #FFE5Ec solid 5px; */
    /* clip-path: polygon(100% 1%, 100% 85%, 85% 100%, 0 100%, 0 0); */
}

.speakers-content{
    /* padding: 10px 0 0; */
    width: 320px;
    height: 70%;
    margin: auto;
    position: absolute;
    transition: all ease 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: #F4F5F7;
    background-color: #051A2D;
    right: 10px;
    top: 30px;
    z-index: 1;
    border-radius: 20px;
}

.speaker-text-container{
    padding: 0px 20px 20px 78px;
    width: 100%;
    position: relative;
    top: -5px;
}

.speakers-content p{
    position: relative;
    text-align: start;
    color: #fff;
}

.speakers-name-container {
    background-color: #C6D93B;
    width: 300px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 50px;
    top: -10px;
    padding: 0 20px 0 110px;
    text-transform: uppercase;
    position: relative;
    z-index: -1;
    left: -44px;
    border-radius: 0 0 50px 0;
}

span.speaker-name{
    font-weight: 700;
    color: #051A2D;
    font-size: 16px;
}

.speakers-specification {
    font-weight: 300;
    margin-bottom: 0;
    font-size: 12px;
}

.speakers-company {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 14px;
}

.speakers-coming-text{
    font-size: 1.8rem;
    text-align: center;
    color: #fff;
    margin: 0 0 40px 0;
}

@media screen and (max-width: 1800px) {
    .speakers-content-container {
        grid-template-columns: repeat(3, 1fr);
    }
    .speakers-body{
        max-width: 450px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1380px) {
    .speakers-content-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 992px) {
    .speakers-content-container {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 480px) {
    .speakers-name-container,
    .speakers-content{
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        padding: 0;
        height: 100%;
        border-radius:  0 0 10px 10px;
    }
    .speakers-content{
        border-radius: 0 0 20px 20px;
    }
    .speakers-name-container{
        width: 100%;
        margin: 0 auto;
        border-radius: 0 0 10px 10px;
        padding: 0;
        position: relative;
        top: -10px;
        align-items: center;
    }
    .speakers-content p,
    .speaker-text-container{
        text-align: center;
    }
    .speaker-text-container{
        padding: 5px 10px 10px;
    }
    .speakers-body{
        flex-direction: column;
        /* background-color: #F4F5F7; */
        width: 100%;
        max-width: 210px;
        padding: 0;
        border-radius: 20px;
    }
    .speaker-img-container{
        margin: 0 auto;
        position: relative;
        top: 0px;
        z-index: 1;
        left: 50%;
        transform: translate(-50%);
        border-radius: 0;
        width: 100%;
        border-radius: 20px 20px 0 0;
        max-width: 210px;
        border: none;
        height: auto;
    }
    .speakers-img{
        border-radius: 0;
    }
    .speakers-body::after{
        content: unset;
    }
}

/* @media screen and (max-width: 330px){
} */