@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@300;400;500;700&display=swap');

* {
	font-family: 'Mukta', sans-serif;
	padding: 0;
	margin: 0;
	color: white;
	box-sizing:border-box;
	/* background: #000 !important;
  	color: #0f0 !important;
  	outline: solid #f00 1px !important; */
}

body{
	background-color:black;
}

.contact-btn {
	background: mediumpurple;
	border-radius: 999px;
	box-shadow: mediumpurple 0 10px 20px -10px;
	box-sizing: border-box;
	color: #FFFFFF;
	cursor: pointer;
	font-family: Inter,Helvetica,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Noto Color Emoji","Segoe UI Symbol","Android Emoji",EmojiSymbols,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans",sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	opacity: 1;
	outline: 0 solid transparent;
	padding: 8px 18px;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	width: fit-content;
	word-break: break-word;
	border: 0;
}

.contact-btn a {
	text-decoration: none;
	color: white;
}

.brand-name {
	font-size: 3rem;
	font-weight: 700;
}

.prim-color {
	color: mediumpurple;
}

.secon-color {
	color: gray;
}

.section-title {
	text-transform: uppercase;
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
	padding-top: 100px;
}

/* HERO SECTION */
#hero {
	background-color: black;
}


#hero .hero-img{
	height:450px;
}

#hero .hero-text {
	margin:100px;
	text-align: center;
	justify-content: center;

}

#hero .hero-text h2 {
	text-align: center;
	font-size: 2.5rem;
	font-weight: 500;
	padding-top: 20px;
	padding-bottom:20px;
	width:60%;
	margin:0 auto;
}

#hero .hero-text h3 {
	text-align: center;
	font-size: 1.3rem;
	font-weight: 600;
}

#hero .hero-text p {
	text-align: center;
	margin: 0 auto;
	max-width: 700px;
}


#hero .lan-btn-label h1 {
	font-size: 1rem;
	font-weight: 500;
	text-align:center;
}

/* INFO SECTION */

#info .section-title h1{
	padding-bottom: 50px;
	font-size:2.8rem;
}


#info .info-text {
	height: 100%;
	font-size: 1.1rem;
	padding-left:50px;
	padding-right:50px;
	padding-top:30px;
    padding-bottom:100px;
}

#info li {
	list-style-type: none;
}

#info .info-inner{
	background-image: url('./img/fingerprint_img1.png');
	background-repeat: no-repeat;
	background-size: cover;
	justify-content: center;
	background-color: rgba(0,0,0,0.6);
    background-blend-mode: darken;
    
}

#info .info-text .info-head h1{
	padding-bottom: 25px;
	font-size:1.6rem;
}

#info .info-img img {
	height:70%;
	width:70%;
	filter:brightness(300%);
}
#info .info-img{
	opacity:30%;
	text-align:center;
}
/* CONTACT SECTION */
#contact {
	background-image: url('./img/fingerprint_img3.png');
	background-repeat:round;
	background-size: 100%;
	/* background-color: black; */
}

#contact .section-title {
	padding-bottom: 70px;
	
}

#contact .contact-inner {
	justify-content: center;
	padding-bottom:100px;
}

.contact-inner .contact-text {
	color: black;
	width:60%;
}

.contact-inner .contact-text h1 {
	font-size: 1.2rem;
}

.contact-inner .contact-img {
	text-align:right;
}

.contact-inner .contact-img img {
	height: 400px;
	width: 400px;
	border: 8px solid black;
	border-radius: 50%;
}

/* FOOTER */
footer {
	background-color: black;
	text-align: center;
	font-size: 1rem;
}

/* Media Query For laptop */
@media only screen and (min-width: 990px) {

	#contact .contact-img{
		display:block;
	}
}

/* Media Query For Tablet */
@media only screen and (min-width: 600px) and (max-width: 990px) {

	#hero .hero-text h2 {
		font-size:2.2rem;
		width:90%;
	}

	#info .info-inner{
		padding:0;
		width:100%;
	}
	
	#info .info-inner .info-text{
		width:100%;
		margin:0 auto:
	}
	.contact-inner .contact-text {
		width:90%;
		margin:0 auto;
	}
	.contact-inner .contact-img {
		display: none;
		z-index:-5;
	}

	#contact{
		padding:0;
		background-repeat:initial;
	}
	#contact .contact-img{
		display:none;
	}
}

/* Media Query For Mobile */
@media only screen and (max-width:600px) {

	/* HERO.HEADER */
	.brand-name {
		font-size: 2.2rem;
		text-align:center;
		width:100%;
	}

	#hero .lan-btn-label h1 {
		font-size:0.9rem;
	}

	#hero ul{
		justify-content:center;
		width:100%;

	}

	/* HERO.MAIN */

	#hero  .hero-text h2 {
		font-size: 1.6rem;
		margin:0 auto;
		width:100%;
	}

	#hero  .hero-text h3 {
		padding-top: 25px;
		font-weight:500;
	}

	/* INFO */

	#info .section-title h1 {
		font-size: 1.8rem;
		font-weight:700;
	}
	#info .info-text .info-head h1{
		font-size:1.2rem;
	}


	/* Contact */
	#contact .contact-inner{
		margin:0 auto;
		padding:0;
	}


	#contact  .contact-text {
		font-size: 1.2rem;
		width:100%;
		height:100%;
		margin:0 auto;
		padding:0;
	}
	#contact .section-title {
		padding-bottom:20px;
	}
	#contact{
		padding-bottom:50px;
		height:100%;
	}
	#contact .contact-img{
		display: none;
	}
}