

/* General */
#PopularPosts1,
  #footer,
  #comments,
  .page header,
  .post-share-buttons,
  h3.post-title, 
  .bg-photo-container,
  .bg-photo-overlay,
  .post-header-line-1,
  .sidebar-container.sidebar-invisible,
  .centered-top-container,
  .collapsed-header .centered-top-placeholder {
  	display: none;
  }
  
.centered-bottom, .centered-top-container, .centered-top-placeholder {
    padding: 1px;
}
.body {
    background-color: #0a0612;
    color:white;
    font-family: 'Work Sans', sans-serif;
}
@media screen and (min-width: 1440px) {
    .page_body {
        margin-left: 0px;
    }
}
.page_body .centered {
max-width: fit-content;
padding: 0px;
  }

  #page_body .FeaturedPost, .Blog .blog-posts .post-outer-container {
    background: #ffffff;
    min-height: 40px;
    padding: 0px 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: auto;
}

/* Font Import */
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&family=Work+Sans:wght@300;400&display=swap');


/* Navbar */

.navbar {
    font-family: 'Work Sans', sans-serif;
    overflow: hidden;
    background-color: #280051;
    position: relative;
    z-index: 5;
}
.navbar a {
    float: left;
    display: block;
    color: #fff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
    border-bottom: 3px solid transparent;
    transition: border-bottom 0.3s ease;
}
.navbar a:hover {
    border-bottom: 3px solid #fff;
}
.navbar a.active {
    border-bottom: 3px solid #f5e2ee;
}
.navbar .icon {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 14px 16px;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
}
@media screen and (max-width: 600px) {
    .navbar a:not(:first-child) {display: none;}
    .navbar a.icon {
        float: right;
        display: block;
    }
}
@media screen and (max-width: 600px) {
    .navbar.responsive {position: relative;}
    .navbar.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .navbar.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
    .navbar.responsive a.active {
        background-color: #f5e2ee;
        color: #280051;
    }
}

/* Header */

