@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;
}

.container {
  padding: 0 10%;
  padding-top: 65px;
  font-family: "Quicksand", sans-serif;
}

.project-image {
  height: 100%;
  background-image: url('../../assets/images/conferencesEvents/alumni_inner_certificate.png');
  background-size: cover;
  background-position: center;
  padding-top: 54rem !important;
  margin-top:  3rem;
}

.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;
  }


   /* 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;
  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;
} 
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;
}

/* Media query for screens smaller than 768px (e.g., smartphones) */
@media screen and (max-width: 767px) {
  /* Styles for small screens */
  header {
    padding: 1.2rem 5%;
    height: 5rem;
  }
  
  .container {
    padding: 0 5%;
    padding-top: 55px;
  }
  
  .project-image {
    padding-top: 80rem !important;
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .project-description {
    padding-top:2rem;
    padding-left: 30px;
  }
  
  .project-title {
    font-size: 3.5rem;
  }
  
  .accordion-button {
    font-size: 1.8rem !important;
  }
  
  footer {
    height: 180px;
    margin-top: 15rem;
  }
  
  .footer-content h3 {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  
  .footer-content p {
    font-size: 13px;
  }
  
  .socials a i {
    font-size: 1.8rem;
  }
}

/* Media query for screens between 768px and 1023px (e.g., tablets) */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  /* Styles for medium-sized screens */
  header {
    padding: 1.5rem 7%;
    height: 5.5rem;
  }
  
  .container {
    padding: 0 7%;
    padding-top: 60px;
  }
  
  .project-image {
    padding-top: 24rem;
    margin-top: 7rem;
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .project-description {
    padding-left: 40px;
  }
  
  .project-title {
    font-size: 4rem;
  }
  
  .accordion-button {
    font-size: 1.9rem !important;
  }
  
  footer {
    height: 190px;
    margin-top: 17rem;
  }
  
  .footer-content h3 {
    font-size: 1.7rem;
    line-height: 3rem;
  }
  
  .footer-content p {
    font-size: 13.5px;
  }
  
  .socials a i {
    font-size: 1.9rem;
  }
}

/* Media query for screens larger than 1023px (e.g., desktops) */
@media screen and (min-width: 1024px) {
  /* Styles for large screens */
  header {
    padding: 1.7rem 10%;
    height: 6.5rem;
  }
  
  .container {
    padding: 0 10%;
    padding-top: 65px;
  }
  
  .project-image {
    padding-top: 41rem !important;
    margin-top: 6rem !important;
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .project-description {
    padding-left: 50px;
  }
  
  .project-title {
    font-size: 4.5rem;
  }
  
  .accordion-button {
    font-size: 2rem !important;
  }
  
  footer {
    height: 200px;
    margin-top: 20rem;
  }
  
  .footer-content h3 {
    font-size: 1.8rem;
    line-height: 3rem;
  }
  
  .footer-content p {
    font-size: 14px;
  }
  
  .socials a i {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1220px) {
  .project-image {
    padding-top: 16rem;
    margin-top: 8rem;
  }
}

@media screen and (min-width: 1400px)  {
  .project-image {
    padding-top: 50rem!important;
    margin-top: 2rem!important;
  }
}

    