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

body{
    font-family:'Inter', sans-serif;
    background-color: #121212;
    color: #e0e0e0;
}

.sliders{
    width: 100%;
    min-height: 80vh;
    background: #000;
    aspect-ratio: 16/9;
    position: relative;
}

.sliders-background{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(30%);
}

.sliders-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

h1{
    color: #fff;
    font-size: 3rem;
}

.sliders-content p{
    color: #fff;
    font-size: 2rem;
    font-weight: 300;
}

.section{
    padding: 100px, 0;
}

.boxed{
    max-width: 1280px;
    margin-inline: auto;
}

.masthead {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #1f1f1f;
}

.masthead-avatar {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	object-fit: cover;
	display: block;
	border: 3px solid rgba(255,255,255,0.08);
	box-shadow: 0 6px 18px rgba(0,0,0,0.6);
	background-color: #1f1f1f;
}

@media (max-width: 576px) {
	.masthead-avatar {
		width: 110px;
		height: 110px;
	}
}

.masthead-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #e0e0e0;
}

.masthead-subheading {
    font-size: 1.25rem;
    font-weight: 300;
    color: #b0b0b0;
}

.divider-custom {
    margin: 1.25rem 0;
}

.divider-custom .divider-custom-line {
    width: 100%;
    height: 0.25rem;
    background-color: #e0e0e0;
}

.divider-custom .divider-custom-icon {
    font-size: 2rem;
    color: #e0e0e0;
}

.page-section {
    padding: 6rem 0;
    background-color: #1f1f1f;
}

.page-section-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #e0e0e0;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
    color: #b0b0b0;
}

.btn-outline-light {
    color: #e0e0e0;
    border-color: #e0e0e0;
}

.btn-outline-light:hover {
    color: #121212;
    background-color: #e0e0e0;
    border-color: #e0e0e0;
}

.navbar-brand {
    font-size: 1.25rem;
    font-weight: 700;
    color: #e0e0e0;
}

.nav-link {
    font-size: 1rem;
    font-weight: 700;
    color: #e0e0e0;
}

.navbar-toggler {
    font-size: 1rem;
    font-weight: 700;
    color: #e0e0e0;
}

.navbar-toggler .fas {
    font-size: 1.25rem;
    color: #e0e0e0;
}

.bg-primary {
    background-color: #1f1f1f !important;
}

.bg-secondary {
    background-color: #2c2c2c !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-white {
    color: #e0e0e0 !important;
}

.text-center {
    text-align: center !important;
}

.portfolio-item {
    cursor: pointer;
    position: relative;
    display: block;
    max-width: 25rem;
    margin: 0 auto;
}

.portfolio-icon-container {
    height: 200px;
    background-color: #2c2c2c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem 0.5rem 0 0;
    transition: all 0.3s ease;
}

.portfolio-icon-container:hover {
    background-color: #1abc9c;
    transform: scale(1.05);
}

.portfolio-icon-container i {
    transition: all 0.3s ease;
}

.portfolio-icon-container:hover i {
    color: rgb(255, 252, 252) !important;
    transform: scale(1.1);
}

.modal-icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background-color: #333232;
    border-radius: 0.5rem;
    margin: 0 auto;
    max-width: 300px;
}

.portfolio-item-caption {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    background-color: rgba(26, 188, 156, 0.9);
}

.portfolio-item-caption:hover {
    opacity: 1;
}

.portfolio-item-caption-content {
    font-size: 1.5rem;
    color: white;
}

.portfolio-caption {
    padding: 1.5rem;
    text-align: center;
    background-color: #2c2c2c;
}

.portfolio-caption-heading {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0;
    color: #ffffff;
}

.portfolio-caption-subheading {
    font-size: 0.875rem;
    font-style: italic;
    margin: 0;
    color: #b0b0b0;
}

.skill-item {
    padding: 2rem;
    transition: transform 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}

.skill-item:hover {
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.1);
}

.skill-item i {
    color: #1abc9c;
}

.skill-header {
    text-align: center;
    margin-bottom: 2rem;
}

.skill-bars {
    margin-top: 1.5rem;
}

.skill-bar {
    margin-bottom: 1.5rem;
}

.skill-name {
    display: block;
    margin-bottom: 0.5rem;
    color: #fffbfb;
    font-weight: 500;
}

.progress {
    height: 8px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    overflow: hidden;
}

.progress-bar {
    background-color: #1abc9c;
    transition: width 1s ease;
    border-radius: 4px;
}

.contact-item {
    margin-bottom: 2rem;
}

.contact-item i {
    color: #1abc9c;
}

.footer {
    padding: 2rem 0;
}

.btn-social {
    height: 2.5rem;
    width: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 1.25rem;
}

.portfolio-modal .modal-dialog {
    margin: 1rem;
    max-width: 100vw;
}

.portfolio-modal .modal-content {
    background-color: #333232;
    padding-top: 6rem;
    padding-bottom: 6rem;
    text-align: center;
}

.portfolio-modal .modal-content h2,
.portfolio-modal .modal-content .item-intro {
    margin-bottom: 2rem;
}

.portfolio-modal .modal-content p.item-intro {
    font-style: italic;
    margin-bottom: 2rem;
}

.portfolio-modal .modal-content p.description {
    margin-bottom: 2rem;
}

.portfolio-modal .modal-content img {
    margin-bottom: 2rem;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    background-color: transparent;
    border: 0;
}

.portfolio-modal .close-modal:hover {
    opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
    height: 3rem;
    width: 1px;
    margin-left: 35px;
    background-color: #2c3e50;
    transform: rotate(45deg);
    z-index: 1051;
}

.portfolio-modal .close-modal .lr .rl {
    height: 3rem;
    width: 1px;
    background-color: #2c3e50;
    transform: rotate(90deg);
    z-index: 1052;
}

.portfolio-modal .modal-backdrop {
    opacity: 0;
    display: none;
}

.timeline {
    position: relative;
    padding: 2rem 0;
}

.timeline-item {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background-color: rgba(32, 32, 32, 0.05);
    border-radius: 0.5rem;
    border-left: 4px solid #1abc9c;
}

.timeline-content h4 {
    color: #f3f0f0;
    margin-bottom: 0.5rem;
}

.timeline-content p {
    margin-bottom: 0.5rem;
}

.interest-item {
    padding: 2rem;
    transition: transform 0.3s ease;
}

.interest-item:hover {
    transform: translateY(-5px);
}

.interest-item i {
    color: #1abc9c;
}

@media (max-width: 768px) {
    .masthead-heading {
        font-size: 2rem;
    }
    
    .page-section-heading {
        font-size: 2rem;
    }
    
    .portfolio-item {
        max-width: 100%;
    }
}

html {
    scroll-behavior: smooth;
}

.nav-link.active {
    background-color: rgba(14, 13, 13, 0.1);
    border-radius: 0.375rem;
}

.btn:hover {
    transform: translateY(-2px);
    transition: transform 0.2s ease;
}

.portfolio-item img {
    transition: transform 0.3s ease;
}

.portfolio-item:hover img {
    transform: scale(1.05);
}