@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@200;400&display=swap');
@import url(//fonts.googleapis.com/css?family=Lato:300:400);

/* Wavy background */

body {
	margin: 0;
}

h1 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	letter-spacing: 2px;
	font-size: 48px;
}

p {
	font-family: 'Lato', sans-serif;
	letter-spacing: 1px;
	font-size: 1.4em;
}

.header {
	position: relative;
	text-align: center;
	background: linear-gradient(60deg, rgba(84, 58, 183, 1) 0%, rgba(0, 172, 193, 1) 100%);
	color: white;
}

.logo {
	width: 50px;
	fill: white;
	padding-right: 15px;
	display: inline-block;
	vertical-align: middle;
}

.inner-header {
	height: 5vh;
	width: 100%;
	margin: 0;
	padding: 0;
}

.flex {
	/*Flexbox for containers*/
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.waves {
	position: relative;
	width: 100%;
	height: 15vh;
	margin-bottom: -7px;
	/*Fix for safari gap*/
	min-height: 100px;
	max-height: 150px;
}

.content {
	position: relative;
	height: 20vh;
	text-align: center;
	background-color: white;
}

/* Animation */

.parallax>use {
	animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
	animation-delay: -2s;
	animation-duration: 7s;
}

.parallax>use:nth-child(2) {
	animation-delay: -3s;
	animation-duration: 10s;
}

.parallax>use:nth-child(3) {
	animation-delay: -4s;
	animation-duration: 13s;
}

.parallax>use:nth-child(4) {
	animation-delay: -5s;
	animation-duration: 20s;
}

@keyframes move-forever {
	0% {
		transform: translate3d(-90px, 0, 0);
	}

	100% {
		transform: translate3d(85px, 0, 0);
	}
}

/*Shrinking for mobile*/
@media (max-width: 768px) {
	.waves {
		height: 40px;
		min-height: 40px;
	}

	.content {
		height: 30vh;
	}

	h1 {
		font-size: 24px;
	}
}




/* ~~~~~~~~~~~~~~ Global ~~~~~~~~~~~~~~ */
/* .bg-primary, .btn-primary {
    background-color: #000c3a!important;
} */

:root {
	--bg-color: #FFFFFF;
	--typewriterSpeed: 2s;
}

body {
	font-family: 'Source Code Pro', monospace;
}

h1 {
	font-family: 'Source Code Pro', monospace;
	font-size: clamp(1rem, 3vw + 1rem, 4rem);
	position: relative;
	width: max-content;
}


/*tech tips*/

section.top_page_img.halfscreen {
	min-height: 52vh;
}

/*Tech Tip header */
#tech-tips-header h2 {
	font-size: 2em;
	text-align: start;
	padding-bottom: 10px;
}

.blue_color {
	color: #008dff;
	text-align: center;
	padding: 50px;
}

#section-main .container p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
}

#tech-tips-header .container h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
}

#tech-tips-header .container p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
}

/*header typewritter */

h1::before,
h1::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

h1::before {
	background: var(--bg-color);
	animation: typewriter var(--typewriterSpeed) steps(23) forwards;
}

h1::after {
	width: 0.125em;
	background: black;
	animation: typewriter var(--typewriterSpeed) steps(23) forwards, blink 750ms steps(24) infinite;

}

.subtitle {
	color: black;
	font-size: 2em;
	font-weight: 900;
	opacity: 0;
	transform: translateY(3rem);
	animation: fadeInUp 2s 2.5s ease forwards;
	padding-left: 236px;
}

@keyframes typewriter {
	to {
		left: 100%
	}
}

@keyframes blink {
	to {
		background: transparent;
	}
}

@keyframes fadeInUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}











.bg-secondary,
.btn-secondary {
	background-color: #6b6a6a !important;
}

button.btn,
.btn:not(.close):not(.mfp-close) {
	background-color: #0D6EFD !important;
	border-color: #0D6EFD !important;
}

button.btn,
.btn:not(.close):not(.mfp-close):hover {
	background-color: #66b2df !important;
	border-color: #66b2df !important;
}

section {
	padding: 10px 0;
}

