@font-face {
    font-family: "Gilroy Bold";
    src: url("../assets/fonts/gilroy/Gilroy-Bold.ttf");
  }
  
  @font-face {
    font-family: "Gilroy Medium";
    src: url("../assets/fonts/gilroy/Gilroy-Medium.ttf");
  }
  
  @font-face {
    font-family: "Gilroy Regular";
    src: url("../assets/fonts/gilroy/Gilroy-Regular.ttf");
  }
  
  @font-face {
    font-family: "Gilroy Light";
    src: url("../assets/fonts/gilroy/Gilroy-Light.ttf");
  }


/* styling the modal */
.modal-dialog{
    max-width: 900px !important;
    max-height: 500px !important;
    
}

.modal-body{
    width:100%;
    padding-bottom:40px !important;
}

.modal-content{
    background: #8D5AC9 !important;
}
.modal-header{
    border-style:none !important;
    font-size:10px;
}
.popup-container {
    width:100%;
}

.name-and-desig{
    color: #FFF !important;
    font-family: "Gilroy Medium" !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal !important;
}
.leader-data-container{
    margin-left:20px;
    max-height: 330px;
    width:60%;
}

.total-container{
    width:100%;
    max-height:330px;
}
.leader-info-container{
    margin-bottom:0px !important;
    padding-left:18px;
    padding-right: 22px;
    width:100%;
    max-height: 330px;
    overflow-y: scroll;
}
.leader-info {
    color: #FFF !important;
    text-align: justify;
    font-family: "Gilroy Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width:100%;
    /* max-width: 593px; */
    /* padding-left: 5px; 
    padding-right:10px; */
}

.leader-info-container::-webkit-scrollbar {
}

.leader-info-container::-webkit-scrollbar-track {
    background: #8F4CE1;
}
.leader-info-container::-webkit-scrollbar-thumb {
    border-radius: 1.5px;
    background: linear-gradient(180deg, #CD524A 0%, #7417C2 100%);   
}

.NandD{
    padding-left:10px;
}

.popup-image-container{
    /* position:relative; */
    background-image:url("../assets/images/aboutus/leader-withoutbg/popup-bg.png");
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    width:40%;
    border-radius:6px;
    margin-left:10px;
    max-height: 330px;
    margin-bottom:0px !important;
    padding-bottom:0px !important;
}
.leader-image-without-bg{
    width:100%;
    max-height: 330px;
    border-bottom-left-radius:6px;
    border-bottom-right-radius: 6px;
}
.leader-list{
    font-size:12px !important;
    list-style-type: disc !important;
    padding-left: 15px;
    margin-bottom: 10px;
}
.leader-list li{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 4px;
    color: #FFF !important;
    font-family: "Gilroy Regular";
    position: relative;
  padding-left: 20px;

}
.leader-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
  }

@media screen and (max-width:940px) {
    .modal-dialog{
        max-width: 700px !important;
        max-height: 500px !important;
        
    }
}


@media screen and (max-width:767px) {
    /*making the card middle */
    .leader-card{
        margin:auto;
    }
    /*new code */
    .modal-content{
        width:90vw;
        margin:0px;
        padding:0px;
        height: 100% !important;
    }
    /* customising in new code */

    .modal{
        width:100vw !important;
    }

    /* custom code ends here */
    .modal-dialog{
        /* padding-right:15px; */
        width:95vw !important;
        height: 90vh !important;
        max-height: 700px !important;
    }

    .modal-body{
        width:100%;
        height: 100%;
        margin:0px;
        padding:0px;
        padding-bottom:40px;
    }

    .popup-container{
        width:100%;
        height: 100%;
        margin:0px !important;
        padding-bottom:16px;
    }

    .total-container{
        width:100%;
        height: 100%;
        max-height: 700px;
        display:flex;
        flex-direction: column;
    }

    .leader-info-container{
        margin:0px;
        padding:0px;
        overflow-y: scroll;
        height: 100%;
        max-height: 330px !important;
    }

    .popup-image-container{
        background:none;
        width:100%;
        margin:0px !important;
        /* height: 40%; */
        display:flex;
        flex-direction: column;
        justify-content: center;
        text-align:center;
    }

    .small-image-container{
        width:100%;
        height: 100%;
        max-width:237px;
        margin:auto;
        margin-bottom:0px;
    }

    .leader-image-without-bg-small{
        width:100%;
        max-width:237px;
        max-width:2
    }
    .leader-data-container{
        padding-top:10px;
        width:100%;
        /* height:40%; */
        overflow:hidden;
        margin:0px;
        max-height: 500px;
    }
    .leader-info-container{
        height:100%;
        max-height: 500px;
    }
    .name-and-desig{
        padding-top:10px;
        padding-bottom: 0px;
        margin:0px !important;
        text-align: center !important;
        font-size:12px !important;
        font-weight: bold !important;
    }
    .leader-info{
        padding-left:5px;
        padding-right:5px;
        font-size:12px !important;
    }

    .leader-card-first{
        margin-bottom:88px !important;
    }
    /* new code ends */
    /* .modal-body{
        width:90vw;
        height: 90vh;
        padding:0px;
    }
    .popup-container{
        width:100%;
        height: 100%;
    }
    .total-container{
        width:100%;
        height: 100%;
    }
    .popup-image-container{
        display:flex;
        flex-direction: column;
        justify-content: first baseline;
        width:100%;
        height: 50%;
        text-align:center;
    }
    .leader-image-without-bg{
        align-self: center;
        width:60%;
        height: 80%;
    }
    .name-and-desig{
        font-size:14px !important;
        font-weight: bold !important;
    }
    .leader-info{
        font-size:12px !important;
    }
    
    .leader-data-container{
        width: 100%;
        height:100%;
        margin: 0px;
        margin-top:10px;
    }
    .modal-dialog{
        width:95wh;
        height: 80vh;
    } */
}

