@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,500;1,600;1,700;1,800&display=swap');


body {
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 500;
}

:root {
	--theme: #BE2C75;
	--darktheme: #A81D63;
	--white: #ffffff;
}

a {
	text-decoration: none;
}

.profilesection {
	/*	background-color: var(--theme);*/
	background-image: url(../../assets/img/bg.svg);
	background-image: url(../../assets/img/bg.svg);
    height: 400px;
    width: 100%;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
}

.profileimg {
	width: 230px;
	height: 230px;
	border-radius: 50%;
	box-shadow: 0 5px 15px -8px rgba(0, 0, 0, .24), 0 8px 10px -5px rgba(0, 0, 0, .2);
	border: 8px solid #fff;
	overflow: auto;
	display: flex;
	align-items: center;
	vertical-align: middle;
	margin: 0 auto;
	margin-top: -300px;
}

.profileimg img {

	background-size: cover;
	width: 100%;
	background-position: center center;
	;

}

.wrapper {
	max-width: 500px;
	margin: 0 auto;

}

section {
	margin-top: 30px;
	margin-bottom: 30px;
}

.img-user {
	display: flex;
	justify-content: center;
	padding: 50px 0;
}

.text-pink {

	color:var(--theme);
}

.bg-theme {
	background-color: var(--theme);
}

.bg-green {
	background-color: #65d14b;
}

.text-black {
	color: black;
}

.text-blue {
	color: var(--theme);
}

.card-icon {
	float: right;

}

.whatapps-chat {
	margin-top: -50px;
	position: absolute;
	right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	;
}

.social-icon {

	height: 55px;
	width: 55px;
	border-radius: 50px;
	background-color: #65d14b;
	display: flex;
	align-items: center;
	justify-content: center;
	;
}

.card-img-top {
	height: 240px;
	object-fit: cover;
}

.gallery_sec {
	width: 100%;
	padding: 20px 0;
}

.heading {
	width: 100%;
	text-align: center;
	padding: 20px;
}

.gallery_sec img {
	width: 100%;
	margin-bottom: 30px;
	height: 220px;
}

.gallery_sec a {
	position: relative;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}


.gallery_sec a::before {
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	background: none;
	background-size: contain;
	background-repeat: no-repeat;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.gallery_sec img {
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.gallery_sec a:hover img {
	position: relative;
	width: 100%;
}

.gallery_sec a:hover img {
	opacity: 0.2;
}

.gallery_sec a:hover::before {
	position: absolute;
	content: "";
	width: 50px;
	height: 50px;
	background: url(https://i.ibb.co/3fMkjjF/Resize.png);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 99;
}

p {
	font-size: 20px;
	font-weight: 500;
}

.profiletag {
	text-decoration: none;
	font-size: 20px;
	font-weight: 500;
	color: #212529;
}

.btn {
	font-size: 18px !important;
}

.profilecontact i {
	font-size: 20px;
	margin-top: 15px;
}

.liststyle li {
	font-size: 20px;
}

.icon-bgc {
	height: 55px;
	width: 55px;
	float: left;
	border-radius: 70%;
	margin: 0.3em;
	text-align: center;
	padding: 15px 12px;
	background-color: var(--theme);
}

.icon-bgc-twitter {
	height: 55px;
	width: 55px;
	float: left;
	border-radius: 70%;
	margin: 0.3em;
	text-align: center;
	padding: 15px 12px;
	background-color: #4cd9eb;
}

.icon-bgc-insta {
	height: 55px;
	width: 55px;
	float: left;
	border-radius: 70%;
	margin: 0.3em;
	text-align: center;
	padding: 15px 12px;
	background-color: #fc4d6c;
}

.icon-bgc-whatsapp {
	height: 55px;
	width: 55px;
	float: left;
	border-radius: 70%;
	margin: 0.3em;
	text-align: center;
	padding: 15px 12px;
	background-color: #65d14b;
}


.icon-bgc i {
	font-size: 28px;

}


.btn-primary {
	color: #fff;
	background-color: var(--theme);
	border-color: var(--theme);
}

.btn-primary:hover {
	color: #fff;
	background-color: var(--darktheme);
	border-color: var(--darktheme);
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
	color: #fff;
	background-color: var(--darktheme);
	border-color: #0a58ca;
	box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, .5);
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: var(--darktheme);
	border-color: var(--darktheme);
}

.position-relative {
	position: relative;
}

@media screen and (max-width: 768PX) {}

.list-icon {
	margin-bottom: 20px !important;
}

.card {
	margin-top: 10px;
}
}