@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");


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-top: 65px;
  font-family: "Quicksand", sans-serif;
}

.project-image {
  height: 100%;
  width: 100%;
  background-image: url('../../assets/images/conferencesEvents/award_goodfell_2.jpg');
  background-size: cover;
  background-position: center;
  padding-top: 50rem;
  margin-top:  8rem;
}

.project-description {
  height: 100%;
  width: 100%;
  padding: 20px;
  padding-left: 50px;
  padding-top: 0.01rem;
  font-size: 1.5rem;
}


.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;
}

.collapsible {
  position: relative;
  cursor: pointer;
  margin-bottom: 15px;
  transition: background-color 0.3s ease;
}

.collapsible:hover {
  background-color: #f5f5f5;
}

.collapsible h4 {
  margin-bottom: 0;
}

.collapsible .chevron {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.collapsible.collapsed .chevron {
  transform: translateY(-50%) rotate(90deg);
  display: none;
}

.collapsible-content {
  display: none;
  font-size:1.75rem;
  padding: 10px;
  margin-top: 10px;
}

.collapsible-content.ul.li.i {
  font-size:1.95rem;
}

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 screen and (max-width: 580px) {

  .project-image {
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 85rem;
  }

}

@media screen and (min-width: 580px) and (max-width: 768px) {
  
  .project-image {
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 80rem;
  }
}

/* Media query for screens between 768px and 1023px (e.g., tablets) */
@media screen and (min-width: 768px) and (max-width: 990px) {
  
  .project-image {
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 55rem;
  }
}
@media screen and (min-width: 990px) and (max-width: 1023px) {
  
  .project-image {
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 36rem;
  }
}

@media screen and (min-width: 1024px) and (max-width:1200px) {
  
  .project-image {
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 37rem;
  }
}
@media screen and (min-width: 1201px) and (max-width:1400px){
  
  .project-image {
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 43rem;
  }
}