@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: 25%;
  background-image: url('../../assets/images/jobs/Amazon-logo.jpg');
  background-position: center;
  object-fit: fill;
  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%;
}

.accordion-item{
  border: 0 !important;
  background-color: #f5f5f5;
}

.accordion-button{
  font-size:2rem !important;
  font-family: "Quicksand", sans-serif !important;
}
  
.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;
}


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:20rem;
  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;
  }
  
  .dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
    text-align: right;
  }
  
  .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: 455px){
    .company-logo{
      padding-bottom: 9rem;
    }
  }
  
  /* 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;
    }
    .company-logo{
      padding-bottom: 7rem;
      background-size: contain;
    }
    /* .project-image {
      padding-top: 36rem;
      margin-top: 6rem;
    } */
    
    .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;
    }
    
    .company-logo{
      margin-top: 7rem;
      padding-bottom: 7rem;
      background-size: contain;
    }
    /* .project-image {
      padding-top: 24rem;
      margin-top: 7rem;
    } */
    
    .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;
    }
    
    .company-logo{
      margin-top: 7rem;
      padding-bottom: 7rem;
    }
    
    /* .project-image {
      padding-top: 19rem;
      margin-top: 6rem;
    } */
    
    .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;
    }
  }
  