@import url("https://fonts.googleapis.com/css2?family=Montserrat&amp;display=swap");


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




:root {
    --primary-purple: #6a0dad; /* A deep purple */
    --light-purple: #e6e6fa; /* Lavender blush */
    --text-dark: #333;
    --text-light: #555;
    --yellow-accent: #ffd700; /* Gold */
    --border-color: #ddd;
}

body {
	width: 100%;

	font-family: "Montserrat", sans-serif;
	height: 100%;
}

.title {
	font-size: 5em;
	font-weight: bold;
	margin-bottom: 0.2em;
}

.text {
	font-size: 1.25em;
}

@media only screen and (min-width: 420px) {
	.social svg {
		height: 2.25em;
		width: 2.25em;
	}
	.title {
		font-size: 8em;
	}
	.text {
		font-size: 1.5em;
	}
}

#sport-link,
#team-link {
	cursor: pointer;
}

.lg-backdrop {
	z-index: 9998;
}
.lg-outer {
	z-index: 9999;
}
.gallery-container {
	display: none;
}

#modelpop2 a {
	text-decoration: none;

	display: contents;
}

.ptb-30 {
	padding-top: 30px;

	padding-bottom: 30px;
}

.ptb-70 {
	padding-top: 70px;

	padding-bottom: 70px;
}

a:hover {
	text-decoration: none;
}

.modal-title.tab {
	margin-bottom: 0;

	line-height: 1.5;

	font-weight: bold;
	background-color: #b4c9ff;

	margin-bottom: 10px;
}
/* 
.hero-sec {
	width: 100%;

	padding: 20px 0px 50px 0px;
} */



/* Resume Button Styling */
.btn-outline-secondary {
    background-color: transparent;
    border: 2px solid #f7bbd7;
    /* color: #fff; */
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.btn-outline-secondary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #f7bbd7;
    transition: left 0.3s ease-out;
    z-index: -1;
    color: #000;
}

.btn-outline-secondary:hover {
    color: #000;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.btn-outline-secondary:hover::before {
    left: 0;
}





/* Hexagonal background pattern (approximated) */
/* .container::before,
.container::after {
    content: '';
    position: absolute;
    z-index: -1;
    opacity: 0.1;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="86.6"><path d="M50 0L100 28.8675V86.6L50 115.4675L0 86.6V28.8675Z" fill="%236a0dad" stroke="%236a0dad" stroke-width="1"/></svg>');
    background-size: 80px; 
    background-repeat: repeat;
} */

/* .container::before {
    top: -50px;
    right: -50px;
    width: 300px;
    height: 300px;
    transform: rotate(30deg);
}

.container::after {
    bottom: -50px;
    left: -50px;
    width: 300px;
    height: 300px;
    transform: rotate(-60deg);
} */


/* Header and Hero Section */
.hero-section {
    display: flex;
    justify-content: space-between;
	background-image: url(/assets/img/studio-background-.jpg);
	background-size: cover;
    align-items: center;
    padding: 30px 60px; /* Added horizontal padding for content within the full width container */
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
}

.hero-content {
    flex: 2;
    padding-right: 40px;
	margin-bottom: 30px;
    min-width: 300px; /* Ensure content doesn't shrink too much */
    margin-top: 30px;
}

.welcome-text {
    color: #ffe0f0;
    font-size: 0.9em;
	margin-left: 3px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-weight: 800;
}

.hero-content h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 3.5em;
    margin: 0 0 15px 0;
    line-height: 1.1;
    color: #000;
}

.hero-content h1 .highlight {
    color: #ffa6c0;
	font-weight: 600;
    /* border-bottom: 4px solid var(--yellow-accent); */
    padding-bottom: 5px;
}

.intro-text {
    font-size: 20px;
    font-weight: 400;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px;
	margin-top: 20px;
}

.view-resume-btn {
    display: inline-block;
    background-color: var(--yellow-accent);
    color: var(--text-dark);
    
    padding: 12px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color all 300ms ease 0ms;
}

.view-resume-btn:hover {
    background-color: #164c69; /* Slightly darker yellow */
	color: white;
    
}

.view-resume-btn .arrow {
    margin-left: 8px;
    font-size: 1.2em;
}

