@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500;600;700&display=swap');
section {
  overflow: hidden;
  margin-bottom: 2rem;
}

html,
body,
.container-fluid {
  height: 100%;
}

#main {
  min-height: 100vh;
}

.h3 {
  font-size: 15px;
}
/* Set a display font for headings and quotes */
h1,
h2,
h3,
h4,
h5,
.navbar-brand,
blockquote p,
.display-1,
.display-2,
.display-3,
.display-4 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
}
#main p {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  text-align: justify;
}
ul li {
  margin-bottom: 0.2rem;
}

.bg-gray-1 {
  background-color: #f8f9fa !important;
}

.bg-gray-2 {
  background-color: #e9ecef !important;
}

.bg-gray-3 {
  background-color: #dee2e6 !important;
}

.bg-gray-4 {
  background-color: #ced4da !important;
}

.bg-gray-5 {
  background-color: #adb5bd !important;
}

.bg-gray-6 {
  background-color: #868e96 !important;
}

.bg-gray-7 {
  background-color: #495057 !important;
}

.bg-gray-8 {
  background-color: #343a40 !important;
}

.bg-gray-9 {
  background-color: #212529 !important;
}

.bg-black {
  background-color: #000 !important;
}

.employment-header h2 {
  font-size: 1.8rem;
}
.employment-header h3 {
  font-size: 1.2rem;
}
.employment-header p {
  color: #868e96;
  font-style: italic;
  font-size: 16px;
}

@media (min-width: 992px) {
  #sidebar {
    position: fixed;
    height: 100vh;
  }
}

#sidebar h1,
#sidebar p,
#social a {
  color: #fff;
}

#social .nav {
  margin-top: 1rem;
}

#skills .btn {
  margin: 0 0.2rem 0.5rem;
}

#projects li {
  border: 1px solid #ff851b;
  border-radius: 8px;
  padding: 10px;
  margin: 15px 0px 15px 0px;
}

.one {
  width: 100%;
  padding: 20px 0;
  text-align: center;
  margin-top: 5px;
  
}
.one img {
  width: 100%;
  background-position: center;
  background-size: cover;
}
.two {
  width: 100%;
  padding: 20px 0;
  text-align: center;
  margin-top: 5px;
  
}
.two img {
  width: 100%;
  background-position: center;
  background-size: cover;
}
.three {
  width: 100%;
  padding: 20px 0;
  text-align: center;
  margin-top: 5px;
  
}
.three img {
  width: 100%;
  background-position: center;
  background-size: cover;
}
.four {
  width: 100%;
  padding: 20px 0;
  text-align: center;
  margin-top: 5px;
  
}
.four img {
  width: 100%;
  background-position: center;
  background-size: cover;
}
.five {
  width: 100%;
  padding: 20px 0;
  text-align: center;
  margin-top: 5px;
  
}
.five img {
  width: 100%;
  background-position: center;
  background-size: cover;
}
#blog li {
  border: 1px solid #ff851b;
  border-radius: 8px;
  padding: 10px;
  margin: 15px 0px 15px 0px;
}
#blog small {
  display: block;
  font-style: italic;
  margin-bottom: 0.8rem;
}

footer{
  padding: 5px;
  background-color: rgb(253, 39, 39);
  color: white;
}

footer p {
  text-align: center !important;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 500;
}
/* General Styles */
contact {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
  color: #333;
}

/* Contact Section */
#contact {
  padding: 50px 20px;
  text-align: center;
  background-color: #fff;
}

.contact-container {
  max-width: 600px;
  margin: 0 auto;
}

.contact-container h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #333;
}

.contact-container p {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #666;
}

/* Form Styles */
form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

label {
  font-size: 1rem;
  margin-bottom: 5px;
  color: #333;
}

input, textarea {
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

textarea {
  resize: vertical;
}

.submit-btn {
  padding: 10px 20px;
  font-size: 1rem;
  color: #fff;
  background-color: #0073e6;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.submit-btn:hover {
  background-color: #005bb5;
}
/* Back to Top Button Styles */
.back-to-top-btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 1rem;
  color: #fff;
  background-color: #0073e6;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.back-to-top-btn:hover {
  background-color: #005bb5;
  transform: translateY(-2px); /* Adds a slight lift effect on hover */
}

.back-to-top-btn:active {
  transform: translateY(0); /* Resets the lift effect when clicked */
}
experience {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
  color: #333;
}

/* Experience Section */
#experience {
  padding: 50px 20px;
  background-color: #fff;
}

.experience-container {
  max-width: 800px;
  margin: 0 auto;
}

.experience-container h2 {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 40px;
  color: #333;
}

.experience-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.experience-item {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.experience-item h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #0073e6;
}

.experience-item .company {
  font-size: 1.1rem;
  font-weight: bold;
  color: #555;
  margin-bottom: 5px;
}

.experience-item .date {
  font-size: 0.9rem;
  color: #777;
  margin-bottom: 15px;
}

.experience-item ul {
  list-style-type: disc;
  margin-left: 20px;
}

.experience-item ul li {
  font-size: 1rem;
  color: #555;
  margin-bottom: 10px;
}