@media screen and (max-width: 1030px){

  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 50px;
    z-index: 10;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.10);
    animation-duration: 1s;
    animation-name: slidein;
}


.logo-left img {
  position: absolute;
  max-width: 109px;
  left: 74px;
  top: 0px;
  mix-blend-mode: multiply;
}

}

@media screen and (max-width: 770px){

  .nav-links {
    position: absolute;
    top: 100%;
    right: -100%;
    width: 100%;
    /* height: calc(100vh - 60px); */
    background-color: #ffffff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: right 0.3s ease-in-out;
    font-family: Inter;
    display: none;
    gap: 30px;
}


.nav-links.active {
    right: 0;
    display: flex;
    transition: right 0.3s ease-in-out;
}

.hamburger {
    display: flex;
}

/* Hamburger icon transition */
.hamburger.active .bar:nth-child(1) {
    transform: rotate(45deg) translateY(7px);
}

.hamburger.active .bar:nth-child(2) {
    opacity: 0;
}

.hamburger.active .bar:nth-child(3) {
    transform: rotate(-45deg) translateY(-7px);
}

        .navbar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 25px 67px;
            z-index: 10;
            position: relative;
            margin-bottom: 20px;
        }


        .logo-left img {
          position: absolute;
          max-width: 109px;
          left: 60px;
          top: 4px;
          mix-blend-mode: multiply;
      }


        textarea {
            max-width: 75%;
            min-width: 75%;
            min-height: 40px;
            padding: 8px;
            margin-bottom: 24px;
            border: 2px solid black;
          border-radius: 3px;
          font-family: Inter;
          }
        
          input {
            width: 75%;
            padding: 8px;
            margin-bottom: 24px;
            border: 2px solid black;
            border-radius: 3px;
            font-family: Inter;
        }
        
        select {
          width: 77.5%;
          padding: 8px;
          margin-bottom: 24px;
          border: 2px solid black;
        border-radius: 3px;
        cursor: pointer;
        font-family: Inter;
        
        }
        
        #submit {
          width: 50%;
          border: 2px solid black;
          padding: 14px 0px;
          background-color: #D29F09;
          border-radius: 30px;
          font-size: 16px;
          font-weight: 600;
          cursor: pointer;
        }

}

@media screen and (max-width: 426px){

  .logo-left img {
    position: absolute;
    max-width: 90px;
    left: 60px;
    top: 13px;
    mix-blend-mode: multiply;
}

      .locate {
        font-size: 15px;
        text-decoration: none;
        color: black;
        font-family: Inter;
        font-weight: 500;
        line-height: 36px;
      }
      
      
      select {
        width: 80%;
        padding: 8px;
        margin-bottom: 24px;
        border: 2px solid black;
        border-radius: 3px;
        cursor: pointer;
        font-family: Inter;
      }
      
      
      .info{
        width: 100%;
      }
      
        footer{
          display: flex;
          justify-content: space-around;
          width: 100%;
          padding: 50px 0px;
        align-items: center;
        flex-direction: column;
        gap: 21px;
        box-shadow: 0px 4px 84px rgba(0, 0, 0, 0.10);
        }
      
        .contact-sub-heading {
          color: #000000;
          font-family: Inter;
          font-weight: 800;
          font-size: 20px;
          margin-bottom: 35px;
      }
      
      
      .copyright p{
        color: #000000;
        font-family: Inter;
        font-size: 13px;
          font-weight: 600;
      }
    
      .contact-sub-heading {
        color: #000000;
        font-family: Inter;
        font-weight: 800;
        font-size: 20px;
        margin-bottom: 35px;
    }
    
    
}

@media screen and (max-width: 376px){
    .contact-title {
        color: #000000;
        font-family: Inter;
        font-weight: 700;
        font-size: 24px;
        top: 18px;
        position: relative;
    }

    .copyright p{
        color: #000000;
        font-family: Inter;
        font-size: 13px;
          font-weight: 600;
      }

}

@media screen and (max-width: 321px){

  .logo-left img {
    position: absolute;
    max-width: 90px;
    left: 44px;
    top: 13px;
    mix-blend-mode: multiply;
}

    .contact-title {
        color: #000000;
        font-family: Inter;
        font-weight: 700;
        font-size: 24px;
        top: 18px;
        position: relative;
    }

    .copyright p{
        color: #000000;
        font-family: Inter;
        font-size: 13px;
          font-weight: 600;
      }

      select {
        width: 81%;
        padding: 8px;
        margin-bottom: 24px;
        border: 2px solid black;
        border-radius: 3px;
        cursor: pointer;
        font-family: Inter;
      }

}