@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    margin: 0;
    padding: 0;
	box-sizing: border-box;  
	font-family: 'Montserrat', sans-serif;
} 
body{
	background: #17161A;  
	scroll-behavior: smooth;  
}
.container{ 
	position: relative;
}
.navbar{
	padding: 5px 0;
	height: 60px;
	overflow: hidden;
}
.navbar .navbar-brand img{
	height: 40px;
	width: 40px;
}
.navbar-text{
	color: #f5f5f5;
}
.gallery1{  
	padding: 20px;
	width: 100%; 
	margin: 0 auto;  
}
.gallery1 ul{     
	display: flex;
	margin-bottom: 10px;
	justify-content: center;
} 
.gallery1 ul li{  
	list-style: none;
	border: 2px solid #7C06E4;     
	padding: 8px 25px;  
	margin: 5px;
	letter-spacing: 1px;
	cursor: pointer;   
	text-align: center; 
	color: #BDB7CE;   
}
.gallery1 ul li:hover{  
	background: #7c06e4;
	transition: ease-in-out .3s;   
}
.box-sec{ 
	transform-style: preserve-3d;
	justify-content: space-between;
}
.col-md-4{
	margin-top: 25px;
}
.box-sec .cards{      
	position: relative; 
	height: 250px;   
	transform-style: preserve-3d;
	perspective: 1000px;    
	cursor: pointer;
}
.box-sec .cards .boxs{ 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	transition: 1s ease;  
}
.box-sec .cards:hover .boxs{ 
	transform: rotateY(180deg);
}
.box-sec .cards .boxs .imgBx{
	position: absolute; 
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.box-sec .cards .boxs .imgBx img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover; 
}
.box-sec .cards .boxs .contentBx{
	position: absolute;  
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f5f5f5;    
	backface-visibility: hidden;
	display: flex;  
	justify-content: center;
	align-items: center;
	transform-style: preserve-3d;
	transform: rotateY(180deg); 
}
.box-sec .cards .boxs .contentBx div{
	transform-style: preserve-3d;
	padding: 20px 12px; 
	background: #000;  
	transform: translateZ(90px);    
	width: 95%;
}
.box-sec .cards .boxs .contentBx h2{  
	color: #fff;
	font-size: 16px; 
	letter-spacing: 1px;     
}
.box-sec .cards .boxs .contentBx p{  
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;    
	font-weight: 400; 
	padding-bottom: 10px;   
}
.box-sec .cards .boxs .contentBx a{  
	padding: 6px 22px;  
	background: rgba(124, 6, 228, 0.226);  
	color: #fff; 
	border: 1px solid #7C06E4;
	font-size: 14px;  
	font-weight: 400;
	text-decoration: none;   
}
.box-sec .cards .boxs .contentBx a:hover{
	background: #7C06E4;  
	transition: ease-in-out .4s;
}
.up-btn{ 
	position: fixed;  
	bottom: 60px;
    right: 40px; 
    background: #795de6;
    color: #fff;
    padding: 14px 10px;
    font-size: 14px;
	border-radius: 50%;
	transition: all .3s;  
}


@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    margin: 0;
    padding: 0;
	box-sizing: border-box;  
	font-family: 'Montserrat', sans-serif;
} 
body{
	background: #17161A;  
	scroll-behavior: smooth;  
}
.container{ 
	position: relative;
}
.navbar{
	padding: 5px 0;
	height: 60px;
	overflow: hidden;
}
.navbar .navbar-brand img{
	height: 40px;
	width: 40px;
}
.navbar-text{
	color: #f5f5f5;
}
.gallery1{  
	padding: 20px;
	width: 100%; 
	margin: 0 auto;  
}
.gallery1 ul{     
	display: flex;
	margin-bottom: 10px;
	justify-content: center;
} 
.gallery1 ul li{  
	list-style: none;
	border: 2px solid #7C06E4;     
	padding: 8px 25px;  
	margin: 5px;
	letter-spacing: 1px;
	cursor: pointer;   
	text-align: center; 
	color: #BDB7CE;   
}
.gallery1 ul li:hover{  
	background: #7c06e4;
	transition: ease-in-out .3s;   
}
.box-sec{ 
	transform-style: preserve-3d;
	justify-content: space-between;
}
.col-md-4{
	margin-top: 25px;
}
.box-sec .cards{      
	position: relative; 
	/* width: 300px;    */
	height: 250px;   
	transform-style: preserve-3d;
	perspective: 1000px;    
	cursor: pointer;
}
.box-sec .cards .boxs{ 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	transition: 1s ease;  
}
.box-sec .cards:hover .boxs{ 
	transform: rotateY(180deg);
}
.box-sec .cards .boxs .imgBx{
	position: absolute; 
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.box-sec .cards .boxs .imgBx img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover; 
}
.box-sec .cards .boxs .contentBx{
	position: absolute;  
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f5f5f5;    
	backface-visibility: hidden;
	display: flex;  
	justify-content: center;
	align-items: center;
	transform-style: preserve-3d;
	transform: rotateY(180deg); 
}
.box-sec .cards .boxs .contentBx div{
	transform-style: preserve-3d;
	padding: 20px 12px; 
	background: #000;  
	transform: translateZ(90px);    
	width: 95%;
}
.box-sec .cards .boxs .contentBx h2{  
	color: #fff;
	font-size: 16px; 
	letter-spacing: 1px;     
}
.box-sec .cards .boxs .contentBx p{  
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;    
	font-weight: 400; 
	padding-bottom: 10px;   
}
.box-sec .cards .boxs .contentBx a{  
	padding: 6px 22px;  
	background: rgba(124, 6, 228, 0.226);  
	color: #fff; 
	border: 1px solid #7C06E4;
	font-size: 14px;  
	font-weight: 400;
	text-decoration: none;   
}
.box-sec .cards .boxs .contentBx a:hover{
	background: #7C06E4;  
	transition: ease-in-out .4s;
}
.up-btn{ 
	position: fixed;  
	bottom: 60px;
    right: 40px; 
    background: #795de6;
    color: #fff;
    padding: 14px 10px;
    font-size: 14px;
	border-radius: 50%;
	transition: all .3s;  
}