.hero-image-container {
    /* flex: 1; */
	width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px; /* Add some padding around the image */
  /*  background-color: var(--primary-purple);  Background for the border effect */
    border-radius: 15px; /* Rounded corners for the container */
    overflow: hidden; /* Ensure image doesn't overflow */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    min-width: 250px; /* Ensure image container has a min width */
}

.hero-image {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 10px; /* Slightly rounded corners for the image itself */
    border: 5px solid white; /* White border as seen in the image */
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
}





/* Keyframes for the background gradient movement */
@keyframes gradientMove {
    0% { background-position: 0% 0%; }
    100% { background-position: 100% 100%; }
}

/* Keyframes for the whole page slide up effect */
@keyframes slideUpPage {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Apply slide up effect to the page content wrapper */
.page-slide-up {
    animation: slideUpPage 1s ease-out forwards;
    opacity: 0;
}


/* Header/Introduction Section */
.intro-header {
    min-height: 450px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 60px 0;
    display: flex;
    align-items: center;
}

/* Text Colors */
.text-dark {
    color: #4a148c !important;
}

.text-secondary {
    color: #7a7a7a !important;
}

.highlight-text {
    color: #000;
}

/* Button Group Spacing */
.button-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
@media (min-width: 768px) {
    .button-group {
        justify-content: flex-start;
    }
}

/* Resume Button Styling */
.btn-outline-secondary {
    background-color: transparent;
    border: 2px solid #f7bbd7;
    color: #fff;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    z-index: 1;
}














.btn-outline-secondary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #f7bbd7;
    transition: left 0.3s ease-out;
    z-index: -1;
}

.btn-outline-secondary:hover {
    color: #000;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.btn-outline-secondary:hover::before {
    left: 0;
}


/* --- Global Animations --- */

/* Text fade-in and slight slide-up */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Keyframes for the border spinning animation */
@keyframes borderSpin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Image fade-in and slight scale (applies to the container) */
@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}


/* Apply Animations with Delays */
.animate__text-in {
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
}

/* Apply image animation to the container */
.animate__img-in {
    animation: fadeInScale 1s ease-out forwards;
    opacity: 0;
}

/* Delay classes for staggered animations */
.delay-1 { animation-delay: 0.3s; }
.delay-3 { animation-delay: 0.6s; }


/* --- Profile Image Container (for animated border) --- */
.profile-img-container {
    position: relative;
    display: inline-block;
    width: 350px;
    height: 350px;
    border-radius: 0; /* CHANGED: For sharp corners */
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    z-index: 1;
    background-color: #fff;
    transition: transform 0.3s ease-in-out;
}

/* Animated Border Pseudo-element */
.profile-img-container::before {
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    background: conic-gradient(from 0deg, #f7bbd7 0% 25%, #4a148c 25% 50%, #f7bbd7 50% 75%, #4a148c 75% 100%);
    border-radius: 0; /* CHANGED: For sharp corners */
    animation: borderSpin 4s linear infinite;
    z-index: -1;
}

/* Image inside the container */
.profile-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0; /* CHANGED: For sharp corners */
    border: none;
    box-shadow: none;
    /* REMOVED: transition: transform 0.3s ease-in-out; as hover effect is removed */
}

/* REMOVED: Hover effect on the image itself
.profile-img:hover {
    transform: scale(1.03) rotate(2deg);
}
*/


/* --- Portfolio/Reference Work Section --- */
.portfolio-section {
    background-color: rgba(255, 255, 255, 0.7);
    padding-top: 60px;
    padding-bottom: 80px;
}

.reference-title {
    background-color: #f7bbd7;
    color: #4a148c;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: bold;
    display: block;
    width: fit-content;
    margin: 0 auto 50px auto;
    
    animation: breatheTitle 3s infinite alternate ease-in-out;
    transform-origin: center center;
}

@keyframes breatheTitle {
    0% {
        transform: scale(1);
        background-color: #f7bbd7;
        box-shadow: 0 0 0px rgba(74, 20, 140, 0);
    }
    50% {
        transform: scale(1.02);
        background-color: #ffe0f0;
        box-shadow: 0 0 10px rgba(74, 20, 140, 0.4);
    }
    100% {
        transform: scale(1);
        background-color: #f7bbd7;
        box-shadow: 0 0 0px rgba(74, 20, 140, 0);
    }
}


@keyframes pulsateCardGlow {
    0% {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    50% {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1),
                    0 0 10px rgba(255, 105, 180, 0.6);
    }
    100% {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
}





@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 20;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 150%;
    }

}



