/* Big Header */
.mainHeaderWal{
    background-image: url(../img/headerWal.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.titleGlassPane {
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
    font-family: 'Work Sans', sans-serif;
    color: white;
    font-weight: bold;

    position: absolute;
    filter:blur(0px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 80%;
    padding: 5vw;
    text-align: center;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    .titleGlassPane {
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
    }
  }

.titleGlassPane h1 {
    font-size: 7vw;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.titleGlassPane h2 {
    font-size: 3vw;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

/* Small Header */
.subHeaderWal{
  background-image: url(../img/subheaderWal1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 40vh;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* Small Header */
.subHeaderWal2{
  background-image: url(../img/subheaderWal2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 40vh;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.subtitleGlassPane {
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
  font-family: 'Work Sans', sans-serif;
  color: white;
  font-weight: bold;

  position: absolute;
  filter:blur(0px);
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 50%;
  padding: 2vw;
  text-align: center;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .subtitleGlassPane {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
}

.subtitleGlassPane h1 {
  font-size: 5vw;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.subtitleGlassPane h2 {
  font-size: 3vw;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  /* On smaller screens, make glass pane take up more space */
  .subHeaderWal{
    height:20vh;
  }
  .subtitleGlassPane {
    width: 70%;
    top:20%;
  }
  .subtitleGlassPane h1 {
    font-size: 7.5vw;
  }
}

/* Main Body */

.initSection::before {
animation: bounce 1s ease infinite;
bottom: 2rem;
color: #fff;
content: '╲╱';
font-size: 2rem;
height: 4rem;
left: 50%;
letter-spacing: -1px;
line-height: 4rem;
margin-left: -3rem;
opacity: 0.8;
position: absolute;
text-align: center;
width: 6rem;
}

@keyframes bounce {
50% {
    transform: translateY(-50%);
}
}

.bodySection {
    width: 100%;    
}

.bodySection h1 {
    text-align: center;
    font-size: 50px;
}

.bodySection h2 {
  text-align: center;
  font-size: 40px;
}

.bodySection p {
  text-align: justify;
  font-size: 20px;
}

/* About Us */

#aboutUs {
    background-color: #291749;
}

.aboutUs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2.5vw;
  margin: 0.2vw;
}

/* Testimonials */

#testimonials {
    background-color: #0a0612; /* Set background color */
  }
  
  .testimonials {
    display: flex; /* Use flexbox to arrange testimonials */
    flex-wrap: wrap; /* Wrap testimonials to next line */
    justify-content: space-between; /* Add space between testimonials */
  }
  
  .testimonial {
    flex-basis: calc(33.33% - 20px); /* Set width for each testimonial */
    margin: 0.2vw; /* Add margin between testimonials */
    background-color: #1f1137; /* Set background color */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1); /* Add shadow */
    border-radius: 5px; /* Add rounded corners */
  }
  
  .testimonialImage {
    display: flex; /* Use flexbox to center image */
    justify-content: center;
    margin: 20px;
  }
  
  .testimonialImage img {
    max-width: 100%; /* Make image responsive */
    height: 10vw;
  }
  
  .testimonialText {
    text-align: center; /* Center text */
    margin-bottom: 20px;
  }
  
  .testimonialText h2 {
    font-size: 24px; /* Set font size */
    margin-bottom: 10px;
  }
  
  .testimonialText blockquote {
    font-size: 18px; /* Set font size */
    line-height: 1.5; /* Add line-height */
  }
  
  @media (max-width: 768px) {
    /* On smaller screens, display one testimonial per line */
    .testimonial {
      flex-basis: 100%; /* Set width to 100% */
      margin: 20px 0; /* Add margin between testimonials */
    }
  }

/* Previous Clients */
#previousClients {
    background-color: #0a0612;
    height: 100%;
  }
  
  .clientList {
    list-style: none;
    margin: 0;
    padding: 5vw;
  }
  
  .clientList li {
    font-size: 24px;
    margin-bottom: 10px;
    color: #fff;
    border-bottom: 1px solid #6b4c9a;
    padding: 10px 0;
    transition: all 0.3s ease;
  }
  
  .clientList li:hover {
    background-color: #6b4c9a;
    cursor: pointer;
  }
  

/* Programming Languages list */

#languages {
  background-color: #0a0612; /* Set background color */
}

.languages {
  display: flex; /* Use flexbox to arrange testimonials */
  flex-wrap: wrap; /* Wrap testimonials to next line */
  justify-content: space-between; /* Add space between testimonials */
}

.language {
  flex-basis: calc(33.33% - 20px); /* Set width for each testimonial */
  margin: 0.2vw; /* Add margin between testimonials */
  background-color: #1f1137; /* Set background color */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1); /* Add shadow */
  border-radius: 5px; /* Add rounded corners */
}

.languageIcon {
  display: flex; /* Use flexbox to center image */
  justify-content: center;
  margin: 20px;
}

.languageIcon img {
  max-width: 100%; /* Make image responsive */
  height: 10vw;
}

.languageText {
  text-align: center; /* Center text */
  margin-bottom: 20px;
  padding: 10px;
}

.languageText h2 {
  font-size: 24px; /* Set font size */
  margin-bottom: 10px;
}

.languageText p {
  font-size: 18px; /* Set font size */
  line-height: 1.5; /* Add line-height */
  text-align: center;
}

@media (max-width: 768px) {
  /* On smaller screens, display one testimonial per line */
  .language {
    flex-basis: 100%; /* Set width to 100% */
    margin: 20px 0; /* Add margin between testimonials */
  }
}

/* Projects */

/* Style the container for the projects */
.projects {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

/* Style the individual project */

.projects {
  width: 60%;
  margin: 0 auto;
}

.project {
  display: flex;
  flex-direction: column;
  width: calc((100% - 4rem) / 2);
  background-color: #280051;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  padding: 2rem;
  box-sizing: border-box;
}

/* Style the project icon */
.projectIcon img {
  width: 100%;
  height: auto
}

/* Style the project text */
.projectText {
  flex: 1;
}

.projectText h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.projectText p {
  font-size: 1.5rem;
  margin-bottom: 0;
}
@media screen and (max-width: 1280px) {
  .projects {
    width: 100%;
    margin: 0 auto;
  }
  .project {
    display: block;
    margin: 20px auto;
  }
}

/* Contact */
.contactSection {
  background-color: #2c213b;
  color: #fff;
  padding: 50px;
}

h1 {
  text-align: center;
}

form {
  max-width: 600px;
  margin: 0 auto;
}

label {
  display: block;
  margin-bottom: 5px;
}

input,
textarea,
select {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: none;
  background-color: #56516f;
  color: #fff;
  border-radius: 5px;
}

input[type="submit"] {
  background-color: #fff;
  color: #2c213b;
  border: none;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  form {
    padding: 0 10px;
  }

  label {
    margin-bottom: 0;
  }

  input,
  textarea,
  select {
    margin-bottom: 10px;
  }
}

/* Modal */
.modal-background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 600px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.modal-content h2 {
  margin-bottom: 10px;
}

.modal-content p {
  margin: 5px 0;
}

.modal-content button {
  margin-top: 10px;
}

/* Footer */
.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    padding: 50px 0;
    background-color: #29252e;
  }
  
  .footer-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
  
  .about p {
    color: #bfb7c5;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    max-width: 350px;
  }
  
  .contact span {
    display: flex;
    align-items: center;
    color: #bfb7c5;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  
  .contact i {
    margin-right: 10px;
  }
  
  .socials a {
    display: inline-block;
    margin-right: 10px;
    color: #bfb7c5;
    font-size: 24px;
  }
  
  .socials a:hover {
    color: #fff;
  }
  
  .links h2 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
  }
  
  .links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  .links li {
    margin-bottom: 10px;
  }
  
  .links a {
    color: #bfb7c5;
    font-size: 16px;
  }
  
  .links a:hover {
    color: #fff;
  }
  
  .footer-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background-color: #201c23;
    color: #bfb7c5;
    font-size: 14px;
  }
  
  @media only screen and (max-width: 768px) {
    .footer-content {
      padding: 30px 0;
    }
  
    .footer-section {
      margin-bottom: 20px;
    }
  
    .about p {
      max-width: none;
      margin-bottom: 20px;
    }
  
    .links h2 {
      font-size: 18px;
      margin-bottom: 15px;
    }
  
    .links a {
      font-size: 14px;
    }
  }