.navigation-main {
    background-color: transparent;
    transition: background-color 0.3s ease;
}

.navigation-main.scrolled {
    background-color: #000000d9;
}


.social-items {
	position: relative;
	bottom: 53px;
	span {
		margin-right: 15px;
		font-size: 13px;
	}
	span:hover {
		color: #af997f;
	}
}


#typewriter {
    font-family: 'Dosis', sans-serif;
    white-space: nowrap;
    overflow: hidden;
    border-right: 2px solid rgba(255, 255, 255, 0.75);
    display: inline-block;
    animation: blink-cursor 0.7s steps(2, start) infinite;
	font-size: 24px;
	height: 35px;
}

@keyframes blink-cursor {
    from {
        border-right-color: rgba(255, 255, 255, 0.75);
    }
    to {
        border-right-color: transparent;
    }
}

.btn-resume {
	background: #af997f;
    border-radius: 30px;
	padding: 10px 40px;
	span {
		margin-left:3px;
	}
}

.language-toggle {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0px 0px 0px 20px;
    border-radius: 20px;
    transition: all 0.3s ease;
    margin-right: 10px;
    justify-content: space-around;
}

.language-toggle:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #af997f;
}

@media (min-width: 768px) {
	.language-mobile {
		display: none;
	}
}

@media (max-width: 768px) {
	.language-mobile {
		position: absolute;
		right: 0px;
		top: 15px;
	}
}

.current-flag {
    width: 24px;
    height: 18px;
    margin-right: 8px;
    border-radius: 3px;
}

.dropdown-arrow {
    color: white;
    font-size: 10px;
    transition: transform 0.3s ease;
}

.language-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 160px;
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
}

.language-dropdown.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-item {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 1px solid #333;
}

.dropdown-item:last-child {
    border-bottom: none;
}

.dropdown-item:hover {
    background: #af997f;
    color: white;
}

.dropdown-item.active {
    background: rgba(175, 153, 127, 0.2);
    color: #af997f;
}

.dropdown-item img {
    width: 20px;
    height: 15px;
    margin-right: 10px;
    border-radius: 2px;
}

.dropdown-item span {
    color: white;
    font-size: 14px;
    font-weight: 400;
}

.dropdown-item:hover span,
.dropdown-item.active span {
    color: white;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .language-selector {
        margin-right: 10px;
    }
    
    .language-toggle {
        padding: 6px 10px;
    }
    
    .current-flag {
        width: 20px;
        height: 15px;
        margin-right: 6px;
    }
    
    .language-dropdown {
        min-width: 140px;
    }
}

.skill-list ul {
	margin-top: 30px;
	position: relative;
	z-index: 1;
	padding-left: 0 !important;
}

.skill-list li {
	display: flex;
	align-items: center;
	border-top: 1px solid #ffffff;
	margin-top: 15px;
	padding-top: 15px;
}

.skill-list li img {
	width: 60px;
	margin-right: 19px;
	padding-right: 0;
}

.skill-list li h4 {
	font-weight: 700;
	margin-bottom: 5px;
}

.skill-list li:first-child {
	margin: 0;
	padding: 0;
	border: none;
}

.skill-list li img {
	width: 60px;
	margin-right: 19px;
}

.icon img {
    border-radius: 100px;
}

.title {
	font-weight: 800;
	margin-bottom: 25px;
}

.skill-list li span {
	font-size: 17px;
	font-weight: 800;
	opacity: 0.6;
	font-weight: 400;
}


.experience-cards {
    img {
        max-width: 80px;
    }
    
    h1 {
        margin-bottom: 75px;
    }

    h4 {
        height: 50px;
        margin-top:12px;
    }

    span {
        font-size: 50px;
    }
    
    span:hover {
        color: #af997f;
    }
}

@media (max-width: 992px) {
	.experience-content {
		margin-bottom: 75px;
	}
	
}

.blog-area blockquote {
	background: #012b45;
	font-size: 26px;
	line-height: 1.8;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 10px;
}