/* Responsive Design */
@media (max-width: 768px) {
    .hero-section {
        flex-direction: column;
        text-align: center;
        padding: 5px 15px; /* Adjust padding for smaller screens */
    }

    .hero-content {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .hero-content h1 {
        font-size: 2.8em;
    }

    .hero-image-container {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .references-section {
        padding: 150px 15px; /* Adjust padding for smaller screens */
    }

    .references-section h2 {
        font-size: 1.8em;
    }

    .references-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 2.2em;
    }

    .intro-text {
        font-size: 1em;
    }

    .view-resume-btn {
        padding: 10px 20px;
        font-size: 0.9em;
    }

    .references-section h2 {
        font-size: 1.5em;
    }

    .footer-content {
        flex-direction: column;
        align-items: center;
    }
    .footer-content span {
        margin-bottom: 5px;
    }
}




















.cnt-sec {
	margin-top: 80px;
}

.hero-sec .container .mil-dots {
	position: absolute;

	left: 0;

	top: 0;

	width: 100px;

	height: 90vh;
}

.mil-dots {
	background-image: radial-gradient(
		rgba(255, 255, 255, 0.2) 15%,
		transparent 0
	);

	background-size: 10px 10px;
}

.hero-sec .container {
	position: relative;

	z-index: 2;
}

.hero-sec .cnt-sec h2 {
	font-size: 45px;

	font-weight: 800;

	color: #000;

	margin-bottom: 18px;
}
.img-fluid {
	height: 180px;
}
#outreach .pdf-sec .img-sec {
	border: 2px solid #fff;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	width: 45%;
	margin: 0 auto;
}

.hero-sec .cnt-sec p {
	font-size: 18px;
	font-weight: 600;
	color: #121212;
}

.hero-sec .cnt-sec a {
	color: #000;

	border-bottom: 2px solid #000000;
}



.hero-sec .img-sec {
	margin-top: 30px;
	text-align: right;

	border-radius: 50px;
}

.hero-sec .img-sec img {
	width: 350px;

	border-radius: 15px;

	border: 5px solid #fff;
}

.nav ul li {
	color: #fff;
	font-size: 18px;
	background-color: rgb(31, 104, 52);
	text-decoration: none;
	border-radius: 0.5em;
	width: 10em;
	height: 3em;
	text-transform: uppercase;
	font-weight: bold;
	font-family: sans-serif;
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 3em;
	position: relative;
	right: 40px;
	overflow: hidden;
	z-index: 1;
	transition: 0.5s;
	cursor: pointer;
}

.nav ul li span {
	position: absolute;
	width: 25%;
	height: 100%;
	background-color: var(--c);
	transform: translateY(150%);
	border-radius: 50%;
	left: calc((var(--n) - 1) * 25%);
	transition: 0.5s;
	transition-delay: calc((var(--n) - 1) * 0.1s);
	z-index: -1;
}

.nav ul li:hover {
	background-color: rgb(7, 64, 53);
}

.nav ul li:hover span {
	transform: translateY(0) scale(2);
}

.nav ul li span:nth-child(1) {
	--n: 1;
}

.nav ul li span:nth-child(2) {
	--n: 2;
}

.nav ul li span:nth-child(3) {
	--n: 3;
}

.nav ul li span:nth-child(4) {
	--n: 4;
}



section.midd-part.wow.fadeInUp {
	
	background:#f7f2f2 ;
	/* background-image: linear-gradient(
		to right,
		#ff8177 0%,
		#ff867a 0%,
		#ff8c7f 21%,
		#f99185 52%,
		#cf556c 78%,
		#b12a5b 100%
	); */
	background-size: cover;
}

.social-info {
	width: 100%;

	display: inline-block;

	margin: 20px 0;
}

.social-info p i {
	margin-right: 7px;
}

.social-info p a {
	font-weight: 600;
}

.midd-part {
	width: 100%;

	display: inline-block;

	margin-top: 0px;

	padding: 20px 0px;

	border-top: 1px solid #fff;
}

.midd-part .title-sec {
	width: 100%;

	display: inline-block;

	margin-bottom: 30px;

	padding: 20px 0px;

	text-align: center;
}

