@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400&display=swap");

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.7rem 10%;
  height: 6.5rem;
  background-color: #fff;
}

html {
  font-size: 62.5%;
  overflow-y:scroll;
  scroll-behavior: smooth;
}

body {
  margin-top: 6.5rem;
  font-family: "Quicksand", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
}

.container {
  padding: 0 10%;
  padding-top: 65px;
  font-family: "Quicksand", sans-serif;
}

.project-image {
  height: 100%;
  background-image: url('../../assets/images/projects/pitchfest2.jpeg');
  background-size: cover;
  background-position: center;
  padding-top: 35rem;
  margin-top:  5rem;
}

  

.project-description {
  height: 100%;
  width: 100%;
  padding: 20px;
  padding-left: 50px;
  padding-top: 0.01rem;
  font-size: 1.5rem;
  font-family:'Arial', sans-serif;
}


.project-title {
  padding-top:15px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 4.5rem;
}

.project-title h1 {
  font-weight: bold;
}
h3{
  font-size:2.53rem;
}


p{
  padding: .5%;
}



.accordion-item{
  border: 0 !important;
  background-color: #f5f5f5;
}

.accordion-button{
  font-size:2rem !important;
  font-family: "Quicksand", sans-serif !important;
}
  



footer{
  bottom: 0;
  left:0;
  right:0;
  position: relative;
  background-color: #111;
  height: 200px;
  width: 100vw;
  font-family: sans-serif;
  padding-top:40px;
  margin-top:10rem;
  color:#fff;
}


.footer-content{
  display:flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  letter-spacing: 0.083em;  
}

.footer-content h3{
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 3rem;
}

.footer-content p{
  max-width: 500px;
  margin: 10px auto;
  line-height: 18px;
  font-size: 14px;
}


.socials{
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0 3rem 0;
}

.socials li{
  margin: 0 10px;
}

.socials a{
  text-decoration: none;
  color: #fff;
}

.socials a i {
  font-size: 2rem;
  transition: color .4s ease;
}

/* Style the dropdown menu */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

/* Show/hide the dropdown menu on click */
.dropdown.active .dropdown-content {
  display: block;
}



/* Media query for screens smaller than 768px (e.g., smartphones) */
@media screen and (max-width: 767px) {
  .project-image {
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 35rem;
    margin-top:  5rem;
  }  
}

/* Media query for screens between 768px and 1023px (e.g., tablets) */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .project-image {
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 35rem;
    margin-top:  5rem;
  }
}

/* Media query for screens larger than 1023px (e.g., desktops) */
@media screen and (min-width: 1024px) {
  .project-image {
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 35rem;
    margin-top:  5rem;
  }
}
