@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@500&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.priyanshu {
	margin-top: 30px;
	margin-right: 2px;
	*/
}

.priyanshu h1 {
	font-size: 60px;

}

.priyanshu p {

	line-height: 30px;
	margin-top: 20px;
}

.aaa img {
	height: 300px;
	margin-top: 130px;
	margin-left: 30px;
}

.bbb img {
	height: 300px;
	margin-top: 130px;
	margin-left: 30px;
}

.abt_img {
	display: flex;
}

.about-section {
	position: relative;
	padding: 120px 0px;
}

.about-section .content-column {
	position: relative;
	margin-bottom: 40px;
}

.about-section .content-column .inner-column {
	position: relative;
	padding-top: 50px;
	padding-right: 100px;
}

.about-section .content-column .text {
	position: relative;
	color: #777777;
	font-size: 15px;
	line-height: 2em;
	margin-bottom: 40px;
}

.about-section .content-column .email {
	position: relative;
	color: #252525;
	font-weight: 700;
	margin-bottom: 50px;
}

.about-section .image-column {
	position: relative;
	margin-bottom: 50px;
}

.about-section .image-column .inner-column {
	position: relative;
	padding: 40px 40px 0px 0px;
	margin-left: 50px;
}

.about-section .image-column .inner-column:after {
	position: absolute;
	content: '';
	right: 0px;
	top: 0px;
	left: 40px;
	bottom: 100px;
	z-index: -1;
	border: 2px solid red;
}

.about-section .image-column .inner-column .image {
	position: relative;
}

.about-section .image-column .inner-column .image:before {
	position: absolute;
	content: '';
	left: -50px;
	bottom: -50px;
	width: 299px;
	height: 299px;
	background: url(img/pattern-2.png) no-repeat;
}

.about-section .image-column .inner-column .image img {
	position: relative;
	width: 100%;
	display: block;
}

.about-section .image-column .inner-column .image .overlay-box {
	position: absolute;
	left: 40px;
	bottom: 48px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box {
	position: relative;
	color: #252525;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4em;
	padding-left: 85px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box .number {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 80px;
	height: 80px;
	color: #ed1e26;
	font-size: 48px;
	font-weight: 700;
	line-height: 105px;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #000000;
}

.about-section .btn-style-three:before {
	position: absolute;
	content: '';
	left: 10px;
	top: 10px;
	z-index: -1;
	right: -10px;
	bottom: -10px;
	background: url(https://i.ibb.co/DKn55Qz/pattern-1.jpg) repeat;
}

.about-section .btn-style-three:hover {
	color: #ffffff;
	background: #d7a449;
}

.about-section .btn-style-three {
	position: relative;
	line-height: 24px;
	color: #252525;
	font-size: 15px;
	font-weight: 700;
	background: none;
	display: inline-block;
	padding: 11px 40px;
	background-color: #ffffff;
	text-transform: capitalize;
	border: 2px solid #d7a449;
	/* font-family: 'Arimo', sans-serif; */
}

.sec-title2 {
	color: #fff;
}

.sec-title {
	position: relative;
	padding-bottom: 40px;
}

.sec-title .title {
	position: relative;
	color: #ed1e26;
	font-size: 18px;
	font-weight: 700;
	padding-right: 50px;
	margin-bottom: 15px;
	display: inline-block;
	/* text-transform: capitalize; */
}

.sec-title .title:before {
	/* position: absolute; */
	content: '';
	right: 0px;
	bottom: 7px;
	width: 40px;
	height: 1px;
	background-color: #bbbbbb;
}

/* 
.jjj{
	height: 630px;
	background-color: black ;
	width: 100%;
	margin-top: 1px;
}
.ddd{
	color: white;
	text-align: center;
}
.card-one{
	background-color:;
	width: 85%;
	height: 450px;
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 100px;

}
.card-body-t{
	background-color: blue;
	width: 80%;
	max-height: 700px;
	text-align: center;
	margin-left: 40px;

}
.card-title{
	font-size: 40px;
	color: red;
}
.card-text h1{
	color: red;
	padding-top: 10px;
	font-size: 70px;
}
.card-text p{
	color: white;
	padding-top: 2px;
	font-size: 20px;

}
.card-text button{
	width:40%;
	height: 50px;
	border-radius: 50px;
	background-color: #363636;
	color: #fff;
	font-size: 16px;
	margin-left: 2%;
	margin-bottom: 30px;
	margin-top: 70px;
} */






a, a:visited {
	color: #76b7f7;
}

body {
	background-color: whitesmoke;
	color: #777777;

}



.deck {
	/* display: grid; */
	height: auto;
	justify-content: space-around;
	grid-template-rows: 1fr 50px;
	justify-items: center;
	text-align: justify;
	align-items: center;
	/* -webkit-perspective: 2000px; */
	/* perspective: 2000px; */
	margin-bottom: 5rem;

}

.deck {
	display: flex;
	max-width: 90%;
	flex-wrap: wrap;
}


.face-front h1 {
	text-align: center;
}

.card {
	border-radius: 10px;
	height: 400px;
	min-width: 90%;


}

.mv-card {
	border-radius: 10px;
}

.mv-card:hover {
	/* box-shadow: rgb(182, 229, 230) 0px 25px 45px; */
	box-shadow: rgb(198, 192, 204) 16px 17px 18px;
}



/* @media screen (max-width: 992px) {
	.deck {
		display: flex;
		flex-direction: column;
	}
} */

@media screen (max-width: 576) {
	.card {
		width: 90% !important;
	}

	.mv-card {}



}

@media only screen and (max-width: 992px) {
	.mv-card-1 {
		margin-bottom: 4rem;
		margin-top: -100px;
	}

	.mv-row {
		margin: 20px 0px;
	}
}

/* @media (max-width: 576px) {
	.mv-row {
		margin: 20px 0px;
	}
} */


/* ================================== */