@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: 0 10%;
  padding-top: 65px;
  font-family: "Quicksand", sans-serif;
}

.company-logo {
  height: 20%;
  background-image: url('../../assets/images/jobs/JK-Logo.png');
  background-position: center;
  background-repeat: no-repeat;
}

.project-image{
  height:100%;
  width:100%;
}

.row{
  padding:2rem;
}

.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%;
}

.company-images{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; 
  padding-top:2rem;
}
.project-image{
  height: 250px;
  width: 250px;
}

.left {
  justify-self: flex-start;
}

.center {
  justify-self: center;
  padding-left: 2rem;
}

.right {
  padding-left: 2rem;
  justify-self: flex-end;
}

.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;
  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;
}



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) {
  header {
    padding: 1.2rem 5%;
    height: 5rem;
  }
  
  .container {
    padding: 0 5%;
    padding-top: 55px;
  }
  
  .company-logo {
    height:25%;
    background-size: contain;
  }
  
  .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 screen and (min-width: 768px) and (max-width: 1023px) {
  header {
    padding: 1.5rem 7%;
    height: 5.5rem;
  }
  
  .container {
    padding: 0 7%;
    padding-top: 60px;
  }
  
  .company-logo {
    height:25%;
    background-size: contain;
  }
  
  .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 screen and (min-width: 1024px) {
  header {
    padding: 1.7rem 10%;
    height: 6.5rem;
  }
  
  .container {
    padding: 0 10%;
    padding-top: 65px;
  }
  
  .company-logo {
    height:25%;
    background-size: contain;
  }
  
  .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: 1200px) and (max-width: 1400px){
  .project-image {
    padding-top: 13.20rem ;
    margin-top: 8rem;
  }
}

@media screen and (min-width: 1400px){
  .project-image {
    padding-top: 15.25rem ;
    margin-top: 8rem;
  }
} */

