:root{
	--main-color:#4D49FE;
	--white-color:#fff;
	--montserrat-font:'Montserrat', sans-serif!important;

}
*{
	margin: 0;
	padding: 0;
	font-family: var(--montserrat-font);
}
ul li{
	list-style:none;
}
a{
	text-decoration: none !important;
}
.custom-column-gap {
    margin-right: 15px; /* Add your desired gap size here */
}

.custom-column-gap:last-child {
    margin-right: 0; /* Remove margin from the last column */
}
.card-right-img{
    height:300px;
    border-radius: 10px;
}
.card-left{
     width: 303px;
    /* height: 265px; */
    width: 100%;
    display: flex;
    justify-content: center;
    gap:10px;
    flex-direction: row;
    border-radius: 10px;
    margin-bottom: 1rem;
}
.card-left-img{
    width: 180px;
    height: 180px;
    flex-shrink: 0;
    border-radius: 20px;
    background: url("../img/card-img-left.png"), lightgray 50% / cover no-repeat;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.card-text>P{
    font-size: 14px;
    text-align: justify;
    word-break: keep-all;
}
.equal-height{
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.click-button{
    letter-spacing: .5px;
    border-radius: 10px;
    background: #4D49FE;
    text-decoration: none;
    color:white;
    line-height: 20px;
    padding: 5px 10px;
    font-size: 12px;
}
.click-button:hover{
    box-shadow: 0 4px 15px 0 rgb(77, 73, 254,.74);
}
.banner-img{
    /* height: calc(100% - 50%); */
    /* height: auto; */
    width: 100%;
    /* background-image: url('img/page1-banner.png'); */
    background-size: contain;
}
.text-card h3{
    color:#4D49FE;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-size: 24px;
}
.card-text p{
    font-size: 12px;
    text-align: justify;
    word-break: keep-all;
}
.search-row input,.search-row select{
    max-width: 30%;
    margin-right: 5px
}
.member-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
/* .member-img{
    border-radius: 50%;
} */
.member-img img{
    height: 200px;
    width: 200px;
    border-radius: 50%;
}
.member-info{
    text-align: center;
}
.member-info span{
  color:gray;
  letter-spacing: 1px;
}



.header{
	height:100px;
	padding:20px 0;
	 box-shadow: 0 8px 2px -2px #80808030;
}
.header nav{
	display:flex;
	justify-content:space-around;
	align-items:center;
}
.nav-content{
    display: flex;
    width: 100%;
    align-items: center;
    height: 100%;
}
.nav-bar{
    display: none;
}
.header-logo img{
	height:100px;
}
.search-bar{
	max-width: 480px;
    width: 100%;
	height: 41px;
	flex-shrink: 0;
	border:1px solid gray;
	border: 1px solid #CDCDCD;
	background: #F9FAFC;
	border-radius:6px;

}
.search-bar input{
	border:none;
	outline:none;
	width:100%;
	height:100%;
    padding: 20px;
    font-size: 12px;;
}
.nav-menu .nav-link-list{
	display:flex;
	justify-content:flex-start;
	align-items:center;
    margin-bottom: 0;
	gap:20px
}
.nav-link-list .nav-link a{
	display:flex;
	flex-direction:column;
	align-items:center;
	gap:5px;
	color: #4D49FE;
	text-align: center;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1.5px;
}
.nav-link-list .nav-link a img{
	height:20px;
	width:fit-content
}
.nav-link-btn{
	display:flex;
	gap:5px;
}
.nav-btn{
	/* width: 116px; */
	line-height:36px;
	/* height: 36px; */
	padding:0 20px;
	flex-shrink: 0;
	border-radius: 10px;
	background: #4B83FA;
	color:white;
	font-weight:500;
	text-transform:uppercase;
	letter-spacing:1px;
    border:1px solid #4B83FA;
}
.register-btn{
    border:2px solid #4B83FA;
}
.register-btn:hover{
    background-color: white;
    color:#4B83FA;
}
.login-btn{
	background-color:#4D49FE;
    border:2px solid #4D49FE;

}
.login-btn:hover{
    background-color:white;
    color: #4D49FE;
}
.footer{
	background: #EF2D52;
	padding:20px 12px;
}

.footer-box{
	display:flex;
	flex-direction:column;
	gap:12px;
}
.list-heading{
	margin:0;
	color:white;
	font-size:16px;
	font-weight:800;
	letter-spacing:1px;
}
.footer-heading-text{
	font-size:16px;
	font-weight:700;
	text-align:center;
	letter-spacing:1px;
	color:white;
	margin-bottom:20px;
}
.logo{
	height:20vh;
}
.footer-text{
	font-size:14px;
	color:white;
}
.footer-form{
	display:flex;
	gap:12px;
    flex-wrap: wrap;
}
.footer-form>input{
	height:36px;
}
.footer-form>input[type="text"]{
	border:none;
	outline:none;
	padding:0 12px;
	border-radius:6px;

}
.footer-form>input[type="submit"]{
	border:none;
	outline:none;
	padding:0 12px;
	border-radius:6px;
	border-radius: 10px;
	color:white;
background: #A80038;

}
.download-link{
	display:flex;
	gap:12px;
	flex-wrap:wrap;
}
.download-link-img{
	height:40px;
}
.footer-box ul{
	margin:0;
	padding:0;
}
.footer-box ul li a{
	/* color:white; */
	font-size:14px;
	letter-spacing:1px;
	color:#f1e6e6ee;

}
.footer-box ul li a:hover{
    color:white;
}
.footer-box ul.social-links li a{
	display:flex;
	align-items:center;
	justify-content:flex-start;
	gap:12px;
	color:#f1e6e6ee;
}
.footer-box ul.social-links li a:hover{
    color:white;
}
.footer-box ul.social-links li a i{
    background-color: white;
    padding: 2px;
    border-radius: 2px;
}
.fa-facebook{
	color:#1877f2;
}
.fa-youtube{
	color:#ff0000;
}
.fa-square-twitter{
	color:#14171a;
}
.fa-instagram{
	color:#c13584;
}
.fa-linkedin{
	color:#0a66c2;
}
#hide{
    display: none;
}
@media(max-width:992px){
	.header{
	position:relative;
	}
    /* .nav-content{
        /* display: none;
    } */
    nav .nav-menu{
        display: none;
		position:absolute;
		top:104px;
		left:0;
		padding:20px;
		flex-direction:column;
		background-color:rgba(255, 255, 255, 0.943);
	    box-shadow: 0 8px 1px -2px #80808030;

		z-index:100;
		width:100%;
    }
	.nav-menu .nav-link-list{
	flex-direction:column;
	}
    .header nav{
        justify-content: space-between;
        gap:20px;
    }
    .nav-bar{
        display: block;
        /* border:1px solid gray; */
        border-radius: 4px;
        padding: 5px;
    }
    .nav-bar i{
        font-size: 1.5rem;
		font-weight: 800;
		color:gray
    }
}
@media(max-width:576px){
    .card-left-img{
    width: 100%;
    height: auto;
    flex-shrink: 0;
    border-radius: 20px;
    background: url("../img/card-img-left.png"), lightgray 50% / cover no-repeat;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 16px;
}
}