.icon_spacing {
	margin-right: 5px;

}

.portfolio-item .portfolio-description a,
.portfolio-item .grid-description a,
.portfolio-item .portfolio-links a,
.grid-item .portfolio-description a,
.grid-item .grid-description a,
.grid-item .portfolio-links a {
	color: white;

}


.modal_header {
	display: inline;
}

/* Nav */
#header .header-inner {
	background-color: white;
}

#mainMenu nav>ul>li>a {
	text-decoration: none;
	font-size: 16px;
}

#mainMenu nav>ul>li>a:hover {
	color: #6b6a6a;
}

#mainMenu nav>ul>li .dropdown-menu>li>a {
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
}


#header-icon {
	margin-right: -10px;
	font-variant: small-caps;
}



#header-email {
	padding-left: 0;
	color: black;
}


/* Home Page */
#home-landing-img {
	background-position: 100% 30%;
	opacity: 0.798654321;
}


.maiyo_primay {
	width: 15%;
}



#opening-text {
	color: white;
	line-height: 1em;
	font-size: 3.7em;
	font-weight: 400;
	margin-left: 80px;
	margin-top: -250px;
	height: 57px;
	/* font-family: 'Heebo', sans-serif */
}

#home-about-img .about_us h2,
#home-about-img .about_us h5 {
	text-shadow: 3px 3px black;
	font-weight: bold;


}

#home-about-img .about_us a {
	text-decoration: none;
}





/* #opening-cite {
	text-align: right;
} */

#mini-about-section #mini-about-text {
	/* border-bottom: 5px solid #000c3a; */
	background-image: url("../images/background/whitewall2.jpg");
	background-position: 59% 46%;
	background-size: cover;
	padding: 3vh 5vh;
	opacity: 0.8;
}

#mini-about-text h3 {
	font-size: 1.7em;
	margin-top: 20px;
	width: 80%;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	margin-left: 100px;
	color: #000000;
	text-shadow: 2px 2px #ffffff;
}


#mini-about-section #home-message-img {
	/* background-image: url("../images/background/nasa.jpg"); */
	background-position: center center;
	background-size: cover;
	background-color: steelblue !important;


}


#mini-about-section #home-about-img {
	background-image: url("../images/background/coding-background.jpg");
	background-position: 59% 46%;
	background-size: cover;

}

#mini-about-section #home-about-img h2 {
	padding-top: 15vh;
	margin-bottom: 0;
	color: white;
}

#mini-about-section #home-about-img h2:hover {
	color: #8da8ce;
}

#mini-about-section .icon-box {
	margin: 35px 0;
}

.icon-box.center p {
	font-size: 2em;
}

#home-meet-btn {
	margin-top: 5vh;
}

#mini-services-section .background_black {
	background-color: black;
}

#mini-services-section .background_black img {
	opacity: 0.5;
	height: 280px;
}

.heading-text h4 {
	font-size: 34px;
	margin-bottom: 30px;
	letter-spacing: -.7px;
	line-height: 40px;
	color: #779ed5;
}


/* About Us */
#about-landing-img.halfscreen {
	min-height: 36vh;
	background-position: 100% 65%;
}

#about-text-section .card .card-header {
	background-color: white;
	border-bottom: 2px solid #000C3A;
}

#about-text-section p {
	font-size: 1.35rem;
}

#about-text-section p:not(:last-child) {
	margin-bottom: 20px;
}

#technology-icons img {
	width: 30%;
	align-items: center;
	justify-content: center;
}

.technologies_header {
	color: #19a5eb;
	font-family: sans-serif;
	font-size: 2.5rem;
	font-weight: normal;
	text-align: center;
}

#attorneys-section {
	padding-top: 0px;
	padding-bottom: 0px;
}

.attorney_card {
	/*height: 64vh;*/
	text-align: center;
}

#attorneys-section .attorney_card .btn {
	height: 45px;
	width: 115px;
	position: relative;
}

.card-text {
	height: 80px;
}

.portfolio-item .portfolio-description {
	margin-top: -15px;
	padding: 0;
}

