@media screen and (max-width: 1450px){


    
}

@media screen and (max-width: 1030px){
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 50px;
    z-index: 10;
    position: relative;
    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;
}


    .contact-title {
        color: #000000;
        font-family: Inter;
        font-weight: 700;
        font-size: 30px;
        top: 18px;
        position: relative;
    }

    .con-tact{
      background-color: #F9F9FF;
      display: flex;
      position: relative;
      flex-direction: column;
      text-align: center;
      gap: 50px;
      padding-top: 50px;
    height: auto;
    padding-bottom: 50px;
    }

    .text {
      position: absolute;
      top: 70%;
      font-size: 60px;
      font-family: "Inter", sans-serif;
      font-weight: 600;
      background-image: linear-gradient(358deg , #000000, #FFAE3B);
      background-clip: text;
      -webkit-background-clip: text;
      color: transparent;
  }

  .address {
    display: flex;
    justify-content: space-around;
    flex-direction: row-reverse;
    gap: 10px;
    width: 100%;
}

.info {
  width: 40%;
}

.map iframe {
  width: 350px;
  height: 350px;
}

.mail {
  font-size: 25px;
  text-decoration: none;
  color: black;
  font-family: Inter;
    font-weight: 500;
}

.locate {
  font-size: 25px;
  text-decoration: none;
  color: black;
  font-family: Inter;
    font-weight: 500;
    line-height: 36px;
}

}

@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 49px;
            z-index: 10;
            position: relative;
        }
    
        .logo-left img {
          position: absolute;
          max-width: 109px;
          left: 60px;
          top: 4px;
          mix-blend-mode: multiply;
      }


        .mail {
            font-size: 20px;
            text-decoration: none;
            color: black;
            font-family: Inter;
            font-weight: 500;
        }
      
          .locate {
            font-size: 20px;
            text-decoration: none;
            color: black;
            font-family: Inter;
            font-weight: 500;
            line-height: 36px;
          }
      
          .info{
            width: 30%;
          }
      
          .address {
            display: flex;
            justify-content: space-around;
            flex-direction: row-reverse;
            gap: 13px;
            width: 100%;
        }
    
    }

    @media screen and (max-width: 426px){
     
      .logo-left img {
        position: absolute;
        max-width: 90px;
        left: 60px;
        top: 13px;
        mix-blend-mode: multiply;
    }

        .address {
            display: flex;
            justify-content: space-around;
            flex-direction: column-reverse;
            gap: 13px;
            width: 100%;
            text-align: center;
        }
        
        .info{
            width: 100%;
          }

        .mail {
          font-size: 15px;
          text-decoration: none;
          color: black;
          font-family: Inter;
          font-weight: 500;
        }
        
        .locate {
          font-size: 15px;
          text-decoration: none;
          color: black;
          font-family: Inter;
          font-weight: 500;
          line-height: 36px;
        }

        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;
        }

    }

    @media screen and (max-width: 376px){

        .contact-title {
            color: #000000;
            font-family: Inter;
            font-weight: 700;
            font-size: 24px;
            top: 18px;
            position: relative;
        }

        .contact-title {
            color: #000000;
            font-family: Inter;
            font-weight: 700;
            font-size: 25px;
            top: 18px;
            position: relative;
        }

        .mail a{
            text-decoration: none;
            color: #000000;
            font-family: Inter;
            font-size: 10px;
              font-weight: 600;
          }
          
          .map iframe {
            width: 300px;
            height: 300px;
          }
          
          .address-shop a{
            text-decoration: none;
            color: #000000;
            font-family: Inter;
            font-size: 10px;
              font-weight: 600;
          }
          
          .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;
      }

      .contact-title {
        color: #000000;
        font-family: Inter;
        font-weight: 700;
        font-size: 25px;
        top: 18px;
        position: relative;
    }
    
    
    .mail a{
      text-decoration: none;
      color: #000000;
      font-family: Inter;
      font-size: 9px;
        font-weight: 600;
    }
    
    .address-shop a{
      text-decoration: none;
      color: #000000;
      font-family: Inter;
      font-size: 9px;
        font-weight: 600;
    }
    
    .copyright p{
      color: #000000;
      font-family: Inter;
      font-size: 13px;
        font-weight: 600;
    }
    
    .map iframe {
      width: 300px;
      height: 300px;
    }
    

    }      

    @media screen and (max-width: 260px){
 
        .navbar {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 25px 35px;
          z-index: 10;
          position: relative;
          margin-bottom: 20px;
      }
      
      .logo-left img {
        position: absolute;
        max-width: 90px;
        left: 44px;
        top: 13px;
        mix-blend-mode: multiply;
    }

      .map iframe {
        width: 200px;
        height: 200px;
      }
      
      
      }