.blog-area blockquote::after {
	font-size: 50px;
	bottom: 30px;
	opacity: 0.07;
	right: 30px;
}

.post-author {
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	background: #012b45;
}

.post-pagi-area a .icon {
	border-color: rgba(255, 255, 255, 0.3);
	border-radius: 6px;
}

.post-pagi-area .nav-title {
	color: #012b45;
}

.post-tags.share .tags a {
	background: #012b45;
	color: #fff;
}

.post-tags.share .tags a:hover {
	background: #012b45;
}

.blog-comments {
	border-color: rgba(255, 255, 255, 0.2);
}

.comments-area .comment-item {
	background: #012b45;
}

.comments-area .comment-item .content .reply a {
	background: #012b45;
}

.comments-area .comments-form input,
.comments-area .comments-form textarea {
	border-color: rgba(255, 255, 255, 0.2);
	color: #ffffff;
}

button.btn::after {
	background: #ffffff;
}

button.btn:hover {
	color: var(--color-heading);
}


.project-details-items .top-info {
	position: relative;
	margin-top: 50px;
}

.project-details-items .top-info p:last-child {
	margin-bottom: 0;
}

.project-details-items .main-content h2,
.project-details-items .main-content h3,
.project-details-items .main-content h4,
.project-details-items .main-content h5 {
	font-weight: 800;
	margin-bottom: 25px;
}

.project-details-items .main-content .row img {
	margin-top: 30px;
}

.project-details-items .top-info h2 {
	font-weight: 800;
	margin-bottom: 20px;
}

.project-thumb {
	position: relative;
	z-index: 1;
}

.project-info {
	background: #605f5f;
	border: none;
}

.project-info .content {
	padding: 50px;
	padding-top: 40px;
	padding-bottom: 45px;
}

.project-info .title {
	background: var(--color-primary);
	color: #ffffff;
	padding: 15px 50px;
	font-weight: 500;
	margin: 0;
}

.project-info .project-basic-info {
	padding-left: 0;
	list-style: none;
	margin: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 15px;
}

.project-info .project-basic-info li {
	font-weight: 800;
	color: var(--color-heading);
	text-transform: uppercase;
}

.project-info .project-basic-info li span {
	font-weight: 400;
	position: relative;
	display: block;
	text-transform: none;
}

.project-thumb img {
	max-width: 100%;
}
.project-details-items .check-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}

.project-details-items .check-list h4 {
	font-weight: 800;
	position: relative;
	z-index: 1;
	padding-left: 40px;
}

.project-details-items .check-list h4::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	height: 28px;
	width: 28px;
	text-align: center;
	line-height: 28px;
	font-size: 12px;
	border-radius: 50%;
	border: 1px solid #c9c9c9;
}

.project-details-items .check-list p {
	margin: 0;
}

.project-details-items .main-content img {
	max-width: 100%;	
}

.project-description li {
	font-family: 'Dosis', sans-serif;
    font-size: 18px;
    line-height: 1.7em;
}

.project-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.project-item {
    position: relative;
    overflow: hidden;
    width: 350px;
    height: 225px; 
    cursor: pointer;
	margin-bottom: 10px;
}

.project-caption-default {
		height: 195px;
	img {
		width: 100%;
		height: 100%;
		transition: transform 0.3s ease, opacity 0.3s ease;
	}
}


.project-item:hover .project-caption-default img {
    transform: scale(1.1); 
    opacity: 0.5; 
}

.project-caption-activeWrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #af997f;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    color: #fff;
    text-align: center;
    padding: 20px;
}

.project-item:hover .project-caption-activeWrap {
    opacity: 1;
}

.project-l-caption-body {
	h5 {
		font-weight: 600;
		text-transform: uppercase;
		color: #ffffff !important;
		margin-bottom: .35em;
	}

	p {
		font-size: 16px;
		font-weight: 400;
		letter-spacing: .02em;
		text-transform: uppercase;
		color: #ececec !important;
	}
}