#services-card .background_black {
	background-color: black;

}

#services-card .background_black img {
	opacity: 0.5;

}

#services-card .background_black .img_project {
	height: 206px;

}


/* Portal */
#madden-portal {
	/* padding: 3px; */
	background-color: rgba(148, 148, 148, 0.6);
	position: fixed;
	width: 50%;
	height: auto;
	border: 3px solid black;
	margin: auto;
	top: 15vh;
	right: 0;
	left: 0;
	z-index: 999;
	/* border-radius: 15px; */
	display: none;
}

#madden-portal .card {
	margin: 0;
}

#madden-portal .card .card-header {
	background-color: white;
	border-bottom: 2px solid #000C3A;
}

#madden-portal .card .card-body {
	background-color: white;
}

#madden-portal h4:not(:last-child) {
	margin-bottom: 20px;
}

/* Portal */
#madden-portal-services {
	padding: 15px;
	background-color: rgba(255, 245, 245, 100%);
	position: fixed;
	width: 60%;
	height: 60%;
	border: 3px solid black;
	margin: auto;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 999;
	border-radius: 15px;
	display: none;
}

.portal_container {
	height: 100%;
	width: 100%;
	border: 1px solid black;
	border-radius: 5px;
}

#madden-portal-services .card .card-header {
	background-color: white;
	border-bottom: 2px solid #000C3A;
}



#address-card-body h5 {
	font-size: 1.1em;
}


/*footer*/

#footer #footer_top dl,
ol,
ul {
	list-style: none;
}

#footer .footer-content {
	padding: 20px 0 0px 0;
}



/* #copyright-content .copyright-text { 
	color: #000 !important;
} */

/* Services CSS */

#services-card h3 {
	text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.90);
}

#service-header {
	font-size: 2.2em !important;
}

#services-card h4 {
	font-size: 1em;
}

.card_title_img12 h4 {
	font-size: 0.8em;
}

#service-title {
	font-size: 3em;
	text-align: center;
	font-weight: 700;
	height: 60px;
}

#service-description {
	padding-top: 40px;
	font-size: 1.8em;
	text-align: center;
	flex-wrap: inherit;
	padding-right: 15px;
	padding-left: 15px;
}

#modal-close-row {
	position: absolute;
	width: 100%;
	bottom: 25px;
	left: 15px;
}

/* contact page */

/* .card .card-header {
	background-color: #000C3A;
    border-bottom: 1px solid #e6e8eb;
    font-weight: 600;
    padding: 1.8rem 2rem;

  
} */
/* .text-orange {
	color: orange;
} */

.contact-section {
	padding-top: 100px;
	padding-bottom: 100px;
	padding-left: 700px;
}


.contact-info {
	color: #52616b;
	/* max-width: 500px; */
	line-height: 65px;
	/* padding-left: 40px; */
	font-size: 17px;
}

#contactmeee {
	padding: 15px;
}

.card .card-header h3 {
	color: black;
}

.card .card-header .contact_header {
	color: #37A5EB;
}

.contact_us_now {
	text-decoration: none;
}


/*loader */

/* .loading_footer {
	position: absolute;
	margin: auto;
	width: 450px;
	top: -50vh;
	right: 0;
	left: 0;
	padding: 25px;
	border-radius: 10px;
	background-color: lightgray;
	z-index: 999;
} */








/* ~~~~~~~~~~~~~~~~~~~ LEGALSHIELD ~~~~~~~~~~~~~~~~~~~ */
/* Member Services Page */
#member-services-list ul li {
	font-size: 1.25rem;
}

.legalshield_card .card-body {
	background-color: lightgray;
}

#membership-services-landing-img.halfscreen {
	min-height: 36vh;
	background-position: 100% 65%;
}

#using-membership-section {
	padding: 3em 0;
}

#using-membership-landing-img.halfscreen {
	min-height: 36vh;
	background-position: 100% 65%;
}

#logo img {
	width: 10%;
}