.close{
    color:white !important;
    transform:scale(3);
    border:none;
    background:transparent;
    position:absolute;
    top:15px;
    right:20px;
}

/*model styling ends here*/
.about-leaders{
    padding-top:80px;
    background-color: #F7F3FC;
}


/* sub heaidng*/
.sub-heaiding{
    font-family: "Gilroy Medium";
    color: var(--dark-bg-1, #150F1A);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.custom-size{
    font-family: "Gilroy Medium" !important;
    font-size:24px !important;
    margin-bottom: 80px;
}




.leaders-container {
    flex-wrap: wrap;
    width: 100%;
}


.leader-card-main {
    border-radius: 6px;
    background:rgba(106, 18, 211, 0.85);
    width: 262px;
    height: 352px;
    flex-shrink: 0;
    position: relative;
}

.leader-name {
    color: #fff;
    font-family: "Gilroy Medium";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 5px;
    margin-top: -20px;
    padding-left: 20px;
}
.leader-position {
    color: #fff;
    font-family: "Gilroy Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 22px;
}

/*setting the background images for the leader cards */

.image-container {
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;
    width: 237px;
    height: 238px;
    flex-shrink: 0;
    border-radius: 6px;
    transform: translateY(-41px);
}

.gassan-hakkim-img{
    background-image: url("../assets/images/aboutus/leader-withoutbg/gassank-hakkim-bg.png");
}

.rich-marino-image{
    background-image: url("../assets/images/aboutus/leader-withoutbg/rich-marino-bg.png");
}

.rp-image{
    background-image: url("../assets/images/aboutus/leader-withoutbg/rp-with-bg-final.png");
}
.srinivasmanem-image{
    background-image: url("../assets/images/aboutus/leader-withoutbg/srinivasmanem-with-bg.jpg");
}
.steve-rubin-image{
    background-image: url("../assets/images/aboutus/leader-withoutbg/steve-rubin-with-bg.png");
}
.deepshika-image{
    background-image: url("../assets/images/aboutus/leader-withoutbg/deepshika-with-bg.png");
}
.guru-image{
    background-image: url("../assets/images/aboutus/leader-withoutbg/guru-with-bg.png");
}
.subbu-image{
    background-image: url("../assets/images/aboutus/leader-withoutbg/subbu-with-bg.png");
}
.pavan-image{
    background-image: url("../assets/images/aboutus/leader-withoutbg/pavan-with-bg.png");
}
.vasanth-image{
    background-image: url("../assets/images/aboutus/leader-withoutbg/vasanth-with-bg.png");
}
.ram-image{
    background-image: url("../assets/images/aboutus/leader-withoutbg/ram-with-bg.png");
}
.durgesh-image{
    background-image: url("../assets/images/aboutus/leader-withoutbg/durgesh-with-bg.png");
}
.mounika-image{
    background-image: url("../assets/images/aboutus/leader-withoutbg/mounika-with-bg.png");
}
.prasadh-image{
    background-image: url("../assets/images/aboutus/leader-withoutbg/prasad-with-bg-final.png");
}
.hemanth-image{
    background-image: url("../assets/images/aboutus/leader-withoutbg/hemanth-with-bg.png");
}
.madhuri-image{
    background-image: url("../assets/images/aboutus/leader-withoutbg/madhuri-with-bg.png");
}
.tj-image{
    background-image: url("../assets/images/aboutus/leader-withoutbg/tj-with-bg.png");
}
.harsh-image{
    background-image: url("../assets/images/aboutus/leader-withoutbg/harsh-with-bg.png");
}
.pardha-image{
    background-image: url("../assets/images/aboutus/leader-withoutbg/pardha-with-bg-new.png");
}

.srini-image{
    background-image: url("../assets/images/aboutus/leader-withoutbg/srini-with-bg.png");
}
.tarun-image{
    background-image: url("../assets/images/aboutus/leader-withoutbg/tarun-with-bg.png")
}
.siva-image{
    background-image: url("../assets/images/aboutus/leader-withoutbg/siva-with-bg.png");
}


/* leader card image styling ends here */
.leader-card {
    position: relative;
    /* margin-right: 10px; */
    margin-bottom: 88px;
}

.leader-card-first{
    margin-bottom:60px !important;
}



.leader-card-main:hover {
    cursor: pointer;
    background: linear-gradient(180deg, #6600E1 0%, rgba(216, 90, 59, 0.93) 100%);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card-border-grdnt {
    margin-top: 82%;
    width: 4px;
    height: 44px;
    flex-shrink: 0;
    background: var(--crossgrad, linear-gradient(45deg, #680FD2 0%, #EE691E 100%));
}

.icon-container {
    position: absolute;
    bottom: -5px;
    right: -5px;
}





.cancel-container:hover{
    cursor:pointer;
}


.content-container {
    height: auto;
    width: 60%;
}


.style-border {
    margin-top:7px;
    /* background: var(--crossgrad, linear-gradient(45deg, #680FD2 0%, #EE691E 100%)); */
    border-radius: 1px;
    background: linear-gradient(180deg, #680FD2 23.44%, #C94F4F 100%);
    margin-left:5px;
    width: 3px;
    height: 40px;
}

.image-containr {
    position:absolute;
    right:0px;
    margin-right:0px;
    padding-right:0px;
    padding-left: 10px;
    width: 40%;
}

/* .leader-image{
    width:100%;
} */


