/* Basic styles for the image slider */
.languages img{
    width: auto;
}
.sContainer {
    position: relative;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
  }
  
  .img-size img {
    width: 100%;
    height: auto;
  }
  
  /* Fade effect for the slider */
  .image-sliderfade {
    display: none;
  }
  
  /* Show the first image */
  .image-sliderfade:first-child {
    display: block;
  }

  
  /* Mobile specific adjustments */
  @media only screen and (max-width: 600px) {
    .sContainer {
      max-width: 100%;
      margin-top: -144px;
    }
  
    .img-size img {
      width: 100%;  /* Ensures the images scale properly on small screens */
      height: auto;
    }
    
    /* Adjust image container if needed */
    .image-sliderfade {
      display: block;
      margin-bottom: 10px;  /* Add some spacing if needed */
    }
        .qr-body {
          height: 37vh;
          margin-top: 45px;
        }
        .qr-code img {
          width: 150px;
          height: 146px;
        }
        .qrStyle{
          font-size: large;
          margin-left: -72px;
        }
        .qr1{
          margin-left: -53px;
          font-size: medium;
      
        }
        .faq-container{
          margin: 204px auto;
        }
        .rotate-apps{
          max-width: 100%;
        }
        .rotate-apps .appImg{
          margin-top: 135px;
          width: 100%;
        }
        .rotate-apps .right .placeA4{
          position: relative;
          top: 34px;
          font-size: 26px;
          left: 23px;
        }
        .rotate-apps .right .placeA3{
          font-size: 21px;
      
        }
        
        .footer-container{
          align-items: center;
          flex-direction: column;
          margin-top: -194px;
        }
        .fc{
          margin-right: 148px;
        }
        .social-icons{
          margin-left: 34px;
        }
        
      
      
  }
  

  /* navbar */
  /* Basic Navbar Styles */
/* Basic Navbar Styles */
/* .navbar {
    width: 100%;
    background-color: #fff;
    color: white;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-container {
    display: flex;
    align-items: center;
    width: 100%;
}

.brand-logo {
    width: 100px;
    height: auto;
}

.nav-links, .design {
    display: flex;
    list-style: none;
    margin-left: auto;
}

.nav-links li, .design .fight {
    margin: 0 15px;
}

.nav-links a, .download {
    color: white;
    text-decoration: none;
    font-size: 16px;
}

.download {
    padding: 8px 15px;
    background-color: #f96d00;
    border-radius: 5px;
}

#container_language {
    display: flex;
    align-items: center;
}

#container_language img {
    width: 20px;
    margin-right: 5px;
}

.navbar-toggler-icon {
    display: none;
    font-size: 24px;
    color: white;
    cursor: pointer;
} */

/* Mobile Media Query */
@media (max-width: 768px) {
    .navbar-container {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .nav-links,
    .design {
      flex-direction: column;
      width: 100%;
    }
  
    .nav-links li,
    .design li {
      width: 100%;
      margin: 0;
    }
  
    .download {
      width: 100%;
      text-align: left;
      padding: 10px 20px;
    }
    .nav-links li a {
      margin-right: 20em;
      font-family: "Oswald", sans-serif;
    }
  
    .search-bar {
      width: 100%;
      margin-top: 10px;
    }
  
    .search-bar input[type="text"],
    .search-bar button {
      width: 100%;
      margin: 5px 0;
    }
  }

  
@media (max-width: 480px) {
    .navbar-container {
      padding: 0 10px;
    }
  
    .navbar img.brand-logo {
      height: 40px;
    }
  
    .nav-links li a,
    .download {
      padding: 10px;
      font-weight: 600;
      font-family: "Radio Canada Big", sans-serif;
    }
  }
@media only screen and (max-width: 600px) {
    .navbar-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .brand-logo {
        width: 47px;
        margin-bottom: 10px;
    }

    .nav-links, .design {
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
        display: none;
    }

    .nav-links li, .design .fight {
        margin: 10px 0;
    }

    .nav-links li a, .download {
        font-size: 14px;
    }

    #container_language {
        margin-top: 10px;
        width: 100%;
        display: flex;
        justify-content: flex-start;
    }

    .navbar-toggler-icon {
        display: block;
    }
    .shift{
        margin-bottom: 29px;
        margin-top: -243px;
    }
    .how-it-works{
        margin: 50px auto;
    }
    .how-it-works .steps{
        flex-direction: column;
    }
    .languages{
        display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    margin-bottom: 97px;
    }
    .languages img{
        width: 322px;
    }
    .textBlock h4{
        margin-top: 23px;
        font-size: 17px;
        font-weight: 600;
    }
    
}