/* #logo a {
	text-decoration:none;
	font-size:32px;
	color:white;
	text-shadow: 1px 1px 0 #000,
    -1px 1px 0 #000,
    1px -1px 0 #000,
    -1px -1px 0 #000,
    0px 1px 0 #000,
    0px -1px 0 #000,
    -1px 0px 0 #000,
    1px 0px 0 #000,
    2px 2px 0 #000,
    -2px 2px 0 #000,
    2px -2px 0 #000,
    -2px -2px 0 #000,
    0px 2px 0 #000,
    0px -2px 0 #000,
    -2px 0px 0 #000,
    2px 0px 0 #000,
    1px 2px 0 #000,
    -1px 2px 0 #000,
    1px -2px 0 #000,
    -1px -2px 0 #000,
    2px 1px 0 #000,
    -2px 1px 0 #000,
    2px -1px 0 #000,
    -2px -1px 0 #000;
} */

.footer_logo {
	width: 100%;
	margin-top: -4vh;
}

.text_shawdow_border {
	text-shadow: 1px 1px 0 #000,
		-1px 1px 0 #000,
		1px -1px 0 #000,
		-1px -1px 0 #000,
		0px 1px 0 #000,
		0px -1px 0 #000,
		-1px 0px 0 #000,
		1px 0px 0 #000,
		2px 2px 0 #000,
		-2px 2px 0 #000,
		2px -2px 0 #000,
		-2px -2px 0 #000,
		0px 2px 0 #000,
		0px -2px 0 #000,
		-2px 0px 0 #000,
		2px 0px 0 #000,
		1px 2px 0 #000,
		-1px 2px 0 #000,
		1px -2px 0 #000,
		-1px -2px 0 #000,
		2px 1px 0 #000,
		-2px 1px 0 #000,
		2px -1px 0 #000,
		-2px -1px 0 #000;
}



.text_shawdow_border_light {
	text-shadow: 1px 1px 0 #fff,
		-1px 1px 0 #000,
		1px -1px 0 #000,
		-1px -1px 0 #000,
		0px 1px 0 #000,
		0px -1px 0 #000,
		-1px 0px 0 #000,
		1px 0px 0 #000,
		2px 2px 0 #000,
		-2px 2px 0 #000,
		2px -2px 0 #000,
		-2px -2px 0 #000,
		0px 2px 0 #000,
		0px -2px 0 #000,
		-2px 0px 0 #000,
		2px 0px 0 #000,
		1px 2px 0 #000,
		-1px 2px 0 #000,
		1px -2px 0 #000,
		-1px -2px 0 #000,
		2px 1px 0 #000,
		-2px 1px 0 #000,
		2px -1px 0 #000,
		-2px -1px 0 #000;
}

.br {
	font-size: 1em;
}

.card-body h4 {
	margin-top: 10px;
}


.social-iconss {
	font-size: 20px;
	text-align: center;
	padding-left: 308px;

}

.social-iconss a {
	color: #66b2df !important;
}

#skills-achievements .container {
	max-width: 1200px;
	margin: auto;
	padding: 20px;
}

#skills-achievements .section-title {
	text-align: center;
	margin-bottom: 40px;
}

#skills-achievements .skills,
.achievements,
.nda-projects {
	margin-bottom: 30px;
}

#skills-achievements .skills ul,
.achievements ul {
	list-style-type: none;
	padding: 0;
}

#skills-achievements .skills li,
.achievements li {
	background: #f0f0f0;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 5px;
}


#home-landing-img .social-iconss .fa-4x {
	font-size: 4em;
	color: steelblue;
	text-shadow: 0 0 3px #00BFFF, 0 0 6px #00BFFF;
	/* Slightly reduced glow for normal state */
	transition: text-shadow 0.3s ease;
	/* Smooth transition for the glow effect */
}

#home-landing-img .social-iconss .fa-4x:hover {
	text-shadow: 0 0 5px #00BFFF, 0 0 10px #00BFFF, 0 0 15px #00BFFF;
	/* Slightly more glow on hover */
}

#maiyo-info-modal .card-body {

	overflow-y: auto;
	/* Enables vertical scrolling if the content overflows */
	max-height: 500px;
	/* Adjust based on your preference or modal size */
}