@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@300;400;600&family=Poppins:wght@400;500;600&display=swap');

*{
	margin: 0;
	padding: 0;
}

body{
	font-family: 'Poppins', sans-serif;
	padding-top: 59px;
/*    background-color: whitesmoke;*/

/*background-image: linear-gradient(to bottom, rgb(89 26 118 / 33%) 0%,rgb(135 57 145 / 29%) 100%), url(images/purple-web-bg.png);*/
/*background-image: url('images/cool-background.png');
background-size: cover;
    */

background: rgb(251,205,255);
background: linear-gradient(90deg, rgba(251,205,255,1) 0%, rgba(231,197,235,1) 20%, rgba(240,196,245,1) 58%, rgba(251,193,255,1) 100%);
}

.body-container{
   /* background-image: linear-gradient(to bottom, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.5) 100%), url('images/purple-web-bg.jpg');
    background-size: cover;*/


}


h1{
    color: #311154;

}

h5{
    color: #311154 !important;

}


p{
    color: #311154;


}

a{
    text-decoration: none;
}

ul{
    padding-left: 0 !important;
}



.nav-link{
    color: #591a76 !important;
}


.navbar-nav{
    display: flex;
    align-items: center;
}

.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: #591a76;
}

.nav1 li {
    margin: 0 5px;
}
.nav1 li a {
    font-size: 1rem;
    transition: 0.5s;
    color: #591a76;
}
.nav1:hover li a {
    color: #591a76;
}
.nav1:hover li a:not(:hover) {
    color: #591a76;
    opacity: 0.3;
}


.logo{
    width: 25px;
}

.bold{
    font-weight: 600;
}


/* Card 3 */

.card-3 {
 width: 440px;
 height: 215px;
 background: #f6e8fc;
 padding: 2rem 1.5rem;
 transition: box-shadow .3s ease, transform .2s ease;
/* border: solid purple 0.5px;*/
/*border: 1px solid rgba(49, 17, 84, .5);*/
 border-radius: 7px;
/* box-shadow:10px 10px 90px 10px lightgray;*/
}

.card-info {
 display: flex;
 flex-direction: row;
 justify-content: space-around;
 transition: transform .2s ease, opacity .2s ease;
}

.card-texts{
display: flex;
    flex-direction: column;
    justify-content: center;
}

/*Image*/
.card-avatar {
 --size: 7rem;
/* background: linear-gradient(to top, #f1e1c1 0%, #fcbc97 100%);*/
/* background-image: url('profiles/zulki.jpeg');*/
 width: var(--size);
 height: var(--size);
 border-radius: 50%;
 transition: transform .2s ease;
 margin-bottom: 1rem;
 background-size: 7rem;
    background-repeat: no-repeat;
}


/*Card footer*/
.card-social {
 transform: translateY(200%);
 display: flex;
 justify-content: space-around;
 width: 100%;
 opacity: 0;
 transition: transform .2s ease, opacity .2s ease;
}

.card-social__item {
 list-style: none;
}

.card-social__item svg {
 display: block;
 height: 18px;
 width: 18px;
 fill: #311154;
 cursor: pointer;
 transition: fill 0.2s ease ,transform 0.2s ease;
}

/*Text*/
.card-title {
 color: #311154;
 font-size: 1.5em;
 font-weight: 600;
 line-height: 2rem;
}

.card-subtitle {
 color: #311154;
 font-size: 0.8em;
}

/*Hover*/
.card-3:hover {
 box-shadow: 0 8px 50px #23232333;
 background-color: #f0d7fa;
}

.card-3:hover .card-info {
 transform: translateY(-5%);
}

.card-3:hover .card-social {
 transform: translateY(100%);
 opacity: 1;
}

.card-social__item svg:hover {
 fill: #232323;
 transform: scale(1.1);
}

.card-avatar:hover {
 transform: scale(1.1);
}


.sub-container{
   /* display: flex;
    justify-content: space-evenly;  
*/}

.zulk-jam-container{
        display: flex;
    justify-content: space-evenly;
    flex-direction: row-reverse;
}

.member-cards{
    display: flex;
    justify-content: space-evenly;
}





/*Card 2*/

.card-1 {
 width: 220px;
 height: 325px;
 border-radius: 10px;
 background: #f6e8fc;
 padding: 2rem 0.5rem;
 transition: box-shadow .3s ease, transform .2s ease;
}

.card-info-1 {
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 transition: transform .2s ease, opacity .2s ease;
}

/*Image*/
.card-avatar {
 --size: 7rem;
/* background: linear-gradient(to top, #f1e1c1 0%, #fcbc97 100%);*/
/* background-image: url('profiles/zulki.jpeg');*/
 width: var(--size);
 height: var(--size);
 border-radius: 50%;
 transition: transform .2s ease;
 margin-bottom: 1rem;
 background-size: 7rem;
    background-repeat: no-repeat;
}


/*Card footer*/
.card-social {
 transform: translateY(200%);
 display: flex;
 justify-content: space-around;
 width: 100%;
 opacity: 0;
 transition: transform .2s ease, opacity .2s ease;
}

.card-social__item {
 list-style: none;
}

.card-social__item svg {
 display: block;
 height: 18px;
 width: 18px;
 fill: #515F65;
 cursor: pointer;
 transition: fill 0.2s ease ,transform 0.2s ease;
}

/*Text*/
.card-title {
 color: #333;
 font-size: 1.5em;
 font-weight: 600;
 line-height: 2rem;
}

.card-subtitle {
 color: #311154;
 font-size: 0.8em;
}

/*Hover*/
.card-1:hover {
 box-shadow: 0 8px 50px #23232333;
 background-color: #f0d7fa;
}

.card-1:hover .card-info-1 {
 transform: translateY(-5%);
}

.card-1:hover .card-social {
 transform: translateY(100%);
 opacity: 1;
}

.card-social__item svg:hover {
 fill: #232323;
 transform: scale(1.1);
}

.card-avatar:hover {
 transform: scale(1.1);
}


.avatar-1{
    background-image: url('images/purp-logo.png');
}

.avatar-princi{
    background-image: url('profiles/princi(1).png');
}

.avatar-zulki{
    background-image: url('profiles/zulki.jpeg');

}

.avatar-jamuna{
    background-image: url('profiles/jamuna(1).png');
    
}


@media(max-width:769px){
    .head-section{
        gap: 1rem;
    }
}



@media(max-width:425px){
/*    .sm-profiles{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem
}*/

.zulk-jam-container {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 2rem;}

.member-cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.card-3 {
    width: 370px;
    height: 215px;
    background: #f6e8fc;
    padding: 2rem 0.5rem;
    transition: box-shadow .3s ease, transform .2s ease;
    /* border: solid purple 0.5px; */
    /* border: 1px solid rgba(49, 17, 84, .5); */
    border-radius: 7px;
}

.card-subtitle{
    text-align: center;
}

}

@media(max-width:320px){

    .ms-3{

    }

    .card-3{
        width: 306px;
    }


}