.midd-part .title-sec h2 {
	font-size: 30px;

	color: #000;

	font-weight: 600;

	border-radius: 10px;

	border: 1px dashed #000;

	padding: 10px 25px;

	width: fit-content;

	margin: 0 auto;
}

.title {
	width: 100%;

	max-width: 500px;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 20px;

	position: relative;
}

.title h2 {

 
     font-weight: 600;
    font-size: 28px;
    line-height: 1.6em;
     background: linear-gradient(180deg, #ccbebe96, #ffa6c0);
    border-radius: 10px;
    overflow: hidden;
    padding-top: 5px !important;
    padding-right: 35px !important;
    padding-bottom: 5px !important;
    padding-left: 35px !important;
    box-shadow: 0px 4px 10px rgba(123, 51, 125, 0.15);
    width: max-content;
     border-bottom: 3px solid #3c0234;
     font-family: "Monda", sans-serif;
    margin: auto; 

}

.midd-part .info-sec {
	width: 100%;

	display: inline-block;

	margin: 20px 0px;

	margin-bottom: 0px;
}

.midd-part .info-sec .info-pop-sec {
	margin-top: 0px;

	transition: all 0.3s ease-in-out;
}

.midd-part .info-sec h2 {
	color: #000;
	border-bottom: 3px solid #000000;
	font-size: 18px;

	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.1px;
	/* background-color: #feffc4; */
	margin-top: 8px;
	padding: 15px 10px;
	height: 60px;
	border-radius: 2px;

	text-align: center;

	position: relative;

	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.midd-part .info-sec:hover h2 {
	color: rgb(9, 9, 9);
	transition-duration: 0.3s;
	background-image: linear-gradient(
			to right,

			#ffd700,
			#ffd700
		),
		url(../../../wallup.net/wp-content/uploads/2019/09/830279-multi-monitor-dual-screen-widescreen.jpg);
}

.midd-part .info-pop-sec .pop-sec {
	border-radius: 2px;

	overflow: hidden;
}

.midd-part .info-pop-sec .pop-sec img {
	cursor: pointer;

	width: 100%;

	overflow: hidden;

	object-fit: cover;
	transition: all 0.3s ease-in-out;
}

.midd-part .info-sec:hover .pop-sec img {
	transform: scale(1.1);

	transition: all 0.3s ease-in-out;
}

footer {
      background: #36063a;
      color: #fff;
      text-align: center;
      padding: 15px 10px;
      font-size: 1rem;
      width: 100%;
      box-sizing: border-box;
      margin-top: auto;
    }
footer p {
	font-size: 16px;

	color: #fff;

	margin-bottom: 0px;
}

@media (max-width: 991px) {
	.cnt-sec p {
		text-align: center;
	}
	
	.cnt-sec {
		margin-top: 0px;

		margin-left: 0px;

		text-align: center;
	}


#music .modal-body .img-sec {
    display: inline-block;
    width: 100%;
    padding: 20px 20px;

}




	.hero-sec .img-sec {
		text-align: center;

		margin-bottom: 15px;
		margin-top: 40px;
	}

	.midd-part .card .img-sec img {
		width: 100%;
	}
}

@media (max-width: 767px) {
	#music .pdf-sec .pdf-col {
		flex: 0 0 49%;

		max-width: 100%;

		margin: 0px 0px;
	}
	.cnt-sec p {
		text-align: center;
	}


#fest .modal-body .img-sec {
    display: inline-block;
    width: 100% !important;
    padding: 10px 20px !important;
}




	.card-popup .modal .pdf-sec .pdf-col {
		flex: none;

		max-width: 100%;

		margin: 0px 10px;
	}


    
#music .modal-body .img-sec {
    display: inline-block;
    width: 100% !important ;
    padding: 20px 20px !important ;

}

	body {
		background-position: center;
	}

	.header-sec .col-lg-6 {
		order: 2;
	}

	.header-sec .col-lg-6.position-relative {
		order: 1;
	}

	.hero-sec .cnt-sec h2 {
		font-size: 42px;

		margin-top: 20px;
	}

	.midd-part .full-row .info-sec h2 {
		margin-bottom: 20px;

		font-size: 25px;
	}

	.midd-part .full-row .info-sec h2,
	.midd-part .full-row .info-pop-sec {
		flex: 0 0 100%;

		max-width: 100%;
	}
}
@media (max-width: 467px) {
	.hero-sec .img-sec img {
		width: 300px;
	}
}
