.carousel-control-prev-icon,
.carousel-control-next-icon {
	height: 50px;
	width: 50px;
	background-image: none;
}

.carousel-control-next-icon:after {
	content: '>';
	font-size: 35px;
	color: red;
}

.carousel-control-prev-icon:after {
	content: '<';
	font-size: 35px;
	color: red;
}


.resume .resume-title {
	font-size: 26px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #050d18;
}

.resume .resume-item {
	padding: 0 0 20px 20px;
	margin-top: -2px;
	border-left: 2px dotted #df660f;
	position: relative;
}

.resume .resume-item h4 {
	line-height: 18px;
	font-size: 18px;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	color: #050d18;
	margin-bottom: 10px;
}

.resume .resume-item h5 {
	font-size: 16px;
	display: inline-block;
	font-weight: 600;
	margin-bottom: 10px;
}

.resume .resume-item ul {
	padding-left: 20px;
}

.resume .resume-item ul li {
	padding-bottom: 10px;
}

.resume .resume-item:last-child {
	padding-bottom: 0;
}

.resume .resume-item::before {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	left: -9px;
	top: 0;
	background: #fff;
	border: 2px solid #010914;
}

.inline-text {
    display: flex;
    justify-content: center;
    align-items: center;
}

.inline-text span {
    margin: 0 5px;
}

.colored-bar {
    color: white; 
}

.text-white-custom {
    color: #e1f7e6;
}

.rounded-image {
    height: 345px; 
    width: 345px;
    border-radius: 50%;
    object-fit: cover;
}

.zoom:hover {
	transform: scale(1.1); /* Zoom in by 10% on hover */
    cursor: pointer; /* Change cursor to pointer on hover */
}

h1.prof-font{
    font-family: 'MyCustomFont', sans-serif;
}


/* ----------------------------- */
/* FOOTER             PART */
/* ----------------------------- */

.site-footer {
	background: linear-gradient(45deg, #1c1c1c, #b3b3b3);
	color: #818181;
	padding: 20px 0;
}
.site-footer .footer-contact-infos h5 {
	color: #ffffff;
}
.site-footer .footer-contact-infos span {
	color: #ffffff;
}
.site-footer .row {
	position: relative;
}

.site-footer .row::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 48%; /* Adjust positioning of the vertical line */
	border-left: 1px solid #818181; /* Vertical line style */
}
@media (max-width: 768px) {
	.site-footer {
		background: linear-gradient(45deg, #2a2a2a, #4f4f4f); /* Change gradient color for smaller screens */
	}
	.site-footer .row::before {
		display: none; /* Remove vertical line for smaller screens */
	}
	.site-footer .footer-contact-infos span,
	.site-footer .footer-contact-infos p {
		color: #ffffff; /* Ensure text remains visible on the dark background */
	}
	.site-footer .row > div {
		margin-bottom: 20px;
		border: none; /* Ensure there are no vertical lines */
	}
}

/* END FOOTER  */

ul.other-skills-cs{
	margin: 17px;
    padding: 0px;
}

.copy-right-signature{
	font-family: "Playwrite RO", cursive;
	font-optical-sizing: auto;
	font-style: normal;
}

.heading-title-home {
	font-family: "Audiowide", sans-serif;
}

.footer-contact-infos{
	font-family: "Sofia", sans-serif;
}