.hover-animated {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.project-item:hover .hover-animated {
    opacity: 1;
    transform: translateY(0);
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.project-details-items .top-info {
		margin-top: 100px;
	}
}

.pf-item .overlay-content .content {
	background: #012b45;
}

.pf-item .overlay-content .content>a {
	background: var(--color-primary);
}




.project-info .project-basic-info li {
	color: #ffffff;
}

.project-info .project-basic-info li span {
	color: #ffffff;
	opacity: 0.8;
}

.project-info ul.social {
	border-color: rgba(255, 255, 255, 0.3);
}

.project-details-items .check-list h4::after {
	background: #012b45;
	font-size: 10px;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.modal-content {
	position: relative;
	button {
		background: transparent;
		border:none;
	}
}

.modal-content .modal-header {
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	width: auto;
	z-index: 9;
	right: 45px;
	top: 10px;
}

.modal-content .modal-header button.btn-close {
	height: 16px;
	width: 16px;
	line-height: 30px;
	background: var(--color-primary);
	opacity: 1;
	color: #ffffff;
	border-radius: 50%;
	position: relative;
	font-weight: 500;
}

.modal-content .modal-header button.btn-close::after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: "\f00d";
	font-family: "Font Awesome 5 Pro";
	transform: translate(-50%, -50%);
}

.modal-dialog-scrollable .modal-content {
	overflow: inherit;
	border-radius: inherit;
}

.modal-dialog-scrollable .modal-body {
	padding: 50px;
	border-radius: inherit;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
	background-color: #af997f;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px #ffffff;
	background-color: #F5F5F5;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
	background-color: var(--color-primary);
}

.modal-content .modal-header button.btn-close::before {
	position: absolute;
	left: -5px;
	top: -5px;
	content: "";
	height: 42px;
	width: 42px;
	background: var(--color-heading);
	z-index: -1;
	border-radius: 50%;
	opacity: 0.2;
}

.modal-content {
	background: #343232;
}

.blog-area blockquote {
	background: #af997f;
	font-size: 26px;
	line-height: 1.8;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 10px;
}

.blog-area blockquote::after {
	font-size: 50px;
	bottom: 30px;
	opacity: 0.07;
	right: 30px;
}

.post-author {
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	background: #012b45;
}

.post-pagi-area a .icon {
	border-color: rgba(255, 255, 255, 0.3);
	border-radius: 6px;
}

.post-pagi-area .nav-title {
	color: var(--color-primary);
}

.post-tags.share .tags a {
	background: #012b45;
	color: #ffffff;
}

.post-tags.share .tags a:hover {
	background: var(--color-primary);
}

.blog-comments {
	border-color: rgba(255, 255, 255, 0.2);
}

.comments-area .comment-item {
	background: #012b45;
}

.comments-area .comment-item .content .reply a {
	background: var(--color-primary);
}

.comments-area .comments-form input,
.comments-area .comments-form textarea {
	border-color: rgba(255, 255, 255, 0.2);
	color: #ffffff;
}

button.btn::after {
	background: #ffffff;
}

button.btn:hover {
	color: var(--color-heading);
}


.skill-area {
	border: 1.7px solid #ffffff;
	border-radius: 5px;
	box-shadow: 4px 5px 4px 3px rgba(175, 153, 127, 0.062);
	display: table;
	font-size: 4.5em;
	margin: 15px;
	opacity: .93;
	overflow: hidden;
	padding: 10px ;
	text-align: center;
	vertical-align: middle;
	height: 185px;
	@media (max-width:992px) {
		width: 100%;
		margin: 15px 0;
	}
}



.skill-area:hover {
	border: 2.2px solid #af997f;
	overflow: hidden;
}

.tech-card {
	padding: 20px;
}

.tech-card img {
	height: 60px;
	margin-bottom: 25px;
}


.contact-content .form-box {
	padding: 60px;
	background: #262626;
	border-radius: 50px;
	border: 1px solid #262626;

	h2 {
		margin-bottom: 20px;
	}
}

.contact-content .form-box input,
.contact-content .form-box textarea {
	margin-bottom: 15px;
	background: transparent;
	padding: 15px;
	color: var(--color-heading);
	border: 1px solid rgba(255, 255, 255, 1);
	background: rgba(255, 255, 255, 0.5);
}

.contact-content .form-box textarea {
	min-height: 180px;
}

.contact-form-box {

p {
	margin-bottom: 30px;
	color: #ffffff !important;
}

h2 {
	color: #ffffff !important;
}

}

.contact-content .form-box button {
	display: inline-block;
	font-weight: 800;
	text-transform: capitalize;
	transition: all 0.35s ease-in-out;
	overflow: hidden;
	border-radius: 3px;
	border: 2px solid transparent;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	font-size: 16px;
	letter-spacing: 0;
	padding: 13px 30px;
	background: #E7EDF8;
	position: relative;
	z-index: 1;
	color: #6d6a6a;
	border: none;
	background: #ffffff;
	padding: 16px 52px;
	font-size: 17px;
	border-radius: 30px;
	margin-top: 15px;
}

.contact-content .form-box button::after {
	position: absolute;
	top: inherit;
	right: inherit;
	bottom: inherit;
	left: -5%;
	content: "";
	height: 150px;
	width: 115%;
	z-index: -1;
	background-color: var(--dark);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-transform: translateY(-45%) skew(25deg) scale(0);
	transform: translateY(-45%) skew(25deg) scale(0);
}

.contact-content .form-box button:hover::after {
	-webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
	transform: translateY(-45%) skew(25deg) scale(1.2);
}



.contact-content .form-box input,
.contact-content .form-box textarea {
	color: #ffffff;
	background: rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

 .contact-content .form-box input::-webkit-input-placeholder,
 .contact-content .form-box textarea::-webkit-input-placeholder {
	color: #ffffff;
	opacity: 0.8;
}

.contact-content .form-box input::-moz-placeholder,
 .contact-content .form-box textarea::-moz-placeholder {
	color: #ffffff;
	opacity: 0.8;
}

.contact-content .form-box input:-ms-input-placeholder,
.contact-content .form-box textarea:-ms-input-placeholder {
	color: #ffffff;
	opacity: 0.8;
}

.contact-content .form-box input:-moz-placeholder,
.contact-content .form-box textarea:-moz-placeholder {
	color: #ffffff;
	opacity: 0.8;
}

.contact-info-list {
	display: flex;
}

.contact-info-list span {
	display: inline-block;
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	background: #e93030;
	color: #ffffff;
	font-size: 30px;
	margin-right: 20px;
	min-width: 60px;
	margin-top: 5px;
	border-radius: 5px;
	font-weight: 100;
}

.contact-info-list p {
	margin-bottom: 5px;
	text-transform: uppercase;
}

.contact-info-list h5 {
	margin: 0;
	font-weight: 700;
	line-height: 1.3;
}

.contact-info-list {
	margin-top: 40px;
}

.contact-info-list:first-child {
	margin-top: 0;
}

.contact-info-list a {
	font-weight: 700;
	color: #000000;
}

.contact-info-list:first-child span {
	background: #1da9eb;
}

.contact-info-list:nth-child(3) span {
	background: #FEC447;
}

@media (max-width: 1200px) {
	.contact-content .row {
		display: flex;
		flex-direction: column-reverse;
	}

	.contact-form-box {
		margin-top: 40px;
	}
}

.fa-whatsapp {
    margin-left: 5px;
    color: #18c518;
}

.form-group.error .form-control {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-group .alert-error {
    color: #dc3545;
    font-size: 0.875em;
    margin-top: 0.25rem;
    display: block;
}

.form-group.error .alert-error {
    display: block;
}

.form-control:required {
    border-left: 3px solid #af997f;
}

.form-control:required:valid {
    border-left-color: #28a745;